Open-EO / openeo-python-driver

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

migrate from deprecated `proj:epsg` to `proj:code` #317

Open soxofaan opened 1 month ago

soxofaan commented 1 month ago

found this out from working on https://github.com/ESA-APEx/apex_algorithms/issues/38:

from https://github.com/stac-extensions/projection:

The field proj:epsg has been deprecated in v1.2.0 in favor of proj:code and has been removed in v2.0.0. For example, the former field "proj:epsg": 32659 must be migrated to "proj:code": "EPSG:32659".

We seem to use "proj:epsg" in various places in openeo-python-driver and openeo-geopyspark-driver