marinetraffic/mt-ais-toolbox

Adapt to Shapely 2.0.0 API changes.

giannismt opened this issue · 0 comments

Recent updates in shapely breaks the execution during cleaning process execution if land masking is enabled.
By default package installation allows the installation of the latest shapely version.

A quick fix is to prevent this behaviour is to manually install v1.8.5 of shapely.
pip install shapely==1.8.5