Closed
Description
For the tests I'm writing, it would be good to automatically detect the dim names provided by the data collection.
For openEO collections is fairly easy, since the cube:dimensions
field is required: https://api.openeo.org/#tag/EO-Data-Discovery/operation/describe-collection
However, when using load_stac
, it is not obvious that the STAC metadata includes them. In the contect of the test suite is not an issue, since the sample STAC collection that I created does include the field.
But generally at openEO level, it is not defined how the back-end should name the dimensions in the case no cube:dimensions
filed is provided. Probably we will need to discuss about this in the next dev meeting or PSC.