You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In VEDA UI, the concept of "Datasets" maps to STAC collections. It can also map to other things (e.g. CMR concepts etc.), but in the case of STAC, it's just collections.
We already have thumbnails for the Datasets in the VEDA Earthdata Dashboard, which we could just copy over:
Our collections currently do not have thumbnails.
Motivation
There are several reasons to add collection thumbnails
Example
Planetary Computer is a very nice reference for how to get the most out of STAC:
The collection thumbnail is stored as an
asset
:https://planetarycomputer.microsoft.com/api/stac/v1/collections
Description
In VEDA UI, the concept of "Datasets" maps to STAC collections. It can also map to other things (e.g. CMR concepts etc.), but in the case of STAC, it's just collections.
We already have thumbnails for the Datasets in the VEDA Earthdata Dashboard, which we could just copy over:
(see png files in the config repo)
We would need to find a good place to host these thumbnails, as they are not STAC db material, I guess.
We do not want to reference VEDA UI config, because in the future VEDA UI should get them from the STAC-colocated source.
Planetary Computer has them in a dedicated object storage (blob storage in Azure in their case).
Acceptance criteria
veda-config
The text was updated successfully, but these errors were encountered: