I would like to calculate the average of pixels for each polygon, how can I do that?
I have several raster fragments and several polygons.
Thanks
I would like to calculate the average of pixels for each polygon, how can I do that?
I have several raster fragments and several polygons.
Thanks
I would try to use the Clipper to cut the rasters according to the polygons, then use the RasterStatisticsCalculator on the results.