I am seeing the tried-and-true obdaac_download.py script routinely hang, with only occasional success, but the GET request seems to succeed, as the run below, with extra verbosity, shows:
Code: Select all
$ obdaac_download.py -vvv T2023059155000.L1A_LAC.bz2
Output directory: <elided>
Retrieving T2023059155000.L1A_LAC.bz2
Session started
DEBUG:urllib3.util.retry:Converted retries value: 5 -> Retry(total=5, connect=None, read=None, redirect=None, status=None)
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): oceandata.sci.gsfc.nasa.gov:443
DEBUG:urllib3.connectionpool:https://oceandata.sci.gsfc.nasa.gov:443 "GET /ob/getfile/T2023059155000.L1A_LAC.bz2 HTTP/1.1" 302 None
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): urs.earthdata.nasa.gov:443
DEBUG:urllib3.connectionpool:https://urs.earthdata.nasa.gov:443 "GET /oauth/authorize?response_type=code&client_id=Z0u-MdLNypXBjiDREZ3roA&redirect_uri=https%3A%2F%2Foceandata.sci.gsfc.nasa.gov%2Fob%2Fgetfile%2Frestrict HTTP/1.1" 302 None
DEBUG:urllib3.connectionpool:https://oceandata.sci.gsfc.nasa.gov:443 "GET /ob/getfile/restrict?code=0c4fcca48838232823267edbae6e5ce7fbe3978c680432af15463a6e3cf92c25 HTTP/1.1" 302 None
DEBUG:urllib3.connectionpool:https://oceandata.sci.gsfc.nasa.gov:443 "GET /ob/getfile/T2023059155000.L1A_LAC.bz2 HTTP/1.1" 200 206870954
Is there a known network issue? My IT people say all is good at my end.
Many thanks!
Alaric