Skip to content
/ turfpy Public
forked from omanges/turfpy

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

License

Notifications You must be signed in to change notification settings

devick/turfpy

This branch is 2 commits behind omanges/turfpy:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eda665b · Oct 20, 2021
Mar 11, 2021
Jul 24, 2021
Jul 24, 2021
Oct 5, 2020
Jun 1, 2021
Jul 24, 2021
Oct 25, 2020
Jul 7, 2020
Oct 26, 2020
Nov 27, 2020
Feb 25, 2020
Aug 31, 2020
Aug 15, 2020
Oct 20, 2021
Apr 5, 2020
Nov 8, 2020
Jul 26, 2020
Nov 21, 2020
Jul 24, 2021
Sep 19, 2020
Jan 12, 2021
Jul 3, 2020
Apr 17, 2020
Oct 18, 2020
Sep 7, 2020

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.4%
  • Other 0.6%