bellockk / alphashape

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

Fix incompatibility with shapely 2.0 #38

Closed HanatoK closed 1 year ago

HanatoK commented 1 year ago

This commit should be able to fix #36 and #37.

PrimozGodec commented 1 year ago

@bellockk I would be happy if this PR could be considered and merged.

mwtoews commented 1 year ago

Note that MultiPoint(list(points)).geoms works for all shapely versions, not just 2.0, so no version check is needed.