Metadata-Version: 2.1
Name: shapely-ext
Version: 0.1.5
Summary: a shapely extension package providing magic function
Home-page: https://github.com/pyeprog/shapely_ext
Author: pd
Author-email: pyeprog@foxmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Shapely (>=1.7.0)
Requires-Dist: scipy (>=1.4.1)
Requires-Dist: numpy (>=1.18.4)

# shapely_ext
It's a shapely extension package for shapely user.
shapely_ext provides lots of magic util based on shapely, including interpolate, mesh, space explore,
 angle and decomposition

## install
`pip install shapely_ext`

## catalog
TODO

## TODO
1. write a tutorial
2. refactor space explorer
3. implement a magic snap function
4. implement filling util
5. implement cutting util
6. how to get mid line of gap between several big polygons
9. add intersects checker for linestring


