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.
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.