Troubleshooting Data Retrievals
Posted: Fri Mar 08, 2019 7:58 am America/New_York
I have been downloading Aqua L1A granules over a study area and am running into connection issues I could use some help with. I'm using the list of granules from the Level 1&2 browser tool as input to wget to retrieve the granules. The first few transfers work perfectly but then I start seeing noticeable delays during the connection process in wget. When this starts happening, I can see between a 10 - 20 second delay where wget hangs on connecting to the site for each granule.
After I get the granules downloaded, I'm also seeing sporadic failures(some granules fail, while others succeed) retrieving ancillary files required for geolocation and processing. If I try to download these files on a different machine, the download succeeds. Output from getanc.py for both machines is below(getanc.py on both machines report version 2.1).
In the past(few months ago), I've been able to do these types of transfers/processes without issue. I'm trying to narrow down the cause of the problem and was wondering if you could confirm if there are limits to the frequency of data retrieval that would lead to the above issues?
Thanks for your help.
Machine 1:
getanc.py -v A2019066150500.L1A_LAC
Searching database: /home/user/anc.db
Determining pass start and end times...
Aqua
Input file: A2019066150500.L1A_LAC
Start time: 2019066150500
End time: 2019066150959
Error! could not establish a network connection. Check your network connection.
If you do not find a problem, please try again later.
Machine 2:
getanc.py A2019066150500.L1A_LAC -v -r
Searching database: /opt/ocssw/var/ancillary_data.db
Determining pass start and end times...
Aqua
Input file: A2019066150500.L1A_LAC
Sensor : aqua
Start time: 2019066150500
End time : 2019066150959
Found: /opt/ocssw/var/anc/2019/066/N201906618_MET_NCEP_6h.hdf
Found: /opt/ocssw/var/anc/2019/066/N201906618_MET_NCEP_6h.hdf
Found: /opt/ocssw/var/anc/2019/066/N201906612_MET_NCEP_6h.hdf
Found: /opt/ocssw/var/anc/2019/065/N201906500_SEAICE_NSIDC_24h.hdf
Found: /opt/ocssw/var/anc/2019/064/N2019064_SST_OIV2AV_24h.nc
Created 'A2019066150500.L1A_LAC.anc' l2gen parameter text file:
icefile=/opt/ocssw/var/anc/2019/065/N201906500_SEAICE_NSIDC_24h.hdf
met1=/opt/ocssw/var/anc/2019/066/N201906612_MET_NCEP_6h.hdf
met2=/opt/ocssw/var/anc/2019/066/N201906618_MET_NCEP_6h.hdf
met3=/opt/ocssw/var/anc/2019/066/N201906618_MET_NCEP_6h.hdf
sstfile=/opt/ocssw/var/anc/2019/064/N2019064_SST_OIV2AV_24h.nc
*** WARNING: The following ancillary data types were missing or are not optimal: OZONE
*** Beware that certain MET and OZONE files just chosen by this program are not optimal.
*** For near real-time processing the remaining files may become available soon.
After I get the granules downloaded, I'm also seeing sporadic failures(some granules fail, while others succeed) retrieving ancillary files required for geolocation and processing. If I try to download these files on a different machine, the download succeeds. Output from getanc.py for both machines is below(getanc.py on both machines report version 2.1).
In the past(few months ago), I've been able to do these types of transfers/processes without issue. I'm trying to narrow down the cause of the problem and was wondering if you could confirm if there are limits to the frequency of data retrieval that would lead to the above issues?
Thanks for your help.
Machine 1:
getanc.py -v A2019066150500.L1A_LAC
Searching database: /home/user/anc.db
Determining pass start and end times...
Aqua
Input file: A2019066150500.L1A_LAC
Start time: 2019066150500
End time: 2019066150959
Error! could not establish a network connection. Check your network connection.
If you do not find a problem, please try again later.
Machine 2:
getanc.py A2019066150500.L1A_LAC -v -r
Searching database: /opt/ocssw/var/ancillary_data.db
Determining pass start and end times...
Aqua
Input file: A2019066150500.L1A_LAC
Sensor : aqua
Start time: 2019066150500
End time : 2019066150959
Found: /opt/ocssw/var/anc/2019/066/N201906618_MET_NCEP_6h.hdf
Found: /opt/ocssw/var/anc/2019/066/N201906618_MET_NCEP_6h.hdf
Found: /opt/ocssw/var/anc/2019/066/N201906612_MET_NCEP_6h.hdf
Found: /opt/ocssw/var/anc/2019/065/N201906500_SEAICE_NSIDC_24h.hdf
Found: /opt/ocssw/var/anc/2019/064/N2019064_SST_OIV2AV_24h.nc
Created 'A2019066150500.L1A_LAC.anc' l2gen parameter text file:
icefile=/opt/ocssw/var/anc/2019/065/N201906500_SEAICE_NSIDC_24h.hdf
met1=/opt/ocssw/var/anc/2019/066/N201906612_MET_NCEP_6h.hdf
met2=/opt/ocssw/var/anc/2019/066/N201906618_MET_NCEP_6h.hdf
met3=/opt/ocssw/var/anc/2019/066/N201906618_MET_NCEP_6h.hdf
sstfile=/opt/ocssw/var/anc/2019/064/N2019064_SST_OIV2AV_24h.nc
*** WARNING: The following ancillary data types were missing or are not optimal: OZONE
*** Beware that certain MET and OZONE files just chosen by this program are not optimal.
*** For near real-time processing the remaining files may become available soon.