Skip to main content
Question

Calculate pixel average from raster by polygon

  • October 28, 2022
  • 1 reply
  • 96 views

mr_fme
Enthusiast
Forum|alt.badge.img+9

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

david_r
Celebrity
  • 8391 replies
  • October 28, 2022

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