Search found 495 matches
- Mon Feb 06, 2023 4:35 pm America/New_York
- Forum: Questions/Comments
- Question: How to average images with clouds and ignore these cloud pixels?
- Replies: 11
Re: How to average images with clouds and ignore these cloud pixels?
I assume you used collocation tool to put the L3m files together. https://seadas.gsfc.nasa.gov/help-8.3.0/collocation/CollocationTool.html Here is an example expression for the Math Band Tool for 3 files -- ((chlor_a_M > 0.0 ? chlor_a_M : NaN) + (chlor_a_D0 > 0.0 ? chlor_a_D0 : NaN) + (chlor_a_D1 > ...
- Fri Feb 03, 2023 5:33 pm America/New_York
- Forum: Questions/Comments
- Question: L2GEN with Landsat 8/9
- Replies: 3
Re: L2GEN with Landsat 8/9
l2gen on Landsat 8 collection2 seems work with SeaDAS 8.3.0 and SeaDAS Processors (OCSSW) V2022.3.
Please let us know your SeaDAS version and SeaDAS processors tag.
Please let us know your SeaDAS version and SeaDAS processors tag.
- Fri Feb 03, 2023 10:27 am America/New_York
- Forum: Questions/Comments
- Question: Input output L2GEN
- Replies: 2
Re: Input output L2GEN
Please make sure you have olcis3a and/or olcis3b installed.
Also choose xfdumanifest.xml (with absolute path) as ifile on l2gen GUI
Also choose xfdumanifest.xml (with absolute path) as ifile on l2gen GUI
- Fri Feb 03, 2023 10:23 am America/New_York
- Forum: Questions/Comments
- Question: L2GEN
- Replies: 1
Re: L2GEN
On the SeaDAS GUI, choose SeaDAS-Toolbox -> Install/Update SeaDAS Processors, check olcis3a and/or olcis3b, and click run. https://seadas.gsfc.nasa.gov/help-8.3.0/processors/InstallOCSSW.html Choose SeaDAS-Toolbox -> l2gen, choose xfdumanifest.xml as your ifile, and click run https://seadas.gsfc.nas...
- Wed Feb 01, 2023 4:06 pm America/New_York
- Forum: Questions/Comments
- Question: Problems in updating LUTs and installing OCSSW processor
- Replies: 8
Re: Problems in updating LUTs and installing OCSSW processor
If you have another copy of python3 in /usr/local/bin/, it might be easier to point SeaDAS to use that copy of python3 by adding this line export PATH="/usr/local/bin/python3:$PATH" to your bash file. And then run: /usr/local/bin/pip3 install requests If you still want to use /Users/masud/...
- Wed Feb 01, 2023 12:17 pm America/New_York
- Forum: Questions/Comments
- Question: l2mapgen by command line
- Replies: 2
Re: l2mapgen by command line
It's hard to tell if a .xml file is doing what it is supposed to do by just looking at it. If you share the gpt command line with the ifile name, I can test it for you. As we discussed in the post https://forum.earthdata.nasa.gov/viewtopic.php?t=3823#p13616, SeaDAS can not write to netCDF4-CF at the...
- Wed Feb 01, 2023 11:38 am America/New_York
- Forum: Questions/Comments
- Question: Seadas GEO.hdf
- Replies: 1
Re: Seadas GEO.hdf
SeaDAS processors (OCSSW) V2022.3 works best with SeaDAS 8.3.0. With V2022.3, we use the new naming convention -- https://oceancolor.gsfc.nasa.gov/docs/filenaming-convention/. For A2010283180500.L1A_LAC (MODIS AUQA L1A) modis_GEO -> AQUA_MODIS.20101010T180500.GEO.hdf (GEO) from L1A modis_L1B -> AQUA...
- Wed Feb 01, 2023 11:27 am America/New_York
- Forum: Questions/Comments
- Question: Problems in updating LUTs and installing OCSSW processor
- Replies: 8
Re: Problems in updating LUTs and installing OCSSW processor
In SeaDAS 8.3.0 GUI, can you do SeaDAS-Toolbox -> Software & System Info and post the result here? "ModuleNotFoundError: No module named 'requests'" indicates SeaDAS can't find "requests''. It's probably due to some environment variable not setting up correctly. There are a few po...
- Wed Feb 01, 2023 11:00 am America/New_York
- Forum: Questions/Comments
- Question: Software Tool to read the .nc file
- Replies: 1
Re: Software Tool to read the .nc file
SeaDAS can read L1A, L1B, L2, L3m MODIS AQUA files obtained from this site or created by SeaDAS processors. SeaDAS can also read most other MODIS AQUA files in .nc or .hdf format.
https://seadas.gsfc.nasa.gov/
https://seadas.gsfc.nasa.gov/
- Mon Jan 30, 2023 5:54 pm America/New_York
- Forum: Questions/Comments
- Question: mapgen script with MODIS L2
- Replies: 4
Re: mapgen script with MODIS L2
mapgen on an L2 file is equivalent to l2bin + l3mapgen. It seems mapgen fails doing l2bin with l2_flags as one of the products. Please try python path/SeaDAS/ocssw/bin/mapgen --ifile=path/A2020003181000.L2_LAC_OC.x.nc --ofile=path/mapgenTest_A2020003181000.L2_LAC_OC.x.nc --product=chlor_a --resoluti...