Search found 620 matches

by OB SeaDAS - xuanyang02
Thu Oct 28, 2021 3:39 pm America/New_York
Forum: Questions/Comments
Question: SeaDAS 7.5.3
Replies: 16

Re: SeaDAS 7.5.3

Amita, Could you please do pip3 show requests python3 -m pip install --upgrade pip setuptools wheel python3 -m pip install --upgrade requests Please refer back to this post where we talked about "import requests": https://forum.earthdata.nasa.gov/viewtopic.php?f=7&t=2399&sid=52f11d...
by OB SeaDAS - xuanyang02
Wed Oct 27, 2021 12:47 pm America/New_York
Forum: Questions/Comments
Question: SeaDAS 7.5.3
Replies: 16

Re: SeaDAS 7.5.3

Amita,

Current SeaDAS version 8.1.0 does support Windows processing. See https://seadas.gsfc.nasa.gov/downloads/

Here's more on client-server configuration: https://seadas.gsfc.nasa.gov/client_server/

Bing
by OB SeaDAS - xuanyang02
Wed Oct 27, 2021 12:42 pm America/New_York
Forum: Questions/Comments
Question: How to read new MERIS L1 data?
Replies: 4

Re: How to read new MERIS L1 data?

We fixed the bug, so SeaDAS-8.1.0 can read both L1 files from NASA site and ESA site. You can try SeaDAS-8.1.0 https://seadas.gsfc.nasa.gov/downloads/

SNAP also accepted the fix, and hopefully it will be included in their next release.
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/ ...