I have 10 raster layers. Each layer has the dimension of 100 columns x 100 rows and actually are temperature values from year 2000 to 2010.
I want to ask ArcMap to produce a raster layer that represent the maximum temperature value from 2000 to 2010.
Is there any function in ArcMap10 that suite to do that?
2 Answers 2
use Cell Statistics. Load your rasters and set the statistic type to 'MAXIMUM'
enter image description here
I think you are looking for Get Raster Properties. Assuming you have the statistics table built for the raster, you can access quite a lot of information including max.
Rereading your question, do you just want the max value or something more?
-
1Thanks Paul. That is not waht I want to do. Anyway, I just found a way to do it. Using Cell Statistics(Spatial Analyst)Eddie– Eddie2013年07月10日 16:58:27 +00:00Commented Jul 10, 2013 at 16:58