Search found 8 matches

by cbattisto
Fri Dec 01, 2023 12:42 pm America/New_York
Forum: Questions/Comments
Question: Unable to acces GES DISC DATA ARCHIVE from AWS S#
Replies: 1

Re: Unable to acces GES DISC DATA ARCHIVE from AWS S#

Hello, My name is Chris Battisto, a User Needs team member at the GES DISC. I'm sorry to hear you're experiencing this error, and I can help you troubleshoot. Yes, this error is usually experienced when the code is being run out-of-region. To further verify that you are in the correct region, could ...
by cbattisto
Tue Sep 12, 2023 2:16 pm America/New_York
Forum: Questions/Comments
Question: Thousands of GPM IMERG files generated when downloading 30min data
Replies: 2

Re: Thousands of GPM IMERG files generated when downloading 30min data

Hello, Thank you for reaching out to us! Before we provide some strategies, I do want to caution that subsetting granules en masse (usually over a year's worth) may cause rate limiting on your Earthdata account. If you do decide to subset large amounts of granules at once, please be judicious in the...
by cbattisto
Thu Aug 31, 2023 1:55 pm America/New_York
Forum: Questions/Comments
Question: GESDISC Server Netcdf Error NLDAS Access
Replies: 3

Re: GESDISC Server Netcdf Error NLDAS Access

Hello Leah, Thank you for reaching out to us! We also received your original query through the helpdesk and were working on resolving your issue. Please try your request again, but be aware that although the server virtually aggregates granules across a long time span (1979-2023), it is also configu...
by cbattisto
Thu Jun 08, 2023 4:33 pm America/New_York
Forum: Questions/Comments
Question: TROPOMI AAI/CO Error when Downloading via shell script
Replies: 9

Re: TROPOMI AAI/CO Error when Downloading via shell script

Could you please post the shell script here? Also, in the meantime, are you able to use the wget command to pull the files from the shell script, like so:

wget --user=myusername --password=mypassword -i 'download.sh'
by cbattisto
Wed May 31, 2023 12:09 pm America/New_York
Forum: Questions/Comments
Question: TROPOMI AAI/CO Error when Downloading via shell script
Replies: 9

Re: TROPOMI AAI/CO Error when Downloading via shell script

Hello, It was reported earlier today that there were DNS issues with some earthdata.nasa.gov domains, which may have caused this error at the time the script was run. Are you able to download the granule again, through the browser? https://data.gesdisc.earthdata.nasa.gov/data/S5P_TROPOMI_Level2/S5P_...
by cbattisto
Mon Apr 17, 2023 11:42 am America/New_York
Forum: Questions/Comments
Question: auto-download NLDAS VIC from hydro1.gesdisc.eosdis.nasa.gov using Python "Requests"
Replies: 7

Re: auto-download NLDAS VIC from hydro1.gesdisc.eosdis.nasa.gov using Python "Requests"

Hello, Recently, the HTTPDigestAuth method of passing in your EDL credentials without a netrc have caused some inconsistent results. Please follow the steps below to create a netrc, and then test again using requests(): 1. Create your netrc file (as well as your .urs_cookies file) by following this ...
by cbattisto
Thu Mar 30, 2023 11:49 am America/New_York
Forum: Questions/Comments
Question: MERRA2 OpenDAP Download Failing
Replies: 3

Re: MERRA2 OpenDAP Download Failing

You're welcome! For your reference, that example was pulled from this how-to at GES DISC: https://disc.gsfc.nasa.gov/information/howto?keywords=python&title=How%20to%20Access%20GES%20DISC%20Data%20Using%20Python
by cbattisto
Mon Mar 27, 2023 11:26 am America/New_York
Forum: Questions/Comments
Question: MERRA2 OpenDAP Download Failing
Replies: 3

Re: MERRA2 OpenDAP Download Failing

Hello! Can you please first verify that your Pydap version is >=3.2.1, and then run the following code? from pydap.client import open_url from pydap.cas.urs import setup_session username = 'your_earthdata_username' password = 'your_earthdata_password' dataset_url = 'https://goldsmr4.gesdisc.eosdis.n...