hiccup with manual ocssw installation
-
- Posts: 2
- Joined: Thu Jan 05, 2017 5:47 pm America/New_York
hiccup with manual ocssw installation
Hello
I am using mac os x El Capitan, Python 2.7 and SeaDAS 7.3.2.
I successfully downloaded the SeaDAS visualization tool and went to download the processing tools (OCSSW) through the GUI. That did not work and I see why from the forum. Then I tried the manual install using install_ocssw.py. That appeared to have run correctly with no errors. Now when I go back to SeaDAS and choose the OCSSW menu option, all the processing tools are still greyed out. This is still after closing SeaDAS and restarting my machine. Am I missing a step?
Thanks
I am using mac os x El Capitan, Python 2.7 and SeaDAS 7.3.2.
I successfully downloaded the SeaDAS visualization tool and went to download the processing tools (OCSSW) through the GUI. That did not work and I see why from the forum. Then I tried the manual install using install_ocssw.py. That appeared to have run correctly with no errors. Now when I go back to SeaDAS and choose the OCSSW menu option, all the processing tools are still greyed out. This is still after closing SeaDAS and restarting my machine. Am I missing a step?
Thanks
Filters:
-
- Subject Matter Expert
- Posts: 269
- Joined: Thu Mar 05, 2009 10:25 am America/New_York
- Been thanked: 2 times
hiccup with manual ocssw installation
did you install OCSSW in:
<seadas_install_dir>/ocssw
on my machine it looks like this:
Note the ocssw directory.
don
<seadas_install_dir>/ocssw
on my machine it looks like this:
dshea@gs616-crab:~$ ls local/seadas-7.3.2/
bin/ modules/
CHANGELOG.txt ocssw/
config/ OCSSW_LOG_install_ocssw.py.txt
gpl.html readme.html
.install4j/ SeaDAS_Distribution_Policy
lib/ seadas_license.html
licenses/ seadas-website.url
LICENSE.txt VERSION.txt
Note the ocssw directory.
don
hiccup with manual ocssw installation
Have a look at the
The default install location for
seadas-7.3.2/config/seadas.config
file. At the bottom you should see something like:# set location of OCSSWROOT
seadas.ocssw.root = ${seadas_home}/ocssw
seadas.ocssw.location = local
The default install location for
install_ocssw.py
is $HOME/ocssw
, so unless you told it to use a different location, you will need to edit the seadas-7.3.2/config/seadas.config
file to set seadas.ocssw.root =<your_real_OCSSWROOT>. This should work fine using either the GUI or command-line. A few things in the GUI don't appear to work with https URL's yet, so you may need to use some tools from the command line.-
- Posts: 2
- Joined: Thu Jan 05, 2017 5:47 pm America/New_York
hiccup with manual ocssw installation
Thanks!
I found the ocssw folder in my home folder and moved it to the seaDAS folder. I then restarted seaDAS. All the tools under the OCSSW menu are now usable.
I found the ocssw folder in my home folder and moved it to the seaDAS folder. I then restarted seaDAS. All the tools under the OCSSW menu are now usable.