Search found 83 matches

by oceani
Fri Sep 29, 2023 8:14 am America/New_York
Forum: Home
Question: VIIRS and MODIS Level 2 Subscription Access
Replies: 20

Re: VIIRS and MODIS Level 2 Subscription Access

Masoud, Thank you very much for doing this. I see that things are running normally on my end now. If you find that you need to perform the switch eventually, please send me a sample curl command line to download a file delivered via subscription and I will start working on switching our retrieval me...
by oceani
Thu Sep 28, 2023 6:33 pm America/New_York
Forum: Home
Question: VIIRS and MODIS Level 2 Subscription Access
Replies: 20

Re: VIIRS and MODIS Level 2 Subscription Access

I just updated wget on one machine and the most recent version I can get for RHEL seems to be 1.14. All of our systems run RHEL for very specific reasons. Changing all of our scripts over to use curl would be a large task. Is there anyway to backtrack to your old version in order to give me some tim...
by oceani
Thu Sep 28, 2023 6:17 pm America/New_York
Forum: Home
Question: VIIRS and MODIS Level 2 Subscription Access
Replies: 20

Re: VIIRS and MODIS Level 2 Subscription Access

John, Same issue. Here is a capture of the command and result: wget --user=oceani --password=Oceani123! --auth-no-challenge=on --no-check-certificate --max-redirect=10 https://oceandata.sci.gsfc.nasa.gov/cgi/getfile/SNPP_VIIRS.20230928T035400.L2.SST.NRT.nc --2023-09-28 16:14:37-- https://oceandata.s...
by oceani
Thu Sep 28, 2023 5:50 pm America/New_York
Forum: Home
Question: VIIRS and MODIS Level 2 Subscription Access
Replies: 20

Re: VIIRS and MODIS Level 2 Subscription Access

John, wget Version - "GNU Wget 1.12 built on linux-gnu" Here is an example line from a CShell script that does the retrieval: wget --user=oceani --password=XXXXXXXX --auth-no-challenge=on --no-check-certificate https://oceandata.sci.gsfc.nasa.gov/cgi/getfile/AQUA_MODIS.20230928T152501.L2.S...
by oceani
Thu Sep 28, 2023 5:02 pm America/New_York
Forum: Home
Question: VIIRS and MODIS Level 2 Subscription Access
Replies: 20

Re: VIIRS and MODIS Level 2 Subscription Access

Masoud, The download fails. I see the error message and then the file transfer aborts and moves on to the next file in my script. An example for a file from our subscription for level 2 Aqua SST data ID# 2926 shows: AQUA_MODIS.20230928T152501.L2.SST.NRT.nc --2023-09-28 14:45:42-- https://oceandata.s...
by oceani
Thu Sep 28, 2023 4:13 pm America/New_York
Forum: Home
Question: VIIRS and MODIS Level 2 Subscription Access
Replies: 20

Re: VIIRS and MODIS Level 2 Subscription Access

Hi John,

Thanks for the quick reply. Yes. As of 2:15 PM MDT the redirect is still ending up in "ERROR 308: PERMANENT REDIRECT".

-Mark
by oceani
Thu Sep 28, 2023 3:26 pm America/New_York
Forum: Home
Question: VIIRS and MODIS Level 2 Subscription Access
Replies: 20

VIIRS and MODIS Level 2 Subscription Access

I am getting a "ERROR 308: PERMANENT REDIRECT" error when trying to access my VIIRS and MODIS (both Aqua and Terra) SST and CHL Level 2 subscription data using wget and the URL https://oceandata.sci.gsfc.nasa.gov/cgi/getfile/{filename} which appears to be rerouted to https://oceandata.sci....
by oceani
Mon Aug 14, 2023 5:32 pm America/New_York
Forum: Home
Question: Trouble Setting Up New Data Subscription
Replies: 2

Trouble Setting Up New Data Subscription

I am having trouble setting up a new level 2 subscription. I have tried for level 2 Terra SST and level 2 VIIRS SST. The page I am using is: https://oceandata.sci.gsfc.nasa.gov/subscriptions/create I am following the same process on the Create New Subscription page that I have for many years, howeve...
by oceani
Tue May 02, 2023 6:40 pm America/New_York
Forum: Home
Question: Level 2 Subscription File Download Errors
Replies: 2

Level 2 Subscription File Download Errors

As of earlier today I am getting "502 Bad Gateway" errors for all of our level 2 SST and chl file downloads (VIIRS, Aqua and Terra). It is happening for all of my subscriptions (a few example numbers are 3243 and 2703). An example of the wget messages we are seeing is as follows: --2023-05...
by oceani
Tue Feb 28, 2023 2:07 pm America/New_York
Forum: Home
Question: Level 2 and Level 3 MODIS Products
Replies: 2

Re: Level 2 and Level 3 MODIS Products

Thank you! I see data coming through now.

-M