Search found 618 matches

by OB SeaDAS - xuanyang02
Mon Apr 18, 2022 4:12 pm America/New_York
Forum: Questions/Comments
Question: Importing shapefile SeaDAS 8.2.0
Replies: 1

Re: Importing shapefile SeaDAS 8.2.0

Thanks for reporting the issue. We are investigating it.
by OB SeaDAS - xuanyang02
Mon Apr 18, 2022 11:27 am America/New_York
Forum: Questions/Comments
Question: OCSSW installation
Replies: 8

Re: OCSSW installation

I am a little puzzled why it's looking for OCSSW_bash.env.v7.5.3. It probably does not like --git-branch=v7.5.3. It's also looking for /tmp/seadas-7.5.3, which does not exist Let's try ./install_ocssw.py --install-dir=/home/mmy/seadas-7.5.3/ocssw --git-branch=v7.5 --aqua –-seawifs If you'd like to t...
by OB SeaDAS - xuanyang02
Thu Apr 14, 2022 12:21 pm America/New_York
Forum: Questions/Comments
Question: OCSSW installation
Replies: 8

Re: OCSSW installation

Can you post here the result of ls -al /tmp ? Have you previously downloaded ocssw bundles in /tmp? If not, you should run ./install_ocssw.py --install-dir=/home/mmy/seadas-7.5.3/ocssw --git-branch=v7.5.3 --aqua –seawifs instead. I can't attach OCSSW_bash.env here, but here is the content of it: # #...
by OB SeaDAS - xuanyang02
Thu Apr 14, 2022 10:33 am America/New_York
Forum: Questions/Comments
Question: OCSSW installation
Replies: 8

Re: OCSSW installation

Try

Code: Select all

./install_ocssw.py --install-dir=/home/mmy/seadas-7.5.3/ocssw --git-branch=v7.5.3 --local=/tmp --aqua –seawifs
.

I am not sure about "--local=/tmp" part.

Can you do

Code: Select all

ls -al /tmp
by OB SeaDAS - xuanyang02
Wed Apr 13, 2022 5:31 pm America/New_York
Forum: Questions/Comments
Question: SeaDAS - Error when running getanc.py
Replies: 3

Re: SeaDAS - Error when running getanc.py

You are welcome! l2gen version should show us your OCSSW tag. It's probably V2019.3 install_ocssw.py --list_tags should show you the available OCSSW tags, but the latest tag probably would not work with SeaDAS-7.5. Check out SeaDAS_8.2.0 -- https://seadas.gsfc.nasa.gov/downloads/. You can install Se...
by OB SeaDAS - xuanyang02
Wed Apr 13, 2022 1:28 pm America/New_York
Forum: Questions/Comments
Question: How to create a TrueColor image?
Replies: 4

Re: How to create a TrueColor image?

Yes, mapgen with --use_rgb option needs L1B + GEO files as input

You can create an L1B file with modis_L1B --https://seadas.gsfc.nasa.gov/help-8.2.0/processors/ProcessModis_L1B.html#cl

Code: Select all

modis_L1B A2010283180500.L1A_LAC  A2010283180500.GEO
by OB SeaDAS - xuanyang02
Wed Apr 13, 2022 10:55 am America/New_York
Forum: Questions/Comments
Question: modis_GEO failed with exit code 1.
Replies: 4

Re: modis_GEO failed with exit code 1.

It seems that your luts files are up to date. Can you try to run

Code: Select all

modis_GEO /home/neha/Desktop/KavarattiFiles/MODIS/2020/Feb/A2020042083500.L1A_LAC
again, and see if you get the same error? I ran modis_GEO on A2020042083500.L1A_LAC successfully with OCSSW V2022.0.

Also, can you run

Code: Select all

seadas_info
by OB SeaDAS - xuanyang02
Tue Apr 12, 2022 11:27 am America/New_York
Forum: Questions/Comments
Question: SeaDAS - Error when running getanc.py
Replies: 3

Re: SeaDAS - Error when running getanc.py

getanc.py needs both start and stop time. Try this --

Code: Select all

getanc.py --sst  -s 2019213203000 -e 2019213203500
BTW, what tag of OCSSW are you using? The latest operational tag is V2022.0, you might want to try it with SeaDAS 8.2.0
by OB SeaDAS - xuanyang02
Tue Apr 12, 2022 10:49 am America/New_York
Forum: Questions/Comments
Question: modis_GEO failed with exit code 1.
Replies: 4

Re: modis_GEO failed with exit code 1.

Are you using OCSSW V2022.0?

Can you do

Code: Select all

ls -al /home/neha/SEADAS/ocssw/var/modis
ls -al /home/neha/SEADAS/ocssw/var/modisa/cal/OPER
ls -al /home/neha/SEADAS/ocssw/var/modisa/xcal/OPER
by OB SeaDAS - xuanyang02
Mon Apr 11, 2022 2:34 pm America/New_York
Forum: Questions/Comments
Question: How to create a TrueColor image?
Replies: 4

Re: How to create a TrueColor image?

You can use mapgen to create a true color image with --use_rgb option -- https://seadas.gsfc.nasa.gov/help-8.2.0/processors/ProcessMapgen.html#cl mapgen --ifile A2010283180500.L1B_LAC --geofile A2010283180500.GEO --use_rgb The generated true color image has cloud already removed. Modis L2 files have...