Search found 20 matches

by anthcook
Mon Feb 06, 2023 7:01 pm America/New_York
Forum: Questions/Comments
Question: Subsetting MODIS-AQUA download by lat/lon with wget?
Replies: 10

Re: Subsetting MODIS-AQUA download by lat/lon with wget?

Hi Gail, I am trying to download ocean IOP MODIS-AQUA, and other sensor data, from the earth.data.nasa.gov/oceancolor.gsfc.nasa.gov site. This is a typical wget command I am using at the Windows command prompt: wget --user=anthcook --ask-password --auth-no-challenge=on https://oceandata.sci.gsfc.nas...
by anthcook
Mon Feb 06, 2023 2:12 pm America/New_York
Forum: Questions/Comments
Question: Subsetting MODIS-AQUA download by lat/lon with wget?
Replies: 10

Subsetting MODIS-AQUA download by lat/lon with wget?

Hello all, In the past, I have done a manual extraction(subset) of MODIS-AQUA data using the online Level3 browser with manual inputs. I would now like to do the same type of download, except in an automated fashion with wget via Windows. Is there a way to build a wget command to do a download of MO...
by anthcook
Mon Feb 06, 2023 12:28 pm America/New_York
Forum: Questions/Comments
Question: Question about using wget on for Aqua and Merra2
Replies: 18

Re: Question about using wget on for Aqua and Merra2

mgreene, The results of wget -V are copied below. Is this a sufficient wget and SSL version? Anthony ---------------------------------------------------------------------- C:\Users\alcook1\wget>wget -V GNU Wget 1.21.3 built on mingw32. +cares +digest +gpgme +https +ipv6 +iri +large-file +metalink -n...
by anthcook
Mon Feb 06, 2023 10:58 am America/New_York
Forum: Questions/Comments
Question: Explanation for the "NRT" designator in the standard file naming convention
Replies: 2

Explanation for the "NRT" designator in the standard file naming convention

Could someone explain the "NRT" designator in the file naming convention, in more depth than the description "Near Real Time"? For example, on Nov 1, 2022, there is an NRT version and a non-NRT version available: AQUA_MODIS.20221101.L3m.DAY.IOP.bb_531.4km.nc 2023-01-31 AQUA_MODIS...
by anthcook
Mon Feb 06, 2023 10:43 am America/New_York
Forum: Questions/Comments
Question: Question about using wget on for Aqua and Merra2
Replies: 18

Re: Question about using wget on for Aqua and Merra2

Hello mgreene, I attempted the MERRA2 download again, and am still getting the "unable to establish SSL connection" error. Am I making any syntax errors in the MERRA2 request? Below is the Windows command line response to my unsuccessful MERRA2 request. As a sanity check, I also did an AQU...
by anthcook
Fri Feb 03, 2023 6:10 pm America/New_York
Forum: Questions/Comments
Question: Question about using wget on for Aqua and Merra2
Replies: 18

Re: Question about using wget on for Aqua and Merra2

Sean, Thank you; makes sense. Now that I am aware, and at least from my perspective, there is no need for any further tweaking on your end. I'm also still wondering why I had one successful MERRA2 download with wget, but for all other (many attempts), it fails to establish an SSL connection? Are the...
by anthcook
Fri Feb 03, 2023 12:35 pm America/New_York
Forum: Questions/Comments
Question: Question about using wget on for Aqua and Merra2
Replies: 18

Re: Question about using wget on for Aqua and Merra2

Sean, Great catch, thank you. Whether or not I use the password credentials in the wget command, the result is a file with the .nc extension: AQUA_MODIS.20211202.L3m.DAY.SST4.sst4.4km.nc However, the size of the .nc file is only 13kB without the pwd credentials, and is 10MB with the credentials. Sin...
by anthcook
Fri Feb 03, 2023 11:13 am America/New_York
Forum: Questions/Comments
Question: Question about using wget on for Aqua and Merra2
Replies: 18

Re: Question about using wget on for Aqua and Merra2

I am fairly certain that I was running a version of wget that is later that ver 1.18, but to be sure, I downloaded ver 1.21.3, 64bit. If I am reading the download information correctly (see attachment), ver1.21.3 was compiled with OpenSSL 1.1.1m. Upon the attempt to download MERRA2 data with wget ve...
by anthcook
Fri Feb 03, 2023 10:05 am America/New_York
Forum: Questions/Comments
Question: Question about using wget on for Aqua and Merra2
Replies: 18

Re: Question about using wget on for Aqua and Merra2

Thank you, I will check my wget version and investigate the other versions you mention if that seems to be the issue. Back to the original post, can someone also help me understand why I can download the MODIS-Aqua file either with or without the password functions embedded in the wget line? Are pas...
by anthcook
Thu Feb 02, 2023 5:36 pm America/New_York
Forum: Questions/Comments
Question: Question about using wget on for Aqua and Merra2
Replies: 18

Question about using wget on for Aqua and Merra2

Hello all, I am new at using wget for downloading data from a Windows command prompt using wget. I was able to generate a user/password cookie file using either of the the two commands: wget -qO- --keep-session-cookies --save-cookies cookies.txt --post-data --user=USERNAME --ask-password https://urs...