Search found 596 matches

by OB SeaDAS - xuanyang02
Sat Nov 25, 2023 2:27 pm America/New_York
Forum: Questions/Comments
Question: Looking for time-averaged Monthly chlorophyll-a estimations for Lake Apopka, FL
Replies: 5

Re: Looking for time-averaged Monthly chlorophyll-a estimations for Lake Apopka, FL

OB.DAAC provides L3 mapped files with 4km and 9km resolution, but you can make your own L3 mapped files with higher resolution. 1. download L2 files with the desired time and area from OB.DAAC -- https://oceancolor.gsfc.nasa.gov/cgi/browse.pl?sen=amod 2. do l2bin/l3mapgen (SeaDAS science processors)...
by OB SeaDAS - xuanyang02
Fri Nov 24, 2023 1:57 pm America/New_York
Forum: Questions/Comments
Question: OCSSW satellite validation matchup tools: val_extract failed
Replies: 12

Re: OCSSW satellite validation matchup tools: val_extract failed

I can download AQUA_MODIS.20110520T132501.L2.OC.nc from our site. If your seabass file is downloadable, you can share the link so I can download the file. Otherwise, you can replace the filename matchup_entries.sb with matchup_entries.txt, and share the file here.
by OB SeaDAS - xuanyang02
Fri Nov 24, 2023 10:08 am America/New_York
Forum: Questions/Comments
Question: Cloud cover or similar data - Modis Aqua
Replies: 16

Re: Cloud cover or similar data - Modis Aqua

Tell us what error message you got trying to install SeaDAS 8.4.1, hopefully we can help you install SeaDAS and visualize the MODIS AQUA data
by OB SeaDAS - xuanyang02
Wed Nov 22, 2023 5:33 pm America/New_York
Forum: Questions/Comments
Question: Cloud cover or similar data - Modis Aqua
Replies: 16

Re: Cloud cover or similar data - Modis Aqua

I noticed that you are still using SeaDAS 7.5.3. Maybe you could try 8.4.1, which has almost all the features of 7.5.3, plus a lot more?

https://seadas.gsfc.nasa.gov/
by OB SeaDAS - xuanyang02
Tue Nov 21, 2023 7:18 pm America/New_York
Forum: Questions/Comments
Question: Install OCSSW SeaDAS 8.3 Mac OS
Replies: 8

Re: Install OCSSW SeaDAS 8.3 Mac OS

"ModuleNotFoundError: No module named 'requests'" indicates that you need to install requests module

Try

Code: Select all

/usr/bin/pip3 install requests
by OB SeaDAS - xuanyang02
Tue Nov 21, 2023 6:40 pm America/New_York
Forum: Questions/Comments
Question: Cloud cover or similar data - Modis Aqua
Replies: 16

Re: Cloud cover or similar data - Modis Aqua

For direct access --https://oceandata.sci.gsfc.nasa.gov/directdataaccess/Level-2/Aqua-MODIS You can download the L2 files, open the files in SeaDAS, open the masks, and click on CLDICE Screenshot 2023-11-21 at 6.29.36 PM.png Or you can open any band, open the Mask Manager, and choose CLDICE, and pic...
by OB SeaDAS - xuanyang02
Tue Nov 21, 2023 5:02 pm America/New_York
Forum: Questions/Comments
Question: Retrieving IOPs (aphy, bbp, ..) in SeaDAS l2gen
Replies: 1

Re: Retrieving IOPs (aphy, bbp, ..) in SeaDAS l2gen

You can add suite=IOP to the l2gen command as in

Code: Select all

l2gen ifile=/mnt/c/Users/Malawi/1/inputfile maskglint=true, maskland=true, iop_opt=3 ofile=/mnt/c/Users/Malawi/1/T36LXP_20221020T093755_msi.l2 suite=IOP
I think the default is iop_opt=7, but iop_opt=3 should work too
by OB SeaDAS - xuanyang02
Tue Nov 21, 2023 4:33 pm America/New_York
Forum: Questions/Comments
Question: Cloud cover or similar data - Modis Aqua
Replies: 16

Re: Cloud cover or similar data - Modis Aqua

We do provide cloud mask with Level 2 data. The gray area is cloud/ice. See the attached
Screenshot 2023-11-21 at 4.31.23 PM.png
Screenshot 2023-11-21 at 4.31.23 PM.png (410.92 KiB) Not viewed yet
by OB SeaDAS - xuanyang02
Tue Nov 21, 2023 4:11 pm America/New_York
Forum: Questions/Comments
Question: L2gen output missing OLCI bands >709 nm
Replies: 2

Re: L2gen output missing OLCI bands >709 nm

Use Rrs_nnn instead of Rrs_vvv as in "Kd_490 Rrs_nnn angstrom aot_865 chlor_a" for l2prod in the Selected Products tab.

I used V2023.3 for the Science Processors (OCSSW)