Search found 678 matches

by OB SeaDAS - xuanyang02
Wed Sep 29, 2021 4:27 pm America/New_York
Forum: Home
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: Home
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: Home
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: Home
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: Home
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 $...
by OB SeaDAS - xuanyang02
Mon Sep 27, 2021 2:28 pm America/New_York
Forum: Home
Question: Error using l1bextract_safe_nc to extract MERIS 4th SAFE data
Replies: 4

Re: Error using l1bextract_safe_nc to extract MERIS 4th SAFE data

Please try

Code: Select all

l1bextract_safe_nc -v --spixl 40 --epixl 766 --sline 2363 --eline 3123 EN1_MDSI_MER_RR__1P_20110101T153248_20110101T161618_046218_0083_20180816T074414_0100.SEN3/ ./
by OB SeaDAS - xuanyang02
Mon Sep 27, 2021 11:42 am America/New_York
Forum: Home
Question: Error using l1bextract_safe_nc to extract MERIS 4th SAFE data
Replies: 4

Re: Error using l1bextract_safe_nc to extract MERIS 4th SAFE data

What tag of OCSSW are you using?
by OB SeaDAS - xuanyang02
Fri Sep 24, 2021 5:34 pm America/New_York
Forum: Home
Question: Change default configuration for l2gen not working
Replies: 17

Re: Change default configuration for l2gen not working

In the $OCSSWROOT/bin directory in your wsl, do

Code: Select all

l2gen par=/mnt/c/Users/aline/OneDrive/Aline/2021_Sargassum/20210901/MODIS/requested_files/l2gen-tmpParFile-test.par
by OB SeaDAS - xuanyang02
Tue Sep 21, 2021 11:31 am America/New_York
Forum: Home
Question: MODIS processing fail
Replies: 4

Re: MODIS processing fail

Thanks for reporting the issue with seadas_info. It probably does not like the line REDHAT_BUGZILLA_PRODUCT_VERSION=7.9
in /etc/os-release, which does not include " to strip. We'll fix it for the next release.
by OB SeaDAS - xuanyang02
Tue Sep 21, 2021 11:24 am America/New_York
Forum: Home
Question: Viirs Processing issue
Replies: 10

Re: Viirs Processing issue

We are scratching our head on why you are having problems with VIIRS processing issue. Could you please do ncdump -h V2021244183000.L1A_SNPP.nc and make sure it's a valid netCDF file? We have seen an incomplete L1A file will produce the errors mentioned in your post. On a different issue on seadas_i...