Search found 139 matches
- Thu Apr 20, 2023 10:22 am America/New_York
- Forum: Questions/Comments
- Question: Authentication failure - using wget via HPC based Linux
- Replies: 22
Re: Authentication failure - using wget via HPC based Linux
Could you please provided the full wget command you are issuing.
- Wed Apr 19, 2023 3:57 pm America/New_York
- Forum: Questions/Comments
- Question: Authentication failure - using wget via HPC based Linux
- Replies: 22
Re: Authentication failure - using wget via HPC based Linux
This is the GES DISC User Service. First please follow the data access instruction in the link below,
https://disc.gsfc.nasa.gov/data-access Make sure you have a wget of 1.18 or greater.
https://disc.gsfc.nasa.gov/data-access Make sure you have a wget of 1.18 or greater.
- Tue Mar 28, 2023 3:49 pm America/New_York
- Forum: Questions/Comments
- Question: Client Error Unauthorized for GPM_3IMERGHHE
- Replies: 19
Re: Client Error Unauthorized for GPM_3IMERGHHE
Following up to see if all users on this post were able to download their data of need.
- Tue Mar 28, 2023 9:10 am 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
Following up to see if the information provided met your needs.
- Fri Mar 24, 2023 2:25 pm America/New_York
- Forum: Questions/Comments
- Question: Sentinel 5P NO2 Tropospheric vertical column data mapping
- Replies: 2
Re: Sentinel 5P NO2 Tropospheric vertical column data mapping
Thank you for your interest in Sentinel data. We are looking into your post and will get back to you soon.
- Fri Mar 24, 2023 2:18 pm America/New_York
- Forum: Questions/Comments
- Question: 404 not found error on ges-disc
- Replies: 4
Re: 404 not found error on ges-disc
Thank you for your post. A representative is working on it and we will get back to you as soon as possible.
- 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.