I am using ArcGIS 10 (includes spatial and geostatistical analyst). I have a raster (GRID) with a value range of -167 to 18. I would like to query the raster and create a new one with only the values between -117 and -69. I cannot figure out how to use the raster calculator to do this task. Any suggestions?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
|||
|
|
|
You can use the set null tool in the spatial analyst toolbox to assign any cell values outside your desired range to null values. The result will be a new raster layer with only the cell values you wish to preserve. The expression you should use will be along the lines of:
and the false raster should be the same as your input raster, to keep values where the expression evaluates as false. |
|||
|
|
|
try to use 'reclassify raster' tool from Spatial Analyst http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z000000sr000000.htm |
|||
|
