1. General Information / links / how to start:


 

New STAC Catalogue: https://stac.dataspace.copernicus.eu/v1

New STAC Browser: https://browser.stac.dataspace.copernicus.eu

2. Friendly User Testing high level plan

TaskWhen
New STAC Catalogue Friendly user Testing03-13.12.2024
FUT testing review (STAC API Catchup meeting) and decision point16.12.2024


3. Testing feedback


WhoCommentStatus

JM

https://stac.dataspace.copernicus.eu/v1/api

returns 

{
  "code": "RuntimeError",
  "description": "Cannot update undefined schema for $ref=#/components/schemas/stac_fastapi__pgstac__extensions__query__Operator-Input__1"
}
Open
JM
https://stac.dataspace.copernicus.eu/v1/queryables

are only the minimum cross collection search parameters: id, date, geometry
I would have expected an extended set (e.g. including product type)

Open
JM
From https://stac.dataspace.copernicus.eu/v1/collections/sentinel-1-grd/items/S1A_EW_GRDM_1SSH_20241130T001228_20241130T001333_056776_06F825_E84D_COG 

"rel": "via", "href": "https://datahub.creodias.eu/odata/v1/Products?$filter=((Name%20eq%20%27%27))&$expand=Attributes&$expand=Assets"

I would have expected from something like

"href": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products?$filter=((Name%20eq%20%27S1A_EW_GRDM_1SSH_20241130T001228_20241130T001333_056776_06F825_E84D_COG%27))&$expand=Attributes&$expand=Assets"
Open