Finding maximum value between multiple rasters

3292
3
05-14-2014 05:10 AM
BruceBurwell
New Contributor II
Hello

I think this should be an easy problem. I have multiple rasters that I would like to assess on a pixel by pixel basis and create a new raster of just the maximum values. How would I accomplish this? I tried using the Local Tool Highest Position but that isn't what I wanted.

Thanks
Bruce Burwell
Saudi Aramco
0 Kudos
3 Replies
JimCousins
MVP Regular Contributor
There may be a better way to do this, but I would use the raster calculator with a series of nested CON() statements, using > to filter for the maximum values.
Best Regards,
Jim
0 Kudos
RobertBorchert
Frequent Contributor III
Using the From Raster Tools under Conversion Tools in Toolbox you can export your rasters as polygons or points or polylines.  The exported point will retain the raster cell value.



Hello

I think this should be an easy problem. I have multiple rasters that I would like to assess on a pixel by pixel basis and create a new raster of just the maximum values. How would I accomplish this? I tried using the Local Tool Highest Position but that isn't what I wanted.

Thanks
Bruce Burwell
Saudi Aramco
0 Kudos
NeilAyres
MVP Alum
Wouldn't SA tools / Local / Cell Statistics do what you need?
Good luck, Neil