Search found 427 matches
- Wed Jan 04, 2023 2:17 pm America/New_York
- Forum: Questions/Comments
- Question: Clouds not flagged
- Replies: 1
Re: Clouds not flagged
Your issue might have something to do with the change around getanc. However, we no longer support SeaDAS 7.5. Please download and install SeaDAS 8.3.0 -- https://seadas.gsfc.nasa.gov/downloads/
- Wed Jan 04, 2023 1:58 pm America/New_York
- Forum: Questions/Comments
- Question: How to generate F0 product?
- Replies: 1
Re: How to generate F0 product?
F0 is not an l2gen product. Please let us know the reason you need F0, maybe we can provide a work around.
- Wed Jan 04, 2023 10:12 am America/New_York
- Forum: Questions/Comments
- Question: Sentinel-3 Level-2 (WFR) IOP processing
- Replies: 3
Re: Sentinel-3 Level-2 (WFR) IOP processing
Happy New Year! Here is the instruction for downloading, installing and running SeaDAS -- https://github.com/seadas/seadas-toolbox/wiki/SeaDAS-8.x-Download,-Installation-and-Run-Instructions Here is the instruction to install SeaDAS processors -- https://seadas.gsfc.nasa.gov/downloads/ P.S. Since th...
- Wed Dec 28, 2022 10:32 am America/New_York
- Forum: Questions/Comments
- Question: seadas 8.2
- Replies: 3
Re: seadas 8.2
Do you mean CoastlineLandWaterMasks stuck on AQUA_MODIS.20170201_20170228.L3m.MO.CHL.chlor_a.4km.nc, but worked fine with other 11 months in 2017? What happened after you restarted your laptop? In my case, CoastlineLandWaterMasks got stuck on AQUA_MODIS.20170201_20170228.L3m.MO.CHL.chlor_a.4km.nc (o...
- Fri Dec 23, 2022 1:16 pm America/New_York
- Forum: Questions/Comments
- Question: mk_matchup.py - not a valid L2 file
- Replies: 6
Re: mk_matchup.py - not a valid L2 file
I did ~/mlp/ocssw/src/matchup_tools/fd_matchup.py --sat=modisa --max_time_diff=12 --seabass_file=HPLC_PC_Schoeman_R4.sb the result is -- Matching AQUA/MODIS granule (AQUA_MODIS.20020817T061001.L2.IOP.nc) found for: HPLC_PC_Schoeman_R4.sb Download link: https://oceandata.sci.gsfc.nasa.gov/cmr/getfile...
- Thu Dec 22, 2022 11:20 am America/New_York
- Forum: Questions/Comments
- Question: mk_matchup.py - not a valid L2 file
- Replies: 6
Re: mk_matchup.py - not a valid L2 file
It seems that you are still using SeaDAS 7, which we no longer support. The latest version of SeaDAS is 8.3.0.
Can you share the content of HPLC_PC_Schoeman_R4.sb, so we can try make_matchup (OCSSW 2022.3) with AQUA_MODIS.20020818T065500.L2.OC.nc and HPLC_PC_Schoeman_R4.sb?
Can you share the content of HPLC_PC_Schoeman_R4.sb, so we can try make_matchup (OCSSW 2022.3) with AQUA_MODIS.20020818T065500.L2.OC.nc and HPLC_PC_Schoeman_R4.sb?
- Fri Dec 16, 2022 5:29 pm America/New_York
- Forum: Questions/Comments
- Question: SeaDAS-GPT-Mosaic
- Replies: 7
Re: SeaDAS-GPT-Mosaic
You may also try this -- gpt F:\MT\mosaicGeneral.xml -p F:\MT\mosaicEx01.par F:\MT\MOD04_3K.A2015351.0240.061.2017324005815.hdf F:\MT\MOD04_3K.A2015351.0245.061.2017324005735.hdf -t F:\MT\MOD04_3K.A2015351.0240.dim replacing 'type F:\MT\level2Files.txt' with the actual files F:\MT\MOD04_3K.A2015351....
- Fri Dec 16, 2022 10:11 am America/New_York
- Forum: Questions/Comments
- Question: SeaDAS-GPT-Mosaic
- Replies: 7
Re: SeaDAS-GPT-Mosaic
By the way, in SeaDAS GUI, you can do Mosaic through Raster -> Geometric -> Mosaicking or
https://seadas.gsfc.nasa.gov/help-8.3.0/desktop/Mosaic.html
https://seadas.gsfc.nasa.gov/help-8.3.0/desktop/Mosaic.html
- Fri Dec 16, 2022 9:54 am America/New_York
- Forum: Questions/Comments
- Question: SeaDAS-MOD04
- Replies: 8
Re: SeaDAS-MOD04
In MOD11_L2.A2018069.0255.061.2021325144022.hdf, the band QC has "NA" for _FillValue, which causes the problem for SeaDAS' netCDFRerader. We fixed the bug, and hopefully it will be in the next release. This is in the metadata -- ushort QC(Along_swath_lines_1km\:MOD_Swath_LST, Cross_swath_p...
- Fri Dec 16, 2022 9:43 am America/New_York
- Forum: Questions/Comments
- Question: SeaDAS-GPT-Mosaic
- Replies: 7
Re: SeaDAS-GPT-Mosaic
It seems that "type" is the windows equivalent of "cat" in unix -- https://www.shellhacks.com/windows-cat-equivalent-cmd-powershell/ Maybe you can try gpt F:\MT\mosaicGeneral.xml -p F:\MT\mosaicEx01.par 'type F:\MT\level2Files.txt' -t F:\MT\MOD04_3K.A2015351.0240.dim You MosaicEx...