I have a model that calculates the percentage of cells with at least one point from a point file within them for multiple cell sizes. (Basically to find out what cell size gets closest to 50%)
The model runs great and creates three output values from the "Get Raster Properties" Tool
I want to collect those values and the associated cell sizes and output them to a single table. The table would be formatted like so:
Cell Size A - Percentage A
Cell Size B - Percentage B
Cell Size C - Percentage C
Any help would be appreciated! Thanks!