modis_geo.py processing problem
Posted: Thu Jan 16, 2020 2:08 am America/New_York
Hi,
My processing chain was working fine till yesterday. I have updated the data download process using ~/.netrc as mentioned in https://oceancolor.gsfc.nasa.gov/data/download_methods/ and it is working fine.
However, modis_geo.py fails to work both in GUI & in command line.
My command for creating GEO file was
$SeaDASPath/scripts/modis_GEO.py $L1A_File -o $GEOFile --verbose --enable-dem --threshold=95
which returns error as follows
_____________________________________________________________________________________________
Determining required attitude and ephemeris files...
Searching database: /home/o-mc/SeaDAS7.5/ocssw/var/ancillary_data.db
()
Input file: A2020015054000.L1A_LAC
Sensor : modisa
Start time: 2020015054000
End time : 2020015054500
()
Downloading 'PM1EPHND_NRT.A2020015.0545.061' to /home/o-mc/SeaDAS7.5/ocssw/var/anc/2020/015
Connection interrupted, retrying up to 5 more time(s)
Connection error, retrying up to 4 more time(s)
Connection interrupted, retrying up to 3 more time(s)
Connection interrupted, retrying up to 2 more time(s)
Connection interrupted, retrying up to 1 more time(s)
URL attempted: oceandata.sci.gsfc.nasa.gov
Well, this is embarrassing...an error occurred that we just cannot get past...
Here is what we know: ('The read operation timed out',)
Please retry this request at a later time.
*** ERROR: The HTTP transfer failed with status code 302.
*** Please check your network connection and for the existence of the remote file:
*** oceandata.sci.gsfc.nasa.gov/cgi/getfile/PM1EPHND_NRT.A2020015.0545.061
***
*** Also check to make sure you have write permissions under the directory:
*** /home/o-mc/SeaDAS7.5/ocssw/var/anc/2020/015
()
Cannot create geolocation from A2020015054000.L1A_LAC; exiting.
_____________________________________________________________________________________________
I guess somebody can enlighten me how to fix this problem..
Thank you in advance..
My processing chain was working fine till yesterday. I have updated the data download process using ~/.netrc as mentioned in https://oceancolor.gsfc.nasa.gov/data/download_methods/ and it is working fine.
However, modis_geo.py fails to work both in GUI & in command line.
My command for creating GEO file was
$SeaDASPath/scripts/modis_GEO.py $L1A_File -o $GEOFile --verbose --enable-dem --threshold=95
which returns error as follows
_____________________________________________________________________________________________
Determining required attitude and ephemeris files...
Searching database: /home/o-mc/SeaDAS7.5/ocssw/var/ancillary_data.db
()
Input file: A2020015054000.L1A_LAC
Sensor : modisa
Start time: 2020015054000
End time : 2020015054500
()
Downloading 'PM1EPHND_NRT.A2020015.0545.061' to /home/o-mc/SeaDAS7.5/ocssw/var/anc/2020/015
Connection interrupted, retrying up to 5 more time(s)
Connection error, retrying up to 4 more time(s)
Connection interrupted, retrying up to 3 more time(s)
Connection interrupted, retrying up to 2 more time(s)
Connection interrupted, retrying up to 1 more time(s)
URL attempted: oceandata.sci.gsfc.nasa.gov
Well, this is embarrassing...an error occurred that we just cannot get past...
Here is what we know: ('The read operation timed out',)
Please retry this request at a later time.
*** ERROR: The HTTP transfer failed with status code 302.
*** Please check your network connection and for the existence of the remote file:
*** oceandata.sci.gsfc.nasa.gov/cgi/getfile/PM1EPHND_NRT.A2020015.0545.061
***
*** Also check to make sure you have write permissions under the directory:
*** /home/o-mc/SeaDAS7.5/ocssw/var/anc/2020/015
()
Cannot create geolocation from A2020015054000.L1A_LAC; exiting.
_____________________________________________________________________________________________
I guess somebody can enlighten me how to fix this problem..
Thank you in advance..