您的位置:首页 > 其它

NDVI result seems wrong

2010-06-14 15:18 375 查看
The error was in the formula. I looked at the values in the raster and they where being rounded down to the nearest integer in the output. The following formula fixed it.

(Float([NIR]) - Float([R])) / (Float([NIR]) + Float([R]))

or

are you using the float button on the right hand side of the calculator?

If it's not showing there is a small >> at the bottom right.

http://forums.esri.com/Thread.asp?c=93&f=995&t=174604
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: