MODIS-Aqua L1 data
Posted: Thu Feb 20, 2020 3:38 am America/New_York
I am a subscriber of MODIS-Aqua L1 data for Indian ocean region (25 to 110E, -40 to 30N).
I fetch list of files for my ROI using
wget --load-cookies ~/.urs_cookies --save-cookies ~/.urs_cookies --keep-session-cookies \
--post-data="subID=$SubID&results_as_file=1" -q -O - https://oceandata.sci.gsfc.nasa.gov/api/file_search > ListAll.txt
more ListAll.txt | grep A$Year$day >ListRemote$Year$day.txt [ For shorting data for that particular day ]
And I do that daily.
I want to know by what time (UTC) all the L1 files for this region become available in the web.
Let say, for 19th Feb 2020, Sunset at Port Elizabeth (~25E) is at 19:00 Local time i.e. 17:00 UTC and it is night time in Indian Ocean. So data acquisition for all ocean color day products is over for the date for this region. There will be transfer of raw data from satellite to ground stations, different processing and finally dissemination, so there will be a time delay between raw data acquisition of last LAC (of the above mentioned ROI) and that data comes online. My question is at what time all the L1 data from this region become available in the web?
I fetch list of files for my ROI using
wget --load-cookies ~/.urs_cookies --save-cookies ~/.urs_cookies --keep-session-cookies \
--post-data="subID=$SubID&results_as_file=1" -q -O - https://oceandata.sci.gsfc.nasa.gov/api/file_search > ListAll.txt
more ListAll.txt | grep A$Year$day >ListRemote$Year$day.txt [ For shorting data for that particular day ]
And I do that daily.
I want to know by what time (UTC) all the L1 files for this region become available in the web.
Let say, for 19th Feb 2020, Sunset at Port Elizabeth (~25E) is at 19:00 Local time i.e. 17:00 UTC and it is night time in Indian Ocean. So data acquisition for all ocean color day products is over for the date for this region. There will be transfer of raw data from satellite to ground stations, different processing and finally dissemination, so there will be a time delay between raw data acquisition of last LAC (of the above mentioned ROI) and that data comes online. My question is at what time all the L1 data from this region become available in the web?