MODIS data process SeaDAS
Posted: Thu May 16, 2024 2:17 am America/New_York
Hello,When I do atmospheric correction of MODIS data based on Seadas software, when I call getanc.py to download auxiliary data, the data of some dates will pop up a warning as follows (such as A2024109053500), resulting in the subsequent program cannot run. Is there any error in the website or how should I solve it? Thank you!
*** WARNING: The following ancillary data types were missing or are not optimal: MET
*** 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.
...
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='oceandata.sci.gsfc.nasa.gov', port=443): Max retries exceeded with url: /api/atteph/T/2024136013500/2024136014000/ (Caused by ReadTimeoutError("HTTPSConnectionPool(host='oceandata.sci.gsfc.nasa.gov', port=443): Read timed out. (read timeout=10.0)",))
*** WARNING: The following ancillary data types were missing or are not optimal: MET
*** 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.
...
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='oceandata.sci.gsfc.nasa.gov', port=443): Max retries exceeded with url: /api/atteph/T/2024136013500/2024136014000/ (Caused by ReadTimeoutError("HTTPSConnectionPool(host='oceandata.sci.gsfc.nasa.gov', port=443): Read timed out. (read timeout=10.0)",))