Search found 623 matches

by OB SeaDAS - xuanyang02
Mon Apr 25, 2022 11:24 am America/New_York
Forum: Questions/Comments
Question: MODIS geolocation processing failed
Replies: 4

Re: MODIS geolocation processing failed

Please let us know what version of SeaDAS you are using? SeaDAS 7 or 8? Please also let us know the name of one of modis L1A files that modis_GEO.py failed on. Here is another post regarding modis_GEO. The user has issues with modis L1A files on 2/11/2020. https://forum.earthdata.nasa.gov/viewtopic....
by OB SeaDAS - xuanyang02
Fri Apr 22, 2022 10:30 am America/New_York
Forum: Questions/Comments
Question: Seadas T2022.2 modis_atteph and getanc issues
Replies: 12

Re: Seadas T2022.2 modis_atteph and getanc issues

Actually, l2gen has no problems taking an SST file as icefile.
by OB SeaDAS - xuanyang02
Wed Apr 20, 2022 6:10 pm America/New_York
Forum: Questions/Comments
Question: l2gen maximum number of radiance values reached
Replies: 1

Re: l2gen maximum number of radiance values reached

If you can share the name of your MSI S2A L1 file, we might be able to download the data from copernicus and help you further. The error you got is probably not due to the length of the file name. Another user got a similar error trying to do l2gen on S2A_MSIL1C_20160401T160029_N0201_R054_T17SQC_201...
by OB SeaDAS - xuanyang02
Tue Apr 19, 2022 10:40 am America/New_York
Forum: Questions/Comments
Question: OCSSW installation
Replies: 8

Re: OCSSW installation

Yes, it's easier to install OCSSW through SeaDAS GUI.

Here is the help page for SeaDAS 7.5.3 -- https://seadas.gsfc.nasa.gov/help-7.5.3/
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...