omanges / turfpy

A Python library for performing geospatial data analysis which reimplements turf.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turfpy

Build Status PyPI PyPI - Python Version PyPI - Status PyPI - License Total alerts code quality: python Downloads Conda (channel only) Conda Downloads Join the Gitter Chat Documentation Status Code style: black commits since GitHub contributors

Demo:

Binder

A Python library for performing geospatial data analysis which reimplements turf.js.

Installation

You can install the Turfpy from PyPI:

pip install turfpy

If you prefer to use conda:

conda install -c conda-forge turfpy

Test Suite

You can run the test suite locally:

pip install -r dev_requirements.txt
pytest -s -v --cov=turfpy tests

Features

It supports below features:

Documentation

Documentation can be found at: docs

About

A Python library for performing geospatial data analysis which reimplements turf.js.

License:MIT License


Languages

Language:Python 99.4%Language:Makefile 0.4%Language:Shell 0.2%