Search found 708 matches

by gnwiii
Thu Mar 02, 2017 12:09 pm America/New_York
Forum: Questions/Comments
Question: problems installing ocssw processors
Replies: 4

problems installing ocssw processors

Last year you found processing images one at a time was slow.   At that time I suggested that you might find a terminal and shell scripts helpful.  Now it turns out that the terminal is not avoidable if you need to update the OCSSW processing system before the new GUI appears.  I...
by gnwiii
Tue Feb 28, 2017 5:03 pm America/New_York
Forum: Questions/Comments
Question: ocssw from GUI
Replies: 2

ocssw from GUI

The default location of ocssw for the GUI is <seadas_install_dir>/ocssw while for the command-line installer it is $HOME/ocssw.   You can change the location in the GUI by editing <seadas_install_dir/config/seadas.config.   For example, to use $HOME/ocssw the last few lines of se...
by gnwiii
Sat Feb 25, 2017 9:18 pm America/New_York
Forum: Questions/Comments
Question: l2gen failed on ubuntu 16
Replies: 8

l2gen failed on ubuntu 16

You mentioned: "(export OCSSWROOT=$HOME/seadas-7.3.2/ocssw and $ .ocssw/OCSSW_bash.env )".   It isn't clear that the second command is equivalent to "source $OCSSWROOT/OCSSW_bash.env" or ". $OCSSWROOT/OCSSW_bash.env".   If you have more than one ...
by gnwiii
Tue Feb 21, 2017 1:34 pm America/New_York
Forum: Questions/Comments
Question: git & ocssw install
Replies: 4

git & ocssw install

You are using /usr/bin/git which is probably still Ubuntu's old version.   What is echo $PATH?   The directory where the new git resides should come before/usr/bin.   Another option is to uninstall the Ubuntu version using your package manager (if this fails because...
by gnwiii
Tue Feb 21, 2017 4:41 am America/New_York
Forum: Questions/Comments
Question: Problem installing OC Processors
Replies: 1

Problem installing OC Processors

As mentioned on the page you reference, the OCSSW Processing System does not at present run on Windows.     You can run it in a linux virtual machine or install linux on the Windows system.  You can also do some processing on Windows (e.g., without installing the OCSSW Processing...
by gnwiii
Sun Feb 19, 2017 8:35 am America/New_York
Forum: Questions/Comments
Question: Can't access the website of data processing components by distributed separately
Replies: 2

Can't access the website of data processing components by distributed separately

The US Government has turned off "public-facing" http servers, see Changes to data distribution from the OB.DAAC and the OceanColor Web and Earthdata Login for Data Access.  The old URL you mentioned should redirect to https://oceandata.sci.gsfc.nasa.gov/ocssw/ (it does for me using F...
by gnwiii
Fri Feb 17, 2017 2:08 pm America/New_York
Forum: Questions/Comments
Question: Crop and subset
Replies: 6

Crop and subset

The negative values you are seeing from ncdump occur because the "unsigned" attribute is not be respected.  The NetCDF header says short sst(lat, lon) ;    sst:long_name = "Sea Surface Temperature" ;    sst:units = "degree_C" ;    sst:...
by gnwiii
Fri Feb 17, 2017 8:04 am America/New_York
Forum: Questions/Comments
Question: Crop and subset
Replies: 6

Crop and subset

Matlab's current NetCDF reader should use the scale parameters (and missing value codes) from NetCDF-CF files without the need to apply scaling after the data have been loaded in Matlab.  Older versions of Matlab did not handle some NetCDF-CF files ("unsupported data type") in whi...
by gnwiii
Fri Feb 17, 2017 7:49 am America/New_York
Forum: Questions/Comments
Question: Installation Issue with Seadas 7.3.2 and processing programs.
Replies: 10

Installation Issue with Seadas 7.3.2 and processing programs.

You asked "Is seadas.home of seadas.config different from $SEADAS ?".   The answer is that they should generally be the same, e.g., SEADAS and seadas.home are both set to <SeaDAS_Install_Dir>.  The GUI gets the value for seadas.home from <SeaDAS_Install_Dir>/.install4j/i4jpa...
by gnwiii
Wed Feb 15, 2017 7:30 am America/New_York
Forum: Questions/Comments
Question: wget issue - "Unable to establish SSL connection"
Replies: 8

wget issue - "Unable to establish SSL connection"

Glad you got it working.  You should read Wget options for NASA https.