In ArcGIS 10.1 I'm trying to normalize a section of a DEM (digital elevation model) from original values to values ranging from 0 to 100. First I clipped the raster DEM with an irregulary shaped polygon. Now I'm tying to change all the values to a range of 0 to 100 for further analysis.
I'm using the Raster calculator tool with this equation:
("DEM" - min("DEM")) * 100 / (max("DEM") - min("DEM")) + 0 I keep getting TypeError: 'Raster' object not iterable. This is the log I get:
ERROR 000539: Error running expression: rcexec() Traceback (most recent call last): File "", line 1, in File "", line 5, in rcexec TypeError: 'Raster' object is not iterable I also tried running the command on the unclipped raster, unsuccessfully.
Any help would be greatly appreciated. If anyone has any suggestion of another method to accomplish the task I would also be grateful, as I'm just learning how to use ArcGIS.
أكثر...
I'm using the Raster calculator tool with this equation:
("DEM" - min("DEM")) * 100 / (max("DEM") - min("DEM")) + 0 I keep getting TypeError: 'Raster' object not iterable. This is the log I get:
ERROR 000539: Error running expression: rcexec() Traceback (most recent call last): File "", line 1, in File "", line 5, in rcexec TypeError: 'Raster' object is not iterable I also tried running the command on the unclipped raster, unsuccessfully.
Any help would be greatly appreciated. If anyone has any suggestion of another method to accomplish the task I would also be grateful, as I'm just learning how to use ArcGIS.
أكثر...