Skip to main content

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.

 

fme 

Thanks

I would try to use the Clipper to cut the rasters according to the polygons, then use the RasterStatisticsCalculator on the results.


Reply