Search found 597 matches

by OB SeaDAS - xuanyang02
Mon Oct 25, 2021 4:41 pm America/New_York
Forum: Questions/Comments
Question: SeaBASS data access in SeaDAS 8.1.0
Replies: 1

Re: SeaBASS data access in SeaDAS 8.1.0

Amita,

Try to open an image that overlaps with the SeaBASS data you want to import and then try File -> Import -> Vector Data -> SeaBASS Data

See https://seadas.gsfc.nasa.gov/help-8.1.0 ... abass.html

Bing
by OB SeaDAS - xuanyang02
Mon Oct 25, 2021 2:01 pm America/New_York
Forum: Questions/Comments
Question: SeaDAS 7.5.3
Replies: 16

Re: SeaDAS 7.5.3

Amita,

You can install different versions of seadas on your mac. Just make sure they are installed in different directories, such as seadas-7.5.3, seadas-8.1.0...

Bing
by OB SeaDAS - xuanyang02
Mon Oct 18, 2021 11:26 am America/New_York
Forum: Questions/Comments
Question: Problem with new version of SeaDAS/OCSSW
Replies: 4

Re: Problem with new version of SeaDAS/OCSSW

Can you do

Code: Select all

ls -al /usr/local/cb8/ocssw/
and post the result here?
by OB SeaDAS - xuanyang02
Mon Oct 04, 2021 3:59 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

I just noticed that your have a space in the directory "trabalhos 2020" in your ifile name. ifile=C:\Negri\trabalhos 2020\imagens Sentinel\S3A_OL_1_EFR____20170330T121836_20170330T122136_20180413T032707_0180_016_066_3420_LR2_R_NT_002.SEN3\xfdumanifest.xml You need to get rid of that space ...
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.