No MODIS fills for my MODIS subscriptions

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
woodbri
Posts: 80
Joined: Thu Jun 04, 2015 10:50 am America/New_York
Answers: 0
Endorsed: 2 times

No MODIS fills for my MODIS subscriptions

by woodbri » Sat May 30, 2026 2:10 pm America/New_York

May 22 was the last day that my MODIS subscriptions 2380, 2381, 2382 received files. I run cronjobs to fetch files using commands like:
wget -q -O - 'https://oceandata.sci.gsfc.nasa.gov/api/file_search?subID=2380&backdays=2&subType=1&format=txt&search=MOD00.P2026149*'
wget -q -O - 'https://oceandata.sci.gsfc.nasa.gov/api/file_search?subID=2381&backdays=2&subType=1&format=txt&search=MOD00.P2026149*'
wget -q -O - 'https://oceandata.sci.gsfc.nasa.gov/api/file_search?subID=2382&backdays=2&subType=1&format=txt&search=MOD00.P2026149*'

I also can not see files going through the File Search web interface.

-Steve

Filters:

OB Web - jdawson19
Subject Matter Expert
Subject Matter Expert
Posts: 13
Joined: Wed Jul 12, 2023 11:25 am America/New_York
Answers: 0
Endorsed: 1 time

Re: No MODIS fills for my MODIS subscriptions

by OB Web - jdawson19 » Mon Jun 01, 2026 11:17 am America/New_York

Hi Steve,

Is this still and issue? From my end, it doesn't look like there's a gap any longer, maybe because our syncing process caught up. For example, the URL https://oceandata.sci.gsfc.nasa.gov/api/file_search?subID=2380&backdays=11&subType=1&format=txt appears to return 64 files, and at least one for each day. (Small note: I removed the "&search" parameter from that URL, because it limits the results to one day of data based on the filenames. If the cron job isn't grabbing back far enough in time, that might be contributing to it)

If you prefer wget, that's:

wget -q -O - 'https://oceandata.sci.gsfc.nasa.gov/api/file_search?subID=2380&backdays=11&subType=1&format=txt'

Let me know if this is still not working for you

Post Reply