• Stars
    star
    119
  • Rank 296,813 (Top 6 %)
  • Language
    Python
  • License
    MIT License
  • Created over 4 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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