Open-EO / Open-EO/openeo-python-driver
migrate from deprecated `proj:epsg` to `proj:code`
Open
@soxofaan is already working on this.
Since Mar 17, 2026.
load_stac
STAC output
technical debt
- Dominant language
- Python
- Stars
- 12
- Forks
- 8
- Avg merge
- 6d 3h
- Merged PRs (30d)
- 4
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.