Demo:
A Python library for performing geospatial data analysis which reimplements turf.js.
You can install the Turfpy from PyPI:
pip install turfpy
If you prefer to use conda:
conda install -c conda-forge turfpy
You can run the test suite locally:
pip install -r dev_requirements.txt
pytest -s -v --cov=turfpy tests
It supports below features:
Documentation can be found at: docs