Metadata-Version: 2.0
Name: shapely-geojson
Version: 0.0.1
Summary: Feature and FeatureCollection for Shapely.
Home-page: https://github.com/alekzvik/shapely-geojson/
Author: Alex Vykaliuk
Author-email: alekzvik@gmail.com
License: LICENSE
Description-Content-Type: UNKNOWN
Keywords: shapely helpers geojson
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Shapely
Provides-Extra: tests
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: pytest-cov; extra == 'tests'
Requires-Dist: python-coveralls; extra == 'tests'


- Feature & FeatureCollection classes as in GeoJson
spec
- dump & dumps functions as in json, to serialize your shapely
geometries.
See github for more details.


