Closed soxofaan closed 2 months ago
there was a recent release of Fiona 1.10.0 with deprecation note
The fiona.path module will be removed in a future version. This, and the previously mentioned constants, were not meant to be used by projects downstream.
however the stack trace above seems to suggest fiona.path
is not just deprecated but removed
probably this:
Also fails the openeo-python-driver unit tests, so moving it here
from https://github.com/Toblerity/Fiona/issues/1440: compatibility issue between geopandas and fiona is fixed since geopandas 0.14.4 but because we are still on python 3.8, we're stuck at geopandas<0.14 so for now, we will have go pin dosn fiona below 1.10.0
unit tests pass again
unit tests started failing with
e.g. from