Select to view content in your preferred language

Problem standardising re-classed raster

547
1
03-18-2014 12:01 PM
BryanMcKearney
New Contributor
Hello,

I am trying to standardise (0-1) several re-classed rasters (re-classed to 1-7).  When i use the ('raster' - min) / (max - min) in raster calculator it gives an output with values which are either 1 or 0 and nothing in between.  It looks to take all the elements in 1-6 and make them 0 and the values in 7 it makes 1.

Anyone have any ideas where i might have gone wrong??? Its incredibly frustrating, I'm fairly new to Arcmap.

Many thanks
0 Kudos
1 Reply
MalcolmNunn
Deactivated User
Hi Bryan

I think that your raster calculator expression is producing an integer result, so all your output values are being rounded to 0 or 1.

Try changing your raster calculator expression so that one of your numerical values is a float, eg 1.0 instead of 1. This will produce a float raster instead of an integer raster.

Cheers
Malcolm
0 Kudos