Skip to main content
Solved

Standard Deviation calculations

  • September 4, 2024
  • 1 reply
  • 72 views

mr_fme
Enthusiast
Forum|alt.badge.img+9

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

Best answer by redgeographics

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

redgeographics
Celebrity
Forum|alt.badge.img+62
  • Celebrity
  • Best Answer
  • September 5, 2024

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