Skip to main content

Hi,

I have an NDVI raster and need to clip it with many polygons. After that, I need to calculate the standard deviation for each piece of the raster (clipped by the polygons), and in the end, I need to correctly assign the deviation value to the attributes of the corresponding polygon.

 

Thank´s

I think you can use a RasterCellCoercer to turn the pixels into points (with the band attributes) and then run a StatisticsCalculator


Reply