Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raster Cell Statistics Command #1

Open
MattReimer opened this issue Mar 18, 2015 · 1 comment
Open

Raster Cell Statistics Command #1

MattReimer opened this issue Mar 18, 2015 · 1 comment

Comments

@MattReimer
Copy link
Member

We need to reproduce the functionality of the [ESRI cell statistics command]

My preference would be for one method with arguments of a) the stack of rasters (2 or more), b) the output raster, c) the overlay statistic, and d) whether to ignore NoData if present in any or calculate with what you can...

The highest priorities are max, min, mean and std, but all are simple to calculate and super useful.

  • MEAN - Mean (average) of the inputs
  • MAJORITY - Value that occurs most often
  • MAXIMUM - determines the largest value
  • MEDIAN - Median of inputs
  • MINIMUM - Smallest non-nodata vlaue of hte inputs
  • MINORITY - Value that occurs the most often.
  • RANGE - distance between max and min
  • STD - Calculates the standard deviation of the inpluts
  • SUM - Total of all values
  • VARIETY - Number of unique Values/
@MattReimer MattReimer self-assigned this Mar 18, 2015
@MattReimer
Copy link
Member Author

I implemented this all wrong. I did the statistics over all cells instead of all rasters.

@MattReimer MattReimer removed their assignment Sep 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant