Metadata-Version: 2.0
Name: reshaper
Version: 1.0.1
Summary: Splits and recombines shapefiles based on lat-long data.
Home-page: https://github.com/gramener/reshaper
Author: Gramener
Author-email: s.anand@gramener.com
License: MIT
Keywords: reshaper
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: GDAL
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: tqdm

Splits and recombines shapefiles based on lat-long data.

Setup:

    # Install the GDAL library to process shapefiles
    conda install gdal

