Metadata-Version: 2.1
Name: shapeObject
Version: 0.1.0
Summary: Create an objected from a shapefile with shapely compatible geometry
Home-page: UNKNOWN
Author: Samuel Baker
Author-email: samuelbaker.researcher@gmail.com
Maintainer: Samuel Baker
Maintainer-email: samuelbaker.researcher@gmail.com
License: MIT
Download-URL: https://github.com/sbaker-dev/ShapeObject
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pyshp (>=2.1.0)
Requires-Dist: Shapely (>=1.7.0)


<!--ABOUT THE PROJECT -->
## About The Project
The [Pyshp](https://pypi.org/project/pyshp/1.2.10/) library allows for a pure python approach to reading in Esri 
Shapefile formatted files. This Project uses Pyshp to import these files, but then configures the objects to be 
[Shapely](https://pypi.org/project/Shapely/) style objects. 

This should make it quicker to start new projects involving shapefiles and reduce duplicating code.

All of the source code can be found at the [shapeObject github](https://github.com/sbaker-dev/Shape_object)


