Search found 700 matches
- Mon Mar 06, 2017 10:41 am America/New_York
- Forum: Questions/Comments
- Question: problems installing ocssw processors
- Replies: 4
problems installing ocssw processors
You don't mention the python version. Apple's python uses an old SSL library that doesn't support NASA's https configuration, so you will need a more up-to-date Python 2.7. If you did install a newer Python, you may need to adjust your PATH variable to ensure ...
- Fri Mar 03, 2017 11:17 am America/New_York
- Forum: Questions/Comments
- Question: problems to download and install seadas 7.3.2
- Replies: 2
problems to download and install seadas 7.3.2
You are making things too complicated. Assuming you have the Required software, in a terminal, just run:wget https://oceandata.sci.gsfc.nasa.gov/SeaDAS/installer/7.3.2/seadas_7.3.2_linux64_installer.sh and you should see something like:--2017-03-03 12:04:59-- https://oceandat...
- 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...
- 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...
- 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 ...
- 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...
- 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...
- 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...
- 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:...
- 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...