Hi Nick, > Thanks for the code, it's exactly what I need and I have my program working. > I was just > wondering when I'll be able to get my hands on the ZonalStatistics class > through the geotools > distribution? At the moment I have copied Simone's ZonalStatistics class > source code > verbatim into my project as I couldn't find the ZonalStatistics class through > geotools.
Do you mean you copied the OpImage code from the jai-tools project sources ? > (I haven't cc'd the list into this because the answer is probably something > simple that I'm > missing..), Ah, sorry. I've just blown your cover :) But it's good to have all questions going to the list because most of us make the same mistakes and have the same queries at one time or another. I think Simone has only recently added the GeoTools operation which wraps ZonalStats... Yep, just checked and it is in svn trunk in the following dir: http://svn.osgeo.org/geotools/trunk/modules/library/coverage/src/main/java/org/geotools/coverage/processing/operation/ So you will either need to switch over to GeoTools version 8-SNAPSHOT or get the sources from trunk in the subversion repository and build locally. Hope that helps, Michael ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
