Question

Calculate pixel average from raster by polygon

  • 28 October 2022
  • 1 reply
  • 4 views

Badge +6

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


1 reply

Userlevel 4

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

Reply