Open-EO / openeo-geopyspark-driver

OpenEO driver for GeoPySpark (Geotrellis)
Apache License 2.0
25 stars 4 forks source link

Item STAC metadata has no geometry or bbox for netCDFs with time series #689

Closed VincentVerelst closed 4 months ago

VincentVerelst commented 4 months ago

The file below represents STAC item metadata for a netCDF with time dimensions generated on CDSE staging. It can be seen that the 'geometry' field is null. This issue can be reproduced on openeo-dev.vito.be. Is it possible to include the 'geometry' field along with the 'bbox' field, as the latter is also required by the STAC spec if 'geometry' is not null. (https://github.com/radiantearth/stac-spec/blob/master/item-spec/item-spec.md)

item-example.json

Issue is related to https://github.com/Open-EO/openeo-geopyspark-driver/issues/646

jdries commented 4 months ago

I committed something for this, might be an easy fix.

jdries commented 4 months ago

@VincentVerelst please check if it shows up now (on staging/dev)

VincentVerelst commented 4 months ago

item-with-geometry.json Seems to work now, thanks!