Specifically here's a query we did to the OBPG subscription:
Code: Select all
$ curl -s -d "sdate=2025-05-18&subID=2130&results_as_file=1" https://oceandata.sci.gsfc.nasa.gov/api/file_search | grep 2025141
A2025141165500.L1A_LAC.bz2
A2025141182500.L1A_LAC.bz2
A2025141183000.L1A_LAC.bz2
A2025141200500.L1A_LAC.bz2
A2025141201000.L1A_LAC.bz2
A2025141214000.L1A_LAC.bz2
Code: Select all
$ curl -s "https://cmr.earthdata.nasa.gov/search/granules.csv?collection_concept_id=C1570116979-OB_DAAC&page_size=2000&temporal%5B%5D=2025-05-18T00:00:00Z&bounding_box[]=-97.9,21.1,-63.3,45.9&day_night_flag=day&page_num=1" | grep 2025141
1_MODISA_L1_A2025141182500.L1A_LAC,A2025141182500.L1A_LAC,2025-05-21T18:25:01.000Z,2025-05-21T18:29:59.000Z,https://oceandata.sci.gsfc.nasa.gov/cmr/getfile/A2025141182500.L1A_LAC,,,DAY,206.6071214675903
1_MODISA_L1_A2025141183000.L1A_LAC,A2025141183000.L1A_LAC,2025-05-21T18:30:01.000Z,2025-05-21T18:34:59.000Z,https://oceandata.sci.gsfc.nasa.gov/cmr/getfile/A2025141183000.L1A_LAC,,,DAY,218.1552133560181
1_MODISA_L1_A2025141200500.L1A_LAC,A2025141200500.L1A_LAC,2025-05-21T20:05:01.000Z,2025-05-21T20:09:59.000Z,https://oceandata.sci.gsfc.nasa.gov/cmr/getfile/A2025141200500.L1A_LAC,,,DAY,208.101053237915
1_MODISA_L1_A2025141201000.L1A_LAC,A2025141201000.L1A_LAC,2025-05-21T20:10:01.000Z,2025-05-21T20:14:59.000Z,https://oceandata.sci.gsfc.nasa.gov/cmr/getfile/A2025141201000.L1A_LAC,,,DAY,221.886815071106
Is this some sort of (probably obscure) thing I'm doing wrong or is there an issue with the CMR database?
Thank you!
-Andrew L.