Search found 377 matches

by OB ODPS - towens
Sat Dec 09, 2023 2:14 pm America/New_York
Forum: Questions/Comments
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

Put curly braces around the list variable and escape the question mark with a backslash

Code: Select all

echo ${list[1]}\?appkey=xxxxxxxxx
AQUA_MODIS.20231207T203500.L2.SST.NRT.nc?appkey=xxxxxxxxx
Tommy
by OB ODPS - towens
Fri Dec 08, 2023 10:48 pm America/New_York
Forum: Questions/Comments
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

It looks like a workaround is using an appkey for authentication instead of the username, password combination. You can generate one here: https://oceandata.sci.gsfc.nasa.gov/appkey/ Then add it to your URL: https://oceandata.sci.gsfc.nasa.gov/getfile/AQUA_MODIS.20231207T190001.L2.SST.NRT.nc?appkey=...
by OB ODPS - towens
Fri Dec 08, 2023 2:29 pm America/New_York
Forum: Questions/Comments
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

Thanks for fixing the post. We are looking into it.

Tommy
by OB ODPS - towens
Fri Dec 08, 2023 1:49 pm America/New_York
Forum: Questions/Comments
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

Try putting the URL you are fetching into a fresh browser and see if your username and password are accepted. They are rolling out a 60-day expiration policy on Earthdata logins.

Tommy
by OB ODPS - towens
Fri Dec 08, 2023 1:23 pm America/New_York
Forum: Questions/Comments
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

Run file on them to see if they are HTML. If so, open with a browser to see what the error message is.

Tommy
by OB ODPS - towens
Tue Nov 28, 2023 10:40 am America/New_York
Forum: Questions/Comments
Question: how to get all file list from the API
Replies: 1

Re: how to get all file list from the API

While they work out the json issue, these will give you a list of URLs wget -q --post-data="results_as_file=1&sensor_id=7&dtid=1043&sdate=2020-01-01 00:00:00&edate=2020-12-31 59:59:59&subType=1&addurl=1&prod_id=chlor_a&resolution_id=4km&period=DAY" -O - ...
by OB ODPS - towens
Mon Nov 27, 2023 10:15 am America/New_York
Forum: Questions/Comments
Question: How to download Level 1/2 multi-year data on OCEANCOLOR website by ONE order?
Replies: 3

Re: How to download Level 1/2 multi-year data on OCEANCOLOR website by ONE order?

Yes, it is hidden there. I'm not sure why it is not more clearly labeled.

Tommy
by OB ODPS - towens
Sun Nov 26, 2023 7:34 am America/New_York
Forum: Questions/Comments
Question: How to download Level 1/2 multi-year data on OCEANCOLOR website by ONE order?
Replies: 3

Re: How to download Level 1/2 multi-year data on OCEANCOLOR website by ONE order?

Above the map in the L1/L2 browser, you will see the year. That is a link. If you click on it, it will open the custom date selector which will allow you to select by multiple years and filter by month ranges or seasons if you wish to limit the search.

Tommy
by OB ODPS - towens
Mon Nov 20, 2023 10:27 am America/New_York
Forum: Questions/Comments
Question: OCSSW satellite validation matchup tools: val_extract failed
Replies: 15

Re: OCSSW satellite validation matchup tools: val_extract failed

The SeaDAS team were all at a conference last week. They will be looking at it today.

Tommy