Re: [gdal-dev] Doing segment-wise statistics

2009-10-09 Thread Petteri Packalen
I'd like to do some segment-wise statistics (mean, standard deviation, etc.) on rasters. The segments will be defined by polygons in a shapefile. I need to do this in a Python script, so anything without a GUI is fine. Is there a solution I can use? If not, I'd appreciate any suggestions or ide

Re: [gdal-dev] Doing segment-wise statistics

2009-10-09 Thread Jose Gomez-Dans
Hiya, 2009/10/9 Peder Axensten > I'd like to do some segment-wise statistics (mean, standard deviation, > etc.) on rasters. > The segments will be defined by polygons in a shapefile. > I need to do this in a Python script, so anything without a GUI is fine. > > Is there a solution I can use? >

[gdal-dev] Doing segment-wise statistics

2009-10-09 Thread Peder Axensten
Go'day, I'd like to do some segment-wise statistics (mean, standard deviation, etc.) on rasters. The segments will be defined by polygons in a shapefile. I need to do this in a Python script, so anything without a GUI is fine. Is there a solution I can use? If not, I'd appreciate any suggest