Open-EO / openeo-api

The openEO API specification
http://api.openeo.org
Apache License 2.0
91 stars 11 forks source link

STAC: reference_system in cube:dimensions oudated #435

Closed m-mohr closed 2 years ago

m-mohr commented 2 years ago

The definition of the cube:dimensions is outdated and was not properly updated to the recent version. We still allow EPSG code or PROJ string or WKT2, but instead of PROJ string it should be PROJJSON.

christophfriedrich commented 2 years ago

Currently PROJ string is listed as deprecated, what about PROJJSON?

m-mohr commented 2 years ago

PROJJSON is the successor of PROJ strings (at least in STAC and openEO).

christophfriedrich commented 2 years ago

So in openEO its use will be deprecated too? I.e. we would update something that is discouraged to be used anyway?!

m-mohr commented 2 years ago

The plan is to remove proj strings from the API spec and add projjson instead. It's simply updating to the current state in STAC as it was not updated properly in the release.

m-mohr commented 2 years ago

PROJ definitions (string) are still deprecated, PROJJSON was added.