[Geotools-gt2-users] org.geotools.referencing.IdentifiedObjectTest Error

2009-01-17 Thread Leon L.
I was trying to build GeoTools as it is explained:http://docs.codehaus.org/display/GEOT/2.5.1+Build+All+ModulesI get an error. The log file is as follows:--- Test set: org.geotools.referencing.IdentifiedObjectTest --

[Geotools-gt2-users] Reading binary Float32 rasters

2009-01-17 Thread Greg Ederer
Hi, I was handed a bunch of binary raster files that are just slabs of 32 bit floats, along with the following documentation: 1) content: rain == 10 day precipitation analysis by merging GTS gauge observations and 3 kinds of satellite estimates

Re: [Geotools-gt2-users] How to retrieve pixel values from GridCoverage2D

2009-01-17 Thread Greg Ederer
Hi Michael, Your suggestions will definitely come in handy. My current task is to create a library for computing summary statistics (what I believe are called 'zonal statistics' in ESRI- speak). For example, I need to compute the spatial average of the pixel values of the pixels contained w

[Geotools-gt2-users] Is MapContext thread-safe?

2009-01-17 Thread Ahmad Al-Obaidy
is it valid (threadsafe-wise and performance wise) to use one MapContext to for rendering maps in multiple threads? the access is read only. -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to t

Re: [Geotools-gt2-users] First program error :

2009-01-17 Thread Michael Bedward
Hi Deneth, I am guessing that you haven't got gt-shapefile as a dependency in your pom.xml. If that's the case, add it and all should be well. Michael -- This SF.net email is sponsored by: SourcForge Community SourceFor

Re: [Geotools-gt2-users] WWJ integration

2009-01-17 Thread Ahmad Al-Obaidy
I am using a new approach now.. I am creating all of the tiles in offline mode and save it on disk, and then use those tiles in the runtime. The runtime performance became amazingly good... But the process of building tiles takes relatively long time. Although it is acceptable since it is done