Search found 577 matches

by OB SeaDAS - xuanyang02
Thu Jul 06, 2023 10:47 am America/New_York
Forum: Questions/Comments
Question: l2gen mission directory not found
Replies: 6

Re: l2gen mission directory not found

You might need to close SeaDAS, delete .seadas8 directory and restart SeaDAS. Edit seadas.properties again. When you open l2gen, it'll open SeaDAS Processors Location window, and it's ok to choose Virtual Machine for "OCSSW Location". Here is the link to the webinar "Learn How to Use ...
by OB SeaDAS - xuanyang02
Wed Jul 05, 2023 2:12 pm America/New_York
Forum: Questions/Comments
Question: Landsat 8 OLI trouble in SeaDAS 8.3.0
Replies: 4

Re: Landsat 8 OLI trouble in SeaDAS 8.3.0

Can you do SeaDAS-Toolbox -> Software & System Info, and post the output here?

Also, can you do

Code: Select all

obpg_file_type LO09_L1TP_131044_20220318_20230424_02_T1_MTL.txt
Is LO09_L1TP_131044_20220318_20230424_02_T1_MTL.txt a Landsat L9 file? Do you have olil9 mission installed?
by OB SeaDAS - xuanyang02
Wed Jul 05, 2023 2:04 pm America/New_York
Forum: Questions/Comments
Question: Error in processing SNPP VIIRS L1A to L1B in SeaDAS
Replies: 7

Re: Error in processing SNPP VIIRS L1A to L1B in SeaDAS

Yes, you can use mapgen to reproject a VIIRS SNPP file L1A with the corresponding GEO file, with "use_rgb" box checked. Mapgen will produce an RGB file without stripes --
https://seadas.gsfc.nasa.gov/help-8.3.0/processors/ProcessMapgen.html
by OB SeaDAS - xuanyang02
Wed Jul 05, 2023 11:50 am America/New_York
Forum: Questions/Comments
Question: OCSSW Intsallation error
Replies: 7

Re: OCSSW Intsallation error

Please ask your system admin to help you install python 3.9 and set your python environment to use python 3.9.

I am using python 3.10 on my mac and it works fine. I guess python 3.10 has issues on linux
by OB SeaDAS - xuanyang02
Mon Jul 03, 2023 12:15 pm America/New_York
Forum: Questions/Comments
Question: Batch processing in seadas
Replies: 18

Re: Batch processing in seadas

multilevel_processor has a little trouble to match an L1A file with the right geo file. The solution is to skip [geo] in parfile (mlp knows to create a geo file if it does not find one). So your parfile text area should look like this: [main] ifile=/Users/gulfcarbon/Downloads/new2022l1a.txt odir=/Us...
by OB SeaDAS - xuanyang02
Mon Jul 03, 2023 11:42 am America/New_York
Forum: Questions/Comments
Question: Landsat 8 OLI trouble in SeaDAS 8.3.0
Replies: 4

Re: Landsat 8 OLI trouble in SeaDAS 8.3.0

The file name should not matter, but the metadata in the files matters. Screen Shot 2023-07-03 at 11.39.14 AM.png I noticed that your LC08_L1TP_131044_20220326_20220330_02_T1_MTL.txt is in the directory of LC08_L1TP_131044_20220326_20220330_02_T1, but LO09_L1TP_131044_20220318_20230424_02_T1_MTL.txt...
by OB SeaDAS - xuanyang02
Mon Jul 03, 2023 11:26 am America/New_York
Forum: Questions/Comments
Question: SeaDAS 8.3 install-OCSSW problem on Mac
Replies: 2

Re: SeaDAS 8.3 install-OCSSW problem on Mac

Can you do

Code: Select all

echo $HOME

Code: Select all

echo $OCSSWROOT
Also, try to run ./install_ocssw in the same directory with install_ocssw and manifest.py you downloaded.

Code: Select all

./install_ocssw --install_dir /Users/hwaga/ocssw  --tag V2022.3 --seadas --modisa --seawifs
by OB SeaDAS - xuanyang02
Fri Jun 30, 2023 11:17 am America/New_York
Forum: Questions/Comments
Question: Error in processing SNPP VIIRS L1A to L1B in SeaDAS
Replies: 7

Re: Error in processing SNPP VIIRS L1A to L1B in SeaDAS

The stripes in VIIRS SNPP file is normal, L2 file also has stripes. If you do l2bin and l3mapgen, l3m files do not have stripes.

VIIRS SNPP L1B file does not have geocoding, so it cannot be reprojected --
https://seadas.gsfc.nasa.gov/help-8.3.0/desktop/Reprojection.html
by OB SeaDAS - xuanyang02
Thu Jun 29, 2023 2:08 pm America/New_York
Forum: Questions/Comments
Question: l2gen mission directory not found
Replies: 6

Re: l2gen mission directory not found

LC08_L2SP_011031_20150922_20200908_02_T1_MTL.txt is an L2 file, l2gen needs an L1 file as input, looks like this-- LC08_ L1TP _011031_20230523_20230602_02_T1_MTL.txt SeaDAS uses obpg_file_type to find the mission of the file, and then look for the mission directory accordingly. You might want to giv...
by OB SeaDAS - xuanyang02
Thu Jun 29, 2023 1:56 pm America/New_York
Forum: Questions/Comments
Question: Batch processing in seadas
Replies: 18

Re: Batch processing in seadas

seadas_info is supposed to give us the info of your OCSSW tag like this -- OCSSWROOT=/Users/*/ocssw OCDATAROOT=/Users/*/ocssw/share l2gen version: msl12 9.6.0- V2023.1 (Apr 4 2023 11:28:21) l2bin version: 7.0.4 l3bin version: 5.13 l3mapgen version: l3mapgen 2.3.0-V2023.1 (Apr 4 2023 11:27:05) Instal...