504 gateway errors while attempting to download CYGNSS data
Posted: Tue Aug 30, 2022 10:33 am America/New_York
I have also been seeing more 504 gateway errors while attempting to download CYGNSS data. Everything was working over the weekend, but this morning about half of my download requests end in a 504 or returning an HTML page with "You have attempted to access a resource on PO.DAAC Drive that requires authentication with an Earthdata Login Profile...", but the other half work.
I have been using Python to make these requests for the past several month and this is the first time I have run into issues like this. My code to download data is based off of the below example provided by the PO.DAAC with just a few of the parameters tweaked to download CYGNSS data instead of Sentinel 6:
https://github.com/podaac/sentinel6/blob/master/Access_Sentinel6MF_usingshortname.py
I have been using Python to make these requests for the past several month and this is the first time I have run into issues like this. My code to download data is based off of the below example provided by the PO.DAAC with just a few of the parameters tweaked to download CYGNSS data instead of Sentinel 6:
https://github.com/podaac/sentinel6/blob/master/Access_Sentinel6MF_usingshortname.py