Sign up ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

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?

share|improve this question

2 Answers 2

up vote 5 down vote accepted

use Cell Statistics. Load your rasters and set the statistic type to 'MAXIMUM'

enter image description here

share|improve this answer
    
Thanks @danb. Yup...i just about to share it here. :) –  Eddie Jul 10 '13 at 17:00

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?

share|improve this answer
    
Thanks Paul. That is not waht I want to do. Anyway, I just found a way to do it. Using Cell Statistics(Spatial Analyst) –  Eddie Jul 10 '13 at 16:58

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.