Search found 103 matches
- Thu Mar 16, 2023 11:12 am America/New_York
- Forum: Questions/Comments
- Question: giovanni4-GLDAS_NOAH025_M (or 3H)-v2.1-Near_Surface_Wind_Speed
- Replies: 1
Re: giovanni4-GLDAS_NOAH025_M (or 3H)-v2.1-Near_Surface_Wind_Speed
The wind speed is at the 10-meter height. Information on the GLDAS variables can be found in the https://hydro1.gesdisc.eosdis.nasa.gov/data/GLDAS/GLDAS_NOAH025_3H.2.1/doc/README_GLDAS2.pdf. Specifically, section 3.5 point 7 states "Heights of forcing fields depend on the datasets used to drive...
- Wed Mar 15, 2023 9:09 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"
from requests.auth import HTTPDigestAuth
URL = 'your_URL_string_goes_here'
requests.get(URL, auth=HTTPDigestAuth('your_username', 'your_password'))
URL = 'your_URL_string_goes_here'
requests.get(URL, auth=HTTPDigestAuth('your_username', 'your_password'))
- Mon Mar 13, 2023 4:44 pm America/New_York
- Forum: Questions/Comments
- Question: wget bulk download stops after downloading only 2 files
- Replies: 2
Re: wget bulk download stops after downloading only 2 files
Following up to see if you had any success with the previous suggestions.
- Mon Mar 13, 2023 4:41 pm 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"
May I suggest to check that you have upgraded Python and requests module. Also check content and permissions of .netrc file.
- Fri Mar 10, 2023 5:11 pm 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"
This is the GES DISC User Service, your post have been forwarded to an Subject Matter Expert for assistance.
- Thu Mar 09, 2023 10:14 pm America/New_York
- Forum: Questions/Comments
- Question: wget bulk download stops after downloading only 2 files
- Replies: 2
Re: wget bulk download stops after downloading only 2 files
Sorry for the inconvenience. We have tried to figure out the causes of your cases. One possible reason might be "Wget/1.20.3" you are using might not work well with downloading data from our system. Can you try a lower version, such as "Wget/1.19" or "Wget/1.18"? Anothe...
- Thu Mar 09, 2023 10:12 pm America/New_York
- Forum: Questions/Comments
- Question: wget Unable to establish SSL connection for MERRA2 data
- Replies: 7
Re: wget Unable to establish SSL connection for MERRA2 data
Could you please provide us with the wget version you use now. We would also like for you to try the following command, thanks: wget --load-cookies C:\.urs_cookies --save-cookies C:\.urs_cookies --auth-no-chal lenge=on --keep-session-cookies --user=michelleescobarcarias01 --ask-password --content-di...
- Tue Mar 07, 2023 4:35 pm America/New_York
- Forum: Questions/Comments
- Question: wget Unable to establish SSL connection for MERRA2 data
- Replies: 7
Re: wget Unable to establish SSL connection for MERRA2 data
Re: wget Unable to establish SSL connection for MERRA2 data by michelleescobarcarias01 » Mon Mar 06, 2023 11:07 pm America/New_York So, I managed to solve the issue by updating my wget version but now, when I run the code only 2 documents are downloaded: the readme.pdf and the first link (day) of da...
- Mon Mar 06, 2023 12:54 pm America/New_York
- Forum: Questions/Comments
- Question: wget Unable to establish SSL connection for MERRA2 data
- Replies: 7
Re: wget Unable to establish SSL connection for MERRA2 data
Check if you can download the file https://goldsmr4.gesdisc.eosdis.nasa.gov/data/MERRA2_MONTHLY/M2TMNXRAD.5.12.4/1980/MERRA2_100.tavgM_2d_rad_Nx.198001.nc4 from the Web browser on your Windows desktop, if you do, then verify that you enter the correct password in wget prompt. If the above steps chec...
- Mon Feb 27, 2023 4:30 pm America/New_York
- Forum: Questions/Comments
- Question: Downloading IMERG
- Replies: 7
Re: Downloading IMERG
You are so welcome.