bellockk / alphashape

Toolbox for constructing alpha shapes.
MIT License
252 stars 28 forks source link

Missing dependency check line 134 in alphashape.py #21

Closed sachamedaer closed 3 years ago

sachamedaer commented 3 years ago

Please check line 134 in alphashape.py -> add a check for the geopandas import to avoid a non-defined variable name error (in case goepandas is not imported) if (USE_GP and isinstance(points, geopandas.geoseries.GeoSeries)): ...

bellockk commented 3 years ago

This has been resolved with the release of v1.3.1.