Welcome to the Earthdata Forum! Here, the scientific user community and subject matter experts from NASA Distributed Active Archive Centers (DAACs), and other contributors, discuss research needs, data, and data applications.
I am helping someone install SeaDAS on a MacBook M2. We are getting the following error: bash-3.2$ sh seadas_8.4.1_mac_installer.sh Verifying archive integrity... 100% MD5 checksums are OK. All good. Uncompressing SeaDAS by Ocean Ecology Lab 100% ./start-install-script.sh: line 2: jdk-11.0.19+7/Cont...
In spite of that error (ler: command not found), SeaDAS still installed fine for me on CentOS 7. [xxxx:/tmp 1003]$ sh seadas_8.4.1_linux64_installer.sh Verifying archive integrity... 100% MD5 checksums are OK. All good. Uncompressing SeaDAS by Ocean Ecology Lab 100% Command line arguments: seadas_8....
Starting with SeaDAS 8 the gpt WriteImage operator has disappeared. I checked with the SNAP people on the STEP forum and they said it was created by the 'SeaDAS guys'. Could it be brought back to gpt? I could still use the 7.5.3 version, with some modifications of the gpt scripts since java has chan...
Thanks, it fails on linking the jpeg libraries. See last pertinent part where it fails below. Earlier on I see that it doesn't use the compiled jpeg libraries but the system ones... Not sure how to tell cmake or whatever to use the one in the SeaDAS directory (it is located in $OCSSWROOT/opt/lib/lib...
Ah, that is unfortunate. Especially since the high performance computer cluster at our university is running CentOS 7 as well... I will have to build from source in the future then I am afraid. I tried it now as well (following the directions for CentOS on the website) but it failed at compiling hdf...
Using SeaDAS 8.4.1 with the latest tag (V2023.3) gives me the GLIBC error again on CentOS 7. See this old discussion: https://forum.earthdata.nasa.gov/viewtopic.php?t=1419 V2023.2 still works fine...: [/opt/seadas/seadas_8.4.1/ocssw 1016]$ install_ocssw --installed_tag WARNING: --tag is required to ...
Ah, yes, you are completely right. In the GUI it defaulted to an older version/tag. I didn't realize it. Changing it to V2023.3 fixed the update_luts script. Also, regarding java, I just noticed that SeaDAS actually installed java 11 in the SeaDAS install directory ( jdk-11.0.19+7-jre ). So no need ...
I just installed SeaDAS 8.4.1 on Centos 7. I encountered the following 2 issues (more of an FYI): The update_luts is different from the one on my Mac. Version 2.0 vs. 2.1. The Centos (linux64) does not have the option 'all' to update all luts, so you have to go sensor by sensor :( . Plus it is missi...
Just an FYI that this has been resolved (kind of). SeaDAS was installed as root. I tried to install the Processors as an Admin user that has read/write permissions in the /Applications/SeaDAS folder. Somehow that didn't work. When I reinstalled the software as an Admin user it just worked....