Search found 8 matches

by oceanwatchcp
Tue Nov 01, 2022 3:05 pm America/New_York
Forum: Questions/Comments
Question: Search with wget won't work
Replies: 7

Re: Search with wget won't work

Thanks again! I tried the command suggested, but I still got the same error message: <h1>An error has occurred</h1> Filename pattern invalid I modified the search here and there, e.g., "subType1", "search=*MO_CHL*4km*"', but kept getting the same error message. Do you have other ...
by oceanwatchcp
Thu Oct 27, 2022 5:39 pm America/New_York
Forum: Questions/Comments
Question: Reprocessed MODIS Aqua data
Replies: 9

Re: Reprocessed MODIS Aqua data

Ah I see! Thank you so much Tommy for your help!
Hope you're having a good day,
Daisy
by oceanwatchcp
Thu Oct 27, 2022 4:20 pm America/New_York
Forum: Questions/Comments
Question: Reprocessed MODIS Aqua data
Replies: 9

Re: Reprocessed MODIS Aqua data

Thank you, this is very helpful!

For the old version, besides daily data, I couldn't find the monthly or 8-day data in the 3-digit day of year directories. Are they still available somewhere?
by oceanwatchcp
Thu Oct 27, 2022 3:56 pm America/New_York
Forum: Questions/Comments
Question: Search with wget won't work
Replies: 7

Re: Search with wget won't work

Hi, thanks for helping me! I used a python script with the call function for the wget command: call(['wget','-q', '--post-data="results_as_file=1&std_only1&subType1&search=A2019*.L3m_MO_CHL_chlor_a_4km.nc"','-O', '-', 'https://oceandata.sci.gsfc.nasa.gov/api/file_search']) But ...
by oceanwatchcp
Thu Oct 27, 2022 3:13 pm America/New_York
Forum: Questions/Comments
Question: Reprocessed MODIS Aqua data
Replies: 9

Re: Reprocessed MODIS Aqua data

Thank you Tommy.

How do I distinguish the newly reprocessed data files and the older ones?

Are the newly reprocessed data file names start with "AQUA_MODIS.20*" and the older version files start with "A20*"?

Daisy
by oceanwatchcp
Wed Oct 26, 2022 8:32 pm America/New_York
Forum: Questions/Comments
Question: Reprocessed MODIS Aqua data
Replies: 9

Reprocessed MODIS Aqua data

Hi there,

I am looking for the 2022 reprocessed as well as the previous version of MODIS Aqua data on daily and monthly resolutions to download. Where are the correct folders/what are the right pages/search for them, respectively?

Thank you,
Daisy
by oceanwatchcp
Tue Oct 25, 2022 5:50 pm America/New_York
Forum: Questions/Comments
Question: Search with wget won't work
Replies: 7

Re: Search with wget won't work

Thanks! This works! How should I modify the search command to be able make it work in general? My goal is to get a list of files for daily and monthly MODIS Aqua chlorophyll-a data files, and check for new files to download (so that the data is up to date locally). I tried to search the MODIS Aqua c...
by oceanwatchcp
Mon Oct 24, 2022 8:38 pm America/New_York
Forum: Questions/Comments
Question: Search with wget won't work
Replies: 7

Search with wget won't work

Tried the example for command line interface provided on the "Search and Download" page: wget -q --post-data="sensor=octs&sdate=1996-11-01&edate=1997-01-01&dtype=L3b&addurl=1&results_as_file=1&search=*DAY_CHL*" -O - https://oceandata.sci.gsfc.nasa.gov/api/...