Hello everybody,
i’m trying to build a STAC catalog based on some data variables from the ERA5 land collection. The downloaded data (via the Climate Data Store) stores the time variable in the different bands of the NetCDF file, e.g. one file contains all the hourly time steps of a month for said variable.
Now, my understanding of the STAC nomenclature is that every item refers to a specific location and time. Therefore, i would like to reference the different bands to different items, with every item containing the data variables of that specific time step.
So my main question is: How can i formulate a “href” to point to a specific band within one file?
I found a pystac tutorial for multi-spectral data sets (Create a STAC Item that Implements the EO Extension Using PySTAC | STAC Tutorials) which however would break the logic of one item referencing one specific location and time.
Another work-around i could think of is to export all the bands via gdal_translate to single files and than build my STAC based on those files.
Any ideas and advise is very much appreciated!
Cheers,
Martina