Normalizing Data Using Raster Calculator to Data Range

1931
0
08-20-2013 06:16 AM
VM3
by
New Contributor
Hi,

I???d like to normalize map data in raster format to the data range using Raster Calculator. I'm not so much concerned with the accuracy of the method.

e.g. v???(i) = (v(i) - minA) / (maxA - minA)


What is the syntax I need to do this? I am getting problems using the following script:

("raster" - min("raster")) / (max("raster") - min("raster"))

Thanks!
0 Kudos
0 Replies