Re: [Geotools-devel] GeoTools 2.5.RC0 release train

2008-07-13 Thread Jody Garnett
Martin Desruisseaux wrote: > On the 2.5-RC0 release, the referencing module is not ready at all... Do we have a list of what needs to be done? > Given that it is the case for a long time, what should be the action? I think you should ask for help; and possible recruit a second module maintainer.

Re: [Geotools-devel] GeoTools 2.5.RC0 release train

2008-07-13 Thread Andrea Aime
Martin Desruisseaux ha scritto: > On the 2.5-RC0 release, the referencing module is not ready at all... Given > that > it is the case for a long time, what should be the action? > >* Release as is anyway with big warning and all EPSG factories > as deprecated classes so we can edit them

Re: [Geotools-devel] GeoTools 2.5.RC0 release train

2008-07-13 Thread Martin Desruisseaux
On the 2.5-RC0 release, the referencing module is not ready at all... Given that it is the case for a long time, what should be the action? * Release as is anyway with big warning and all EPSG factories as deprecated classes so we can edit them later * Do not release referencing and

Re: [Geotools-devel] Statistics Class

2008-07-13 Thread Martin Desruisseaux
iomeneandrei a écrit : > is it possible to use Statistics Class with raster (coverage) objects? Not directly. We could use the JAI "Statistics" operation and wrap the result in a org.geotools.math.Statistics object, but this is not done yet. Martin