Search found 83 matches

by oceani
Mon Dec 11, 2023 11:34 am America/New_York
Forum: Home
Question: Incorrect File Size for Aqua, Terra and VIIRS SST and Chl files
Replies: 21

Re: Incorrect File Size for Aqua, Terra and VIIRS SST and Chl files

Is the appkey approach the new recommended method if using wget to download, or will you be reverting back to how the system functioned prior to Dec 6th?

Thanks,

Mark
by oceani
Sat Dec 09, 2023 10:50 am America/New_York
Forum: Home
Question: Incorrect File Size for Aqua, Terra and VIIRS SST and Chl files
Replies: 21

Re: Incorrect File Size for Aqua, Terra and VIIRS SST and Chl files

The appkey following the URL seems to work as a one-off within a web browser, but not in my CShell script since I need to use variables for the file names to be retrieved. The ?appkey={appkey} causes the wget line to fail with the variable usage. The command line without the user name and password i...
by oceani
Fri Dec 08, 2023 2:12 pm America/New_York
Forum: Home
Question: Incorrect File Size for Aqua, Terra and VIIRS SST and Chl files
Replies: 21

Re: Incorrect File Size for Aqua, Terra and VIIRS SST and Chl files

I am not entirely sure what you mean by "Please make sure the APPKEY or EDL token that you're using is valid". When our script use the wget command: wget --user=<my-username> --password=<my-password> --no-check-certificate --post-data="subID=$2557&results_as_file=1" -O - http...
by oceani
Fri Dec 08, 2023 1:44 pm America/New_York
Forum: Home
Question: Incorrect File Size for Aqua, Terra and VIIRS SST and Chl files
Replies: 21

Re: Incorrect File Size for Aqua, Terra and VIIRS SST and Chl files

They are all indeed HTML files (even though our scripts are requesting NetCDF (.nc) files and they are being saved as such. When I open the files in either Internet Explorer or Chrome those browsers just show a large page of HTML code. If I open using Firefox, I get a "Problem loading page mess...
by oceani
Fri Dec 08, 2023 1:00 pm America/New_York
Forum: Home
Question: Incorrect File Size for Aqua, Terra and VIIRS SST and Chl files
Replies: 21

Incorrect File Size for Aqua, Terra and VIIRS SST and Chl files

I imagine this might be related to your Dec. 6th maintenance as the issue started yesterday around midday, but just in case it is an independent problem, all of the subscription data files that we are downloading using wget are coming in at exactly 18,663 bytes. This includes all of our subscription...
by oceani
Thu Nov 16, 2023 2:08 pm America/New_York
Forum: Home
Question: Subscription Creation Problem
Replies: 2

Re: Subscription Creation Problem

Thanks!
by oceani
Tue Nov 14, 2023 12:56 pm America/New_York
Forum: Home
Question: Subscription Creation Problem
Replies: 2

Subscription Creation Problem

I am trying to create a new subscription on the create subscription page (https://oceandata.sci.gsfc.nasa.gov/subscriptions/create), however the Review Settings tab stays inactive no matter what I do. I do not see an error I have made nor an error message, but I cannot move forward with creating the...
by oceani
Mon Oct 02, 2023 6:04 pm America/New_York
Forum: Home
Question: VIIRS and MODIS Level 2 Subscription Access
Replies: 20

Re: VIIRS and MODIS Level 2 Subscription Access

Looks like all is working fine. Thanks very much for your help.

Mark
by oceani
Fri Sep 29, 2023 2:03 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, Looks like it worked: AQUA_MODIS.20230929T073501.L2.SST.NRT.nc --2023-09-29 11:56:30-- https://oceandata.sci.gsfc.nasa.gov/getfile/AQUA_MODIS.20230929T073501.L2.SST.NRT.nc Resolving oceandata.sci.gsfc.nasa.gov... 169.154.128.84 Connecting to oceandata.sci.gsfc.nasa.gov|169.154.128.84|:443... c...
by oceani
Fri Sep 29, 2023 10:02 am America/New_York
Forum: Home
Question: VIIRS and MODIS Level 2 Subscription Access
Replies: 20

Re: VIIRS and MODIS Level 2 Subscription Access

John and Masoud, Thank you for all your help on this. You are correct our systems are running relatively old versions of RHEL (6.1 and 7.2). This is because an older image processing application we are using requires older Linux. Unfortunately, we are stuck with it for a while. I imagine the two old...