随笔分类 -  问题讨论

NDVI result seems wrong
摘要: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])) /... 阅读全文

posted @ 2010-06-14 15:18 YISONG 阅读(161) 评论(0) 推荐(0)

导航