CMR STAC issue wih HLS collections
Posted: Thu Sep 05, 2024 7:32 am America/New_York
Dear Support,
The following two CMR STAC endpoints for HLS Landsat and Sentinel:
- https://cmr.earthdata.nasa.gov/stac/LPCLOUD/collections/HLSL30.v2.0/items/HLS.L30.T21XWC.2022230T154859.v2.0
- https://cmr.earthdata.nasa.gov/stac/LPCLOUD/collections/HLSS30.v2.0/items/HLS.S30.T58WEV.2020273T003609.v2.0
report
"Collection with ID [HLSL30.v2.0] in provider [LPCLOUD] not found."
and
"Collection with ID [HLSS30.v2.0] in provider [LPCLOUD] not found."
But the search endpoint does recognize both collections. Here's a working request example:
curl --___location 'https://cmr.earthdata.nasa.gov/stac/LPCLOUD/search' \
--header 'Content-Type: application/json' \
--data '{
"datetime": "2022-10-01T00:00:00Z/2022-10-05T00:00:00Z",
"collections": [
"HLSL30.v2.0"
],
"limit": 1
}'
The same example works also with the "HLSS30.v2.0" collection.
The following two CMR STAC endpoints for HLS Landsat and Sentinel:
- https://cmr.earthdata.nasa.gov/stac/LPCLOUD/collections/HLSL30.v2.0/items/HLS.L30.T21XWC.2022230T154859.v2.0
- https://cmr.earthdata.nasa.gov/stac/LPCLOUD/collections/HLSS30.v2.0/items/HLS.S30.T58WEV.2020273T003609.v2.0
report
"Collection with ID [HLSL30.v2.0] in provider [LPCLOUD] not found."
and
"Collection with ID [HLSS30.v2.0] in provider [LPCLOUD] not found."
But the search endpoint does recognize both collections. Here's a working request example:
curl --___location 'https://cmr.earthdata.nasa.gov/stac/LPCLOUD/search' \
--header 'Content-Type: application/json' \
--data '{
"datetime": "2022-10-01T00:00:00Z/2022-10-05T00:00:00Z",
"collections": [
"HLSL30.v2.0"
],
"limit": 1
}'
The same example works also with the "HLSS30.v2.0" collection.