Open-EO / openeo-python-driver

Common parts of a Python driver implementation for OpenEO
Apache License 2.0
11 stars 5 forks source link

Shapely 2 compatibility #158

Open soxofaan opened 1 year ago

soxofaan commented 1 year ago

Shapeley 2.0.0 is just released (2022-12-12) and apparently openeo python druver is not compatible with it (yet).

soxofaan commented 1 year ago

unit tests start failing with

tests/util/test_geometry.py:9: in <module>
    from shapely.geos import WKTWriter
E   ImportError: cannot import name 'WKTWriter' from 'shapely.geos'