Select to view content in your preferred language

pixel level max(list of rasters) for fields other than value field

630
0
05-16-2011 03:18 PM
DaveVerbyla
Occasional Contributor
I have 200 rasters with fields value, count, a,b,c
I need to compute max(rasters.a)
                         max(rasters.b)
                         max(rasters.c)
where rasters is the list of 200 rasters, and a,b,c are fields
I need the max for each pixel...similar to using the Cell Statistics tool which
apparently only works with the value field?
0 Kudos
0 Replies