fitodic / centerline

Calculate the polygon's centerline
https://centerline.readthedocs.io
MIT License
271 stars 55 forks source link

shapely 2.0.0 issue #35

Closed raybellwaves closed 1 year ago

raybellwaves commented 1 year ago
    centerline_geom = centerline.geometry.Centerline(
TypeError: MultiLineString.__new__() got an unexpected keyword argument 'interpolation_distance'

if I have time i'll try to come back to this and give a minimal example

see also:

fitodic commented 1 year ago

Version 1.0 was released so you can give it a go

raybellwaves commented 1 year ago

Thank you very much!