Search found 11 matches

by pmamegbor
Thu Sep 07, 2023 10:17 pm America/New_York
Forum: Home
Question: Authentication failure - using wget via HPC based Linux
Replies: 22

Re: Authentication failure - using wget via HPC based Linux

Thank you for your response. To clarify my previous inquiry, I'm inquiring whether it's feasible to compute monthly average PM1 and PM10 values utilizing your remote service, such as cloud computing, and subsequently retrieve the finalized data product. This request is prompted by the substantial da...
by pmamegbor
Wed Jun 07, 2023 8:49 pm America/New_York
Forum: Home
Question: Authentication failure - using wget via HPC based Linux
Replies: 22

Re: Authentication failure - using wget via HPC based Linux

GES DISC - mgreene wrote: > Following up to see if you were able to download your data of need > successfully. > Please let us know if you need further assistance. I have tried again since my last update due to commitments elsewhere. I will try again and provide feedback. Also, I asked earlier if it...
by pmamegbor
Fri May 05, 2023 3:39 pm America/New_York
Forum: Home
Question: Authentication failure - using wget via HPC based Linux
Replies: 22

Re: Authentication failure - using wget via HPC based Linux

GES DISC - mgreene wrote: > Hello, please check the size of > 'C:/Users/xxx/Documents/MERRA2_400.inst3_3d_aer_Nv.20230101.SUB.nc' file > and > provide us with the URL from which this file was obtained. Considering the size of the M2I3NVAER dataset, is it possible to work with the data remotely witho...
by pmamegbor
Wed May 03, 2023 1:42 pm America/New_York
Forum: Home
Question: Authentication failure - using wget via HPC based Linux
Replies: 22

Re: Authentication failure - using wget via HPC based Linux

GES DISC - mgreene wrote: > Hello, please check the size of > 'C:/Users/xxx/Documents/MERRA2_400.inst3_3d_aer_Nv.20230101.SUB.nc' file > and > provide us with the URL from which this file was obtained. The MERRA2_400.inst3_3d_aer_Nv.20230101.SUB.nc file is 2.1GB. I obtained the data from https://dis...
by pmamegbor
Wed May 03, 2023 10:33 am America/New_York
Forum: Home
Question: Authentication failure - using wget via HPC based Linux
Replies: 22

Re: Authentication failure - using wget via HPC based Linux

GES DISC - mgreene wrote: > Hello, please check the size of > 'C:/Users/xxx/Documents/MERRA2_400.inst3_3d_aer_Nv.20230101.SUB.nc' file > and > provide us with the URL from which this file was obtained. MERRA2_400.inst3_3d_aer_Nv.20230101.SUB.nc is 2.1GB and I downloaded from https://disc.gsfc.nasa.g...
by pmamegbor
Tue May 02, 2023 3:34 pm America/New_York
Forum: Home
Question: Authentication failure - using wget via HPC based Linux
Replies: 22

Re: Authentication failure - using wget via HPC based Linux

GES DISC - mgreene wrote: > Following up to my last post to see if you found the information to be > helpful. thanks I downloaded the one .nc file manually. However, I get an error message when I try to read it in R or QGIS. In QGIS it says "Unsupported Data Source C:\path-to-the-file is not a ...
by pmamegbor
Tue May 02, 2023 1:26 pm America/New_York
Forum: Home
Question: Authentication failure - using wget via HPC based Linux
Replies: 22

Re: Authentication failure - using wget via HPC based Linux

GES DISC - mgreene wrote: > Following up to my last post to see if you found the information to be > helpful. thanks It failed with the following output --2023-05-02 13:24:26-- https://goldsmr5.gesdisc.eosdis.nasa.gov/daac-bin/OTF/HTTP_services.cgi?FILENAME=%2Fdata%2FMERRA2%2FM2I3NVAER.5.12.4%2F2023...
by pmamegbor
Tue May 02, 2023 1:20 pm America/New_York
Forum: Home
Question: Authentication failure - using wget via HPC based Linux
Replies: 22

Re: Authentication failure - using wget via HPC based Linux

Sorry, for the late reply. I got caught up in other duties but unfortunately, it did not work. Also, I don't think the problem is not using the home directory. I have accessed and downloaded other GES DISC data e.g. NO2 on folders other than the home directory. I downloaded the other data to my exte...
by pmamegbor
Thu Apr 20, 2023 1:42 pm America/New_York
Forum: Home
Question: Authentication failure - using wget via HPC based Linux
Replies: 22

Re: Authentication failure - using wget via HPC based Linux

This is the command I used cd $/scratch/xxxx/ touch .netrc echo "machine urs.earthdata.nasa.gov login xxxx password xxxx" >> .netrc chmod 0600 .netrc touch .urs_cookies. wget --load-cookies ~/.urs_cookies --save-cookies ~/.urs_cookies --auth-no-challenge=on --keep-session-cookies --content...
by pmamegbor
Wed Apr 19, 2023 4:21 pm America/New_York
Forum: Home
Question: Authentication failure - using wget via HPC based Linux
Replies: 22

Re: Authentication failure - using wget via HPC based Linux

Hi,
I did follow the instruction on https://disc.gsfc.nasa.gov/data-access

I have used the instruction to access other datasets e.g. SO2, organic carbon, etc. This is the first time I am doing so via an HPC platform.

The wget information shows version 1.19 (GNU Wget 1.19.5 built on linux-gnu)