Re: [Geoserver-users] WCS statistics

2016-05-08 Thread Anton Lundkvist
Thanks for the clarifications and the wps you mentioned. I'll have a look at it. All the best, Anton Den 4 maj 2016 21:23 skrev "Simone Giannecchini" < simone.giannecch...@geo-solutions.it>: > Ciao Cesar, > the WPS processes to look at are the RasterZonalStatistics ones in > GeoTools, here you h

Re: [Geoserver-users] WCS statistics

2016-05-04 Thread Simone Giannecchini
Ciao Cesar, the WPS processes to look at are the RasterZonalStatistics ones in GeoTools, here you have one: https://github.com/geotools/geotools/blob/master/modules/unsupported/process-raster/src/main/java/org/geotools/process/raster/RasterZonalStatistics2.java Many of the params have default. @

Re: [Geoserver-users] WCS statistics

2016-05-04 Thread Andrea Aime
On Wed, May 4, 2016 at 8:33 PM, Anton Lundkvist wrote: > Thanks Cesar an Andrea! I'll check the wps processes you sent me. I did > implement my own wps which works so in last case I'll use that one. > > It seems that wcs functionality is not really prioritised in geoserver > right now. Maybe it i

Re: [Geoserver-users] WCS statistics

2016-05-04 Thread Anton Lundkvist
Thanks Cesar an Andrea! I'll check the wps processes you sent me. I did implement my own wps which works so in last case I'll use that one. It seems that wcs functionality is not really prioritised in geoserver right now. Maybe it is not requested by that many users either? Thanks for a great com

Re: [Geoserver-users] WCS statistics

2016-05-04 Thread César Martínez Izquierdo
Hi Anton, Max and min values are not currently calculated. We made a proposal for an implementation of this feature: https://github.com/geoserver/geoserver/wiki/GSIP-140 but we are not implementing it on the short term. Simone Giannecchini mentioned some WPS existing process to get max and min v

Re: [Geoserver-users] WCS statistics

2016-05-04 Thread Andrea Aime
Hi Anton, you did not miss anything. There was a discussion on the topic in the last few months in geoserver-devel, but I don't think it moved past the talking stage, have a look at the list archives Cheers Andrea On Wed, May 4, 2016 at 9:40 AM, Anton Lundkvist wrote: > Hi, > > I want to get t

[Geoserver-users] WCS statistics

2016-05-04 Thread Anton Lundkvist
Hi, I want to get the statistics (min, max, mean, and stdv) of a raster in GeoServer. I have looked at WPS and REST but no luck. The WPS does not seem to have this process implemented. The REST API should be able to give me this answer at the following endpoint: http://localhost:8080/geoserver/r