Search found 623 matches

by OB SeaDAS - xuanyang02
Mon Oct 04, 2021 1:12 pm America/New_York
Forum: Questions/Comments
Question: How to process Landsat8 Collection2 L1 data with SeaDAS
Replies: 6

Re: How to process Landsat8 Collection2 L1 data with SeaDAS

Please do SeaDAS-OCSSW -> SeaDAS/System Info and post the output here.
by OB SeaDAS - xuanyang02
Mon Oct 04, 2021 11:02 am America/New_York
Forum: Questions/Comments
Question: (Log file directory is not accessible to write) Install Seadas 8.1.0, WSL, Windows 10, OCSSW
Replies: 42

Re: (Log file directory is not accessible to write) Install Seadas 8.1.0, WSL, Windows 10, OCSSW

It seems that OLCI and MSI processors are installed on your WSL server, but WINDOWS does not recognize them.

Are you able to run l2gen on modis or oli files?
by OB SeaDAS - xuanyang02
Fri Oct 01, 2021 3:59 pm America/New_York
Forum: Questions/Comments
Question: Seadas L2 Gen Failed with Exit Code 1 OLI Data
Replies: 7

Re: Seadas L2 Gen Failed with Exit Code 1 OLI Data

I don't think the problem is with $OCSSWROOT if you are running l2gen with GUI. If you want, you can add the following lines to your .bashrc file to configure your command line environment. See the Command Line Configuration section at the bottom of the page: https://seadas.gsfc.nasa.gov/downloads/ ...
by OB SeaDAS - xuanyang02
Thu Sep 30, 2021 10:07 am America/New_York
Forum: Questions/Comments
Question: Seadas L2 Gen Failed with Exit Code 1 OLI Data
Replies: 7

Re: Seadas L2 Gen Failed with Exit Code 1 OLI Data

Yes, you need Python requests package v2.18.0 or later as pointed out by "Ensure that the requirements are satisfied" on the downloads page: https://seadas.gsfc.nasa.gov/downloads/ Here is more about the python requests package: [https:]//docs.python-requests.org/en/master/ Here is another...
by OB SeaDAS - xuanyang02
Wed Sep 29, 2021 6:36 pm America/New_York
Forum: Questions/Comments
Question: Seadas L2 Gen Failed with Exit Code 1 OLI Data
Replies: 7

Re: Seadas L2 Gen Failed with Exit Code 1 OLI Data

Don't worry about the issue with the snap.properties and the .vmoptions. Did you install ocssw using GUI? It's best to install SeaDAS in /Users/treadwen rather than /Users/Shared. I don't know why your $OCSSWROOT is /Users/treadwen/Desktop/SeadasOutput instead of $HOME/ocssw or [SeaDAS_install_dir]/...
by OB SeaDAS - xuanyang02
Wed Sep 29, 2021 4:27 pm America/New_York
Forum: Questions/Comments
Question: (Log file directory is not accessible to write) Install Seadas 8.1.0, WSL, Windows 10, OCSSW
Replies: 42

Re: (Log file directory is not accessible to write) Install Seadas 8.1.0, WSL, Windows 10, OCSSW

We need to find out where the other mission files (like modisa, modist and etc) are installed.

Please do

Code: Select all

$ echo $HOME
$ echo $OCSSWROOT
$ ls -al $OCSSWROOT/share
$ ls -al /home/negri/ocssw
and post the result here.
by OB SeaDAS - xuanyang02
Wed Sep 29, 2021 2:45 pm America/New_York
Forum: Questions/Comments
Question: Seadas L2 Gen Failed with Exit Code 1 OLI Data
Replies: 7

Re: Seadas L2 Gen Failed with Exit Code 1 OLI Data

Are you using SeaDAS 7 or 8?

For SeaDAS 8, you need python 3.6 or later. https://seadas.gsfc.nasa.gov/downloads/
by OB SeaDAS - xuanyang02
Wed Sep 29, 2021 10:22 am America/New_York
Forum: Questions/Comments
Question: (Log file directory is not accessible to write) Install Seadas 8.1.0, WSL, Windows 10, OCSSW
Replies: 42

Re: (Log file directory is not accessible to write) Install Seadas 8.1.0, WSL, Windows 10, OCSSW

Can you do

Code: Select all

$ echo $HOME
$ echo $OCSSWROOT
$ ls -al $OCSSWROOT/share
$ ls -al /home/negri/ocssw
Let's try

Code: Select all

$ ./install_ocssw --install_dir /home/negri/ocssw --tag V2021.2 --seadas --olcis3a --olcis3b --msis2a --msis2b
by OB SeaDAS - xuanyang02
Tue Sep 28, 2021 2:41 pm America/New_York
Forum: Questions/Comments
Question: (Log file directory is not accessible to write) Install Seadas 8.1.0, WSL, Windows 10, OCSSW
Replies: 42

Re: (Log file directory is not accessible to write) Install Seadas 8.1.0, WSL, Windows 10, OCSSW

Yes, olci and msi install is not supported by GUI yet. You can do

Code: Select all

$  ./install_ocssw --install_dir $HOME/ocssw --tag V2021.2 --seadas --olcis3a --olcis3b --msis2a --msis2b 
in your $OCSSWROOT/bin directory.
https://seadas.gsfc.nasa.gov/downloads/
by OB SeaDAS - xuanyang02
Tue Sep 28, 2021 11:39 am America/New_York
Forum: Questions/Comments
Question: (Log file directory is not accessible to write) Install Seadas 8.1.0, WSL, Windows 10, OCSSW
Replies: 42

Re: (Log file directory is not accessible to write) Install Seadas 8.1.0, WSL, Windows 10, OCSSW

Are you able to start OCSSW Server ($ java -Xmx4G -jar seadas-ocsswserver.jar ocsswserver.config)? Have you done step 8) Verify that the OCSSW package is working using the "benchmark" package? $ ./install_ocssw --install_dir=$HOME/ocssw --tag V2021.2 –-benchmark $ cd $OCSSWROOT/benchmark $...