Search found 72 matches
- Sat Dec 09, 2023 10:50 am America/New_York
- Forum: Questions/Comments
- Question: Incorrect File Size for Aqua, Terra and VIIRS SST and Chl files
- Replies: 10
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...
- Fri Dec 08, 2023 2:12 pm America/New_York
- Forum: Questions/Comments
- Question: Incorrect File Size for Aqua, Terra and VIIRS SST and Chl files
- Replies: 10
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...
- Fri Dec 08, 2023 1:44 pm America/New_York
- Forum: Questions/Comments
- Question: Incorrect File Size for Aqua, Terra and VIIRS SST and Chl files
- Replies: 10
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...
- Fri Dec 08, 2023 1:00 pm America/New_York
- Forum: Questions/Comments
- Question: Incorrect File Size for Aqua, Terra and VIIRS SST and Chl files
- Replies: 10
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...
- Thu Nov 16, 2023 2:08 pm America/New_York
- Forum: Questions/Comments
- Question: Subscription Creation Problem
- Replies: 2
- Tue Nov 14, 2023 12:56 pm America/New_York
- Forum: Questions/Comments
- 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...
- Mon Oct 02, 2023 6:04 pm America/New_York
- Forum: Questions/Comments
- 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
Mark
- Fri Sep 29, 2023 2:03 pm America/New_York
- Forum: Questions/Comments
- 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...
- Fri Sep 29, 2023 10:02 am America/New_York
- Forum: Questions/Comments
- 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...
- Fri Sep 29, 2023 8:14 am America/New_York
- Forum: Questions/Comments
- 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...