Search found 435 matches
- 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...
- Thu Dec 15, 2022 1:33 pm America/New_York
- Forum: Questions/Comments
- Question: Sentinel-2 with l2gen
- Replies: 17
Re: Sentinel-2 with l2gen
SeaDAS 8.3.0 was released, which can process MSI_S2A on GUI.
- Thu Dec 15, 2022 12:26 pm America/New_York
- Forum: Questions/Comments
- Question: SeaDAS-GPT-Mosaic
- Replies: 7
Re: SeaDAS-GPT-Mosaic
There is a known issue that gpt (graph processing tool) command line entries require full file path. So in your command gpt mosaicGeneral.xml -p MosaicEx01.par level2Files.txt -t MOD04_3K.A2015351.0200.dim you need to give full path to mosaicGeneral.xml MosaicEx01.par level2Files.txt MOD04_3K.A20153...