Re: [Geotools-devel] Coverage Operation and Process Changes

2015-08-30 Thread Jody Garnett
We will have to ask, I know changes were being made here up until the last moment before the beta. Have you had a look at the code for OperationJAI? Lets do so now ... OperationJAI:327

Re: [Geotools-devel] Coverage Operation and Process Changes

2015-08-30 Thread jerickson
Here is the error I am seeing whenever I use the sources parameter instead of source0 and source1. Caused by: java.lang.NullPointerException at org.geotools.coverage.processing.OperationJAI.resampleToCommonGeometry(OperationJAI.java:427) at org.geotools.coverage.processing.Operatio

Re: [Geotools-devel] Coverage Operation and Process Changes

2015-08-29 Thread Jody Garnett
Thanks for testing Jared. This is a good time to check as we have a code freeze in place. I not aware how many changes are on purpose. On Sat, Aug 29, 2015 at 8:53 PM jerickson wrote: > Hi all! > > I was building GeoScript Groovy today and a of my few Coverage related unit > tests failed. I jus

[Geotools-devel] Coverage Operation and Process Changes

2015-08-29 Thread jerickson
Hi all! I was building GeoScript Groovy today and a of my few Coverage related unit tests failed. I just wanted to check that all these changes were on purpose: 1. The histogram operation no longer includes a Bands parameter. 2. The add and multiply operations throw an error when I use the Source