Search found 710 matches

by gnwiii
Thu Feb 09, 2017 7:38 am America/New_York
Forum: Questions/Comments
Question: Error trying to install the OC processor.
Replies: 6

Error trying to install the OC processor.

Until a new GUI is released you have to use the manual installation procedure on the Download page.   The python version that comes with MacOS does not work, so you will need to use a 3rd party Python (Anaconda or macports).
by gnwiii
Thu Feb 09, 2017 7:28 am America/New_York
Forum: Questions/Comments
Question: Chl_a Averages
Replies: 8

Chl_a Averages

You may see more helpful error messages by running l3bin in a terminal.  For details of the binning process, see IOCCG Report 4.  Level-3 binned files store sums, counts, etc. needed to compute averages, but the actual averages are computed following the algorithm described in Report 4 (an...
by gnwiii
Wed Feb 08, 2017 7:45 pm America/New_York
Forum: Questions/Comments
Question: Update the ocssw processors failed
Replies: 41

Update the ocssw processors failed

First, it is best to avoid installing the OCSSW processing system with "sudo".  Most users will want to install it in a normal user account without special permissions.  As previously discussed in these forums, Apple's python uses an obsolete ssl library.  You will need ...
by gnwiii
Wed Feb 08, 2017 5:52 pm America/New_York
Forum: Questions/Comments
Question: Chl_a Averages
Replies: 8

Chl_a Averages

Depending on how you want to use the data, you may want to adjust the list of flags masked by l2bin or l2mapgen (or gpt Mosaic).   In principle, you can use l2bin with a whole month of level-2 files.  In practice that may hit resource limits.  Most use cases will have files binne...
by gnwiii
Wed Feb 08, 2017 1:14 pm America/New_York
Forum: Questions/Comments
Question: Chl_a Averages
Replies: 8

Chl_a Averages

It sounds like you may be planning to average the daily mapped files to get 8-day and monthly mapped files.   You can streamline things a bit by using l3bin to combine daily binned files into 8-day binned files, and then combining three 8-day files with a few daily files to get monthly bin...
by gnwiii
Wed Feb 08, 2017 12:54 pm America/New_York
Forum: Questions/Comments
Question: L2 chl Flags
Replies: 3

L2 chl Flags

Sounds like you need to adjust the values in $OCSSWROOT/ocssw/data/common/product.xml.  Since that file is managed by git, will want to create your own local branch.  Sean recently posted an example of this for a customized script, but the same principle should apply for product.xml.
by gnwiii
Wed Feb 08, 2017 10:05 am America/New_York
Forum: Questions/Comments
Question: L2 chl Flags
Replies: 3

L2 chl Flags

Which files are you using?   Are you using the OCSSW Processing System? Level-2 NetCDF files from l2gen have:chlor_a:valid_min = 0.001f ; chlor_a:valid_max = 100.f ;  These are set in the product.xml file and also appear in level-3 mapped files (either carried through or set from the ...
by gnwiii
Mon Feb 06, 2017 7:27 pm America/New_York
Forum: Questions/Comments
Question: building SeaDAS 7.3.2 on CentOS 7.3
Replies: 6

building SeaDAS 7.3.2 on CentOS 7.3

I was able to build the OCCSSW Processing System on CentoOS 7.3 (using a very old, slow, unloved and unwanted PC for testing).    I think you are missing some static libraries.  I have: sudo yum install glibc-static libgfortran-static zlib-static gmp-static libjpeg-turbo-static libstd...
by gnwiii
Tue Jan 31, 2017 1:52 pm America/New_York
Forum: Questions/Comments
Question: Installing OCSSW processors
Replies: 2

Installing OCSSW processors

Try a lowercase "V" in the git-branch, as in: "--git-branch=v7.3 ".   If you have problems with python scripts and https URL's, see New thread on manual update of OCSSW processors.
by gnwiii
Tue Jan 31, 2017 9:22 am America/New_York
Forum: Questions/Comments
Question: The result of Mosaic is too small generated by gpt.sh
Replies: 7

The result of Mosaic is too small generated by gpt.sh

Have you tried adding the pixel size variables, e.g., from gpt.command Mosaic -h   -PpixelSizeX=<double>            Size of a pixel in X-direction in map units.                              ...