granules missing for PACE/OCI L2 collections starting January 14 #930
-
I tried to pull granules for specific location and dates, but found empty results (I only got this "[ ]") to get the links. However, it only happens starting January 14 2025 and I checked the Earthdata website to find that the granules seem to be updated. Not sure why this is happening. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hi, and welcome! Could you provide an example of code that's not giving the result you expect? |
Beta Was this translation helpful? Give feedback.
-
Hi! Thanks for reaching out. I cannot show my terminal, but I have tested the code on Colab notebook and it still give the same results. Attached are the screen shots. All of the screenshots have same code but different dates.
1.png : code works and gives granules on January 13
2.png : code does not provide granules on January 14, no result based on “cape_result” and “mexico_result”
3.png : same like 2.png, code does not provide granules on today and yesterday date
Hope this helps!
Thanks,
Adeline
From: Ian Carroll ***@***.***>
Date: Thursday, January 23, 2025 at 5:09 PM
To: nsidc/earthaccess ***@***.***>
Cc: ADLIN HAMDAN ***@***.***>, Author ***@***.***>
Subject: Re: [nsidc/earthaccess] no error, but results is empty and does not contain granules starting January 14 (Discussion #930)
Hi, and welcome! Could you provide an example of code that's not giving the result you expect?
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https:/github.com/nsidc/earthaccess/discussions/930*discussioncomment-11935876__;Iw!!Mak6IKo!PYvY9ysZoWvfbxfTCvXVH-_aelc-Yz72c8IBll4zPWEzSG3ik9IujnGn0v_XoWcmyuSHdzhWDxs-ovCou2UsmJ6p$>, or unsubscribe<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/BGFCSBMMUFTOG2IWVUYYR5D2MFZCNAVCNFSM6AAAAABVYNMR6SVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOJTGU4DONQ__;!!Mak6IKo!PYvY9ysZoWvfbxfTCvXVH-_aelc-Yz72c8IBll4zPWEzSG3ik9IujnGn0v_XoWcmyuSHdzhWDxs-ovCou8XrUVoA$>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Thank you for the report. An issue was identified by the OB.DAAC regarding the metadata for this collection and a fix has been pushed. Does this result match your expectation? import earthaccess
file_type = "PACE_OCI_L2_BGC_NRT"
lake_michigan = (-88.00, 41.62, -84.50, 46.09)
tspan = ("2025-01-14", "2025-01-14")
michigan = earthaccess.search_data(
short_name=file_type,
temporal=tspan,
bounding_box=lake_michigan
)
michigan[0] ![]() |
Beta Was this translation helpful? Give feedback.
Thank you for the report. An issue was identified by the OB.DAAC regarding the metadata for this collection and a fix has been pushed.
Does this result match your expectation?