Search found 253 matches
- Thu Nov 03, 2022 2:55 pm America/New_York
- Forum: Questions/Comments
- Question: Level-3 annual Rrs data
- Replies: 15
Re: Level-3 annual Rrs data
The API has options for "Level-3 binned" and "Level-3 mapped". You are seeing a difference because you chose the "Level-3 binned" option and Sean posted results for "Level-3 mapped" products. They are both correct searches. Currently, from the API, two searche...
- Wed Nov 02, 2022 9:28 am America/New_York
- Forum: Questions/Comments
- Question: Level-3 annual Rrs data
- Replies: 15
Re: Level-3 annual Rrs data
Good day, please see the following announcement: viewtopic.php?t=3643
- Wed Nov 02, 2022 9:23 am America/New_York
- Forum: Questions/Comments
- Question: Is the OBDAAC download server down?
- Replies: 2
Re: Is the OBDAAC download server down?
Yes, we will inform when the activity is completed. viewtopic.php?t=3643
- Wed Nov 02, 2022 9:23 am America/New_York
- Forum: Questions/Comments
- Question: Completed: OB.DAAC Monthly Maintenance Notice - 11/2 @8am
- Replies: 0
Completed: OB.DAAC Monthly Maintenance Notice - 11/2 @8am
Systems maintenance has concluded. Data that were paused are now getting processed through the system and files up to present day and should be available this afternoon.
- Tue Nov 01, 2022 3:19 pm America/New_York
- Forum: Questions/Comments
- Question: Search with wget won't work
- Replies: 7
Re: Search with wget won't work
Hi Daisy, The search just uses regex and you can try patterns until something works. There are still some differences between your search and mine. I would recommend matching the beginning pattern of the file type you are looking for (aqua, snpp) in addition to the product suite (chl, rrs) and, if d...
- Mon Oct 31, 2022 11:15 am America/New_York
- Forum: Questions/Comments
- Question: MODIS Terra geolocation files
- Replies: 4
Re: MODIS Terra geolocation files
Yes, Terra will be handled the same as Aqua.
- Mon Oct 31, 2022 11:05 am America/New_York
- Forum: Questions/Comments
- Question: Search with wget won't work
- Replies: 7
Re: Search with wget won't work
try: call(['wget','-q', '--post-data="results_as_file=1&std_only1&subType=1&sdate=1999-01-01&edate=1999-12-31&search=A*MO_CHL_*4km*"','-O', '-', 'https://oceandata.sci.gsfc.nasa.gov/api/file_search'])
- Wed Oct 26, 2022 9:25 pm America/New_York
- Forum: Questions/Comments
- Question: Search with wget won't work
- Replies: 7
Re: Search with wget won't work
Hi Daisy, Your wget command works for me. In general, there are instructions here: https://oceancolor.gsfc.nasa.gov/data/download_methods/ Screen Shot 2022-10-26 at 9.19.51 PM.png We will look into what went wrong with the API search. A new version with updated search capabilities is being developed...
- Tue Oct 25, 2022 4:50 pm America/New_York
- Forum: Questions/Comments
- Question: SNPP VIIRS L2 SST images are not available
- Replies: 4
Re: SNPP VIIRS L2 SST images are not available
Hi Fernando, Can you describe where you tried to get the files from. The link you shared is the general link to our website, but we have various tools or command line options you may have been attempting to use. I used the Level-3 browser and found this file: AQUA_MODIS.20120403.L3b.DAY.SST.nc . Am ...
- Tue Oct 25, 2022 8:57 am America/New_York
- Forum: Questions/Comments
- Question: Search with wget won't work
- Replies: 7
Re: Search with wget won't work
Try: "O*DAY_CHL*"
wget -q --post-data="results_as_file=1&std_only1&subType1&sdate=1996-11-01&edate=1997-01-01&dtype=L3b&search=O*DAY_CHL*&sensor_id=9" -O - https://oceandata.sci.gsfc.nasa.gov/api/file_search
wget -q --post-data="results_as_file=1&std_only1&subType1&sdate=1996-11-01&edate=1997-01-01&dtype=L3b&search=O*DAY_CHL*&sensor_id=9" -O - https://oceandata.sci.gsfc.nasa.gov/api/file_search