Select to view content in your preferred language

Round raster up/down to integer

727
1
10-26-2012 03:05 PM
toddsams
Deactivated User
I found this thread for using the "floor" function to round a raster to integer up/down based on above/below 0.5 value:

http://forums.esri.com/Thread.asp?c=93&f=995&t=243049

However, floor is no longer available with ArcGIS 10.1

Does anyone know of a trick to do this without using "floor"?
0 Kudos
1 Reply
RamB
by
Frequent Contributor
hi,

use int(ingrid + .5)

regards,

0 Kudos