FAIRiCUBE / catalog

Containing meta-data about the data collections available within FAIRiCUBE, both core ones as well as the ones provided by users
https://catalog.fairicube.eu/
Apache License 2.0
0 stars 2 forks source link

Catalog entry without a time axis #29

Open misev opened 1 month ago

misev commented 1 month ago

We have some data that is just 2D and has no time axis. But the catalog seems to not allow submitting such a request, this should be fixed.

baloola commented 1 month ago

I will work on allowing 2D data, but the generated stac item must have either begin/end time or a datetime value in order to be ingested into pgsatc db ( this is why the start/end = 1900/2999 or datetime= 2000 values are assigned to items when no time is specified).

Any suggesgion on how to do it differently ?

misev commented 1 month ago

That's unusual, non-timeseries data is pretty common. Could be 2D, or volumetric 3D, etc. I'm not familiar with the catalog standard/spec so don't really have any suggestions. Maybe @KathiSchleidt has some insights.

misev commented 1 month ago

must have either begin/end time or a datetime value

But does it have to be associated with an actual axis? You could put a datetime as a metadata of when the data was created or so, but shouldn't require a time axis for that.

baloola commented 1 month ago

must have either begin/end time or a datetime value

But does it have to be associated with an actual axis? You could put a datetime as a metadata of when the data was created or so, but shouldn't require a time axis for that.

yes, providing creation time should suffice, sorry for the confusion!

jetschny commented 1 month ago

is this also done and only needs approval?