Open-EO / openeo-processes

Interoperable processes for openEO's big Earth observation cloud processing.
https://processes.openeo.org
Apache License 2.0
49 stars 14 forks source link

load_stac: dimension names #489

Open m-mohr opened 6 months ago

m-mohr commented 6 months ago

Process ID: load_stac

Describe the issue: The datacube that is generated from load_stac is not clearly defined, e.g. the dimension names are not set.

Proposed solution:

  1. If cube:dimension is present, use it.
  2. If loading from a datacube file format that provides unambiguous dimension names (e.g. netCDF), use it.
  3. In all other cases, follow the guidelines in the API: grafik

Additional context: Related issues: #488, https://github.com/Open-EO/openeo-test-suite/issues/9