Re: [Geotools-gt2-users] ASCII Grid min value

2008-10-12 Thread Simone Giannecchini
Ciao Oleg, I have done a minor modification to the statistics operations and now it should be possible to get the locations of max and min values from the Extrema GeoTools operation. Please, note that the Extrema and Histogram operations are mere wrappers of the JAI operations with the same name.

Re: [Geotools-gt2-users] ASCII Grid min value

2008-10-12 Thread Michael Bedward
Cool ! Thanks Simone - that's useful for me right now Michael 2008/10/13 Simone Giannecchini [EMAIL PROTECTED]: Ciao Oleg, I have done a minor modification to the statistics operations and now it should be possible to get the locations of max and min values from the Extrema GeoTools

Re: [Geotools-gt2-users] ASCII Grid min value

2008-10-04 Thread Oleg72
Ciao Simone Thank you very much for your answer. Is there way to get a location of the min value? Simone.Giannecchini wrote: Ciao Oleg, please red below... On Tue, Sep 9, 2008 at 10:40 AM, Oleg72 [EMAIL PROTECTED] wrote: Dear All, I am trying to obtain a minimum value from an ASCII

Re: [Geotools-gt2-users] ASCII Grid min value

2008-09-12 Thread Simone Giannecchini
Ciao Oleg, please red below... On Tue, Sep 9, 2008 at 10:40 AM, Oleg72 [EMAIL PROTECTED] wrote: Dear All, I am trying to obtain a minimum value from an ASCII Grid. Unfortunately I am getting a nodata value instead. I tried 2 ways: - category.get(1).getRange().getMinimum(), and -