Page 1 of 1

AERDB_L2_VIIRS_NOAA20 collection is incomplete on CMR

Posted: Tue Oct 10, 2023 2:07 pm America/New_York
by thursto77
Hi,

We noticed recently that the granules in the CMR only go back to May 2023 for the AERDB_L2_VIIRS_NOAA20 v2 collection, even though the collection itself goes back to 2018:

curl -g "https://cmr.earthdata.nasa.gov/search/granules.umm_json?short_name=AERDB_L2_VIIRS_NOAA20&page_size=1&sort_key=end_date" | jq ".items[].umm | .CollectionReference,.TemporalExtent"

{
"ShortName": "AERDB_L2_VIIRS_NOAA20",
"Version": "2"
}
{
"RangeDateTime": {
"BeginningDateTime": "2023-05-13T09:12:00.000Z",
"EndingDateTime": "2023-05-13T09:18:00.000Z"
}
}

Is there an ETA as to when the CMR will be updated with the full AERDB_L2_VIIRS_NOAA20 collection? Thanks.

-Adam Thurston
DMT CLARREO Pathfinder project

Re: AERDB_L2_VIIRS_NOAA20 collection is incomplete on CMR

Posted: Wed Oct 11, 2023 7:16 am America/New_York
by LAADSx_UserServices_M
Dear Adam Thurston:
We are working on it and the whole collection should be available in CMR within a week.

Re: AERDB_L2_VIIRS_NOAA20 collection is incomplete on CMR

Posted: Fri Nov 03, 2023 5:43 pm America/New_York
by thursto77
Hi,

Just pinging this issue. I tried the query again today (11/3/23) and still get the same result:

curl -g "https://cmr.earthdata.nasa.gov/search/granules.umm_json?short_name=AERDB_L2_VIIRS_NOAA20&page_size=1&sort_key=end_date" | jq ".items[].umm | .CollectionReference,.TemporalExtent"

{
"ShortName": "AERDB_L2_VIIRS_NOAA20",
"Version": "2"
}
{
"RangeDateTime": {
"BeginningDateTime": "2023-05-13T09:12:00.000Z",
"EndingDateTime": "2023-05-13T09:18:00.000Z"
}
}

Thanks.

-Adam Thurston
DMT CLARREO Pathfinder project

Re: AERDB_L2_VIIRS_NOAA20 collection is incomplete on CMR

Posted: Wed Nov 08, 2023 10:14 am America/New_York
by LAADSx_UserServices_M
Looking into it and will get back to you soon.

Re: AERDB_L2_VIIRS_NOAA20 collection is incomplete on CMR

Posted: Thu Nov 09, 2023 7:36 am America/New_York
by LAADSx_UserServices_M
Please try again all should be available now.

{
"ShortName": "AERDB_L2_VIIRS_NOAA20",
"Version": "2"
}
{
"RangeDateTime": {
"BeginningDateTime": "2018-02-17T00:30:00.000Z",
"EndingDateTime": "2018-02-17T00:36:00.000Z"
}
}