riogroup / SORA

MIT License
15 stars 12 forks source link

Limb not working with shapely 2.0 #81

Open altairgomes opened 1 year ago

altairgomes commented 1 year ago

Shapely has updated its version to 2.0. For some reason, the Limb class can not inherit anymore from LineString.

Everytime we declare a Limb object, we get a LineString one. So the methods implemented for Limb are not working. The fastest solution for the moment is downgrading shapely to 1.8.