Metadata-Version: 2.1
Name: turfpy
Version: 0.0.3
Summary: This is Python library for performing geo spatial data analysis.
Home-page: UNKNOWN
Author: Omkar Mestry, Sachin Kharude
Author-email: om.m.mestry@gmail.com, sachinkharude10@gmail.com
License: MIT
Project-URL: Source, https://github.com/omanges/turfpy
Keywords: Python Library for Turf
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: geojson
Requires-Dist: shapely
Requires-Dist: scipy
Requires-Dist: numpy

# Turfpy
[![Build Status](https://travis-ci.com/omanges/turfpy.svg?branch=master)](https://travis-ci.com/omanges/turfpy)
![PyPI](https://img.shields.io/pypi/v/turfpy)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/turfpy)
![PyPI - Status](https://img.shields.io/pypi/status/turfpy)
![PyPI - License](https://img.shields.io/pypi/l/turfpy)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/omanges/turfpy.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/omanges/turfpy/alerts/)
[![code quality: python](https://img.shields.io/lgtm/grade/python/g/omanges/turfpy.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/omanges/turfpy/context:python)
[![Downloads](https://pepy.tech/badge/turfpy/month)](https://pepy.tech/project/turfpy/month)
[![Join the Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/turfpy/turfpy-user-group?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Demo:

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/omanges/turfpy/master)


This is Python library for performing geo spatial data analysis. This is an python alternative for turf.js.

## Installation

You can install the Turfpy from [PyPI](https://pypi.org/project/turfpy/):

    pip install turfpy

It supports various functionalities:

Measurement functions: [measurements](https://github.com/omanges/turfpy/blob/master/measurements.md)

Transformation functions: [transformation](https://github.com/omanges/turfpy/blob/master/transformation.md)




