AERDB_L2_VIIRS_NOAA20 collection is incomplete on CMR

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
thursto77
Posts: 2
Joined: Wed Jul 13, 2022 2:48 pm America/New_York
Answers: 0

AERDB_L2_VIIRS_NOAA20 collection is incomplete on CMR

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

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

Tags:

LAADS_UserServices_M
User Services
User Services
Posts: 289
Joined: Mon Sep 30, 2019 8:33 am America/New_York
Answers: 1
Has thanked: 3 times

Re: AERDB_L2_VIIRS_NOAA20 collection is incomplete on CMR

by LAADS_UserServices_M » Wed Oct 11, 2023 7:16 am America/New_York

Dear Adam Thurston:
We are working on it and the whole collection should be available in CMR within a week.
Regards,
LAADS User Services

To receive news from LAADS DAAC direct to your inbox, email laadsdaac-join@lists.nasa.gov with “subscribe” in the subject line.

thursto77
Posts: 2
Joined: Wed Jul 13, 2022 2:48 pm America/New_York
Answers: 0

Re: AERDB_L2_VIIRS_NOAA20 collection is incomplete on CMR

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

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

LAADS_UserServices_M
User Services
User Services
Posts: 289
Joined: Mon Sep 30, 2019 8:33 am America/New_York
Answers: 1
Has thanked: 3 times

Re: AERDB_L2_VIIRS_NOAA20 collection is incomplete on CMR

by LAADS_UserServices_M » Wed Nov 08, 2023 10:14 am America/New_York

Looking into it and will get back to you soon.
Regards,
LAADS User Services

To receive news from LAADS DAAC direct to your inbox, email laadsdaac-join@lists.nasa.gov with “subscribe” in the subject line.

LAADS_UserServices_M
User Services
User Services
Posts: 289
Joined: Mon Sep 30, 2019 8:33 am America/New_York
Answers: 1
Has thanked: 3 times

Re: AERDB_L2_VIIRS_NOAA20 collection is incomplete on CMR

by LAADS_UserServices_M » Thu Nov 09, 2023 7:36 am America/New_York

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"
}
}
Regards,
LAADS User Services

To receive news from LAADS DAAC direct to your inbox, email laadsdaac-join@lists.nasa.gov with “subscribe” in the subject line.

Post Reply