Search found 705 matches

by gnwiii
Mon Feb 13, 2017 6:29 pm America/New_York
Forum: Home
Question: L1A to modis_geo to L1B problem
Replies: 11

L1A to modis_geo to L1B problem

There could be a transient network glitch,  a problem with the update or a change in the python program used with modis_geo.py.   Please provide details of your platform (we can assume macOS, but version may help someone recognize your problem).   Since we know the Apple sup...
by gnwiii
Mon Feb 13, 2017 3:35 pm America/New_York
Forum: Home
Question: Installation Issue with Seadas 7.3.2 and processing programs.
Replies: 10

Installation Issue with Seadas 7.3.2 and processing programs.

You need to install a newer version of git per the search for "ubuntu git install build-essential"
by gnwiii
Mon Feb 13, 2017 12:08 pm America/New_York
Forum: Home
Question: Installation Issue with Seadas 7.3.2 and processing programs.
Replies: 10

Installation Issue with Seadas 7.3.2 and processing programs.

You should give some details of the platform in case another reader has already solved your problem.   Some linux distros have git configurations that don't support NASA's https configuration.  For example, if (like many of us), you are using Ubuntu 14.04, a search for "u...
by gnwiii
Sat Feb 11, 2017 7:24 am America/New_York
Forum: Home
Question: Chl_a Averages
Replies: 8

Chl_a Averages

The same basic outline applies to SST. Usually when some workflow that was runing properly gives an error when you use different data there is a type on the changes or a resource problem (no space left on device). You need to provide details of the error.  It is generally easier to post output ...
by gnwiii
Fri Feb 10, 2017 2:26 pm America/New_York
Forum: Home
Question: Error trying to install the OC processor.
Replies: 6

Error trying to install the OC processor.

Others have reported this on the Continuum Forums, but the two recommendations: use
"sudo" and disabling SIP aren't (as pointed out by Stephen Waterbury) satisfactory.
by gnwiii
Thu Feb 09, 2017 7:38 am America/New_York
Forum: Home
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: Home
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: Home
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: Home
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: Home
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...