Awesome
Turfpy
Demo:
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