Search found 14 matches

by cbattisto
Tue Apr 23, 2024 2:18 pm America/New_York
Forum: Questions/Comments
Question: Trouble with Authentication Error when Accessing MERRA-2 Data via OPenDAP URL
Replies: 1

Re: Trouble with Authentication Error when Accessing MERRA-2 Data via OPenDAP URL

Hello, Have you verified that your "Earthdata prerequisite files" have been generated and stored? These include the .netrc, .dodsrc, and .urs_cookies files: https://disc.gsfc.nasa.gov/information/howto?keywords=prerequisite&title=How%20to%20Generate%20Earthdata%20Prerequisite%20Files T...
by cbattisto
Wed Apr 03, 2024 10:52 am America/New_York
Forum: Questions/Comments
Question: Issues with MERRA2 data download [Error 500]
Replies: 4

Re: Issues with MERRA2 data download [Error 500]

Hello,

This issue is fixed, and your error should be resolved.

Please let us know if you encounter any more errors,
Chris Battisto
by cbattisto
Tue Apr 02, 2024 1:29 pm America/New_York
Forum: Questions/Comments
Question: Issues with MERRA2 data download [Error 500]
Replies: 4

Re: Issues with MERRA2 data download [Error 500]

Hello, It was brought to our attention that over the weekend, some configuration issues with certain S3 buckets were and still are affecting user access to some collections. We will post any updates, as this issue is currently being fixed. We appreciate your patience, and our apologies! Chris Battis...
by cbattisto
Wed Mar 20, 2024 12:02 pm America/New_York
Forum: Questions/Comments
Question: Downloading CO2 data from NASA GES DISC
Replies: 4

Re: Downloading CO2 data from NASA GES DISC

Hello, You can simply pass the URL of the granule that you wish to access into the requests.get() function, but that must be stored into a variable to be written to a file, like so: import requests # URL of the file to be downloaded url = "https://data.gesdisc.earthdata.nasa.gov/data/OCO2_DATA/...
by cbattisto
Tue Jan 23, 2024 12:04 pm America/New_York
Forum: Questions/Comments
Question: MERRA2 wget only downloading every other file
Replies: 3

Re: MERRA2 wget only downloading every other file

Hello,

I'm Chris Battisto, a User Needs member at the GES DISC. My apologies for the late response regarding your error. Could you please attach the url.txt file that you were using?

Thank you!
by cbattisto
Fri Dec 15, 2023 12:22 pm America/New_York
Forum: Questions/Comments
Question: Unable to acces GES DISC DATA ARCHIVE from AWS S#
Replies: 4

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

Hello,

Just checking in about this issue. Have you been able to resolve the error?

Chris
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: 4

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'