惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
MongoDB | Blog
MongoDB | Blog
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence
D
Docker
云风的 BLOG
云风的 BLOG
B
Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
G
Google Developers Blog
GbyAI
GbyAI
T
Tailwind CSS Blog
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
V
Visual Studio Blog
C
Check Point Blog
I
InfoQ
Microsoft Azure Blog
Microsoft Azure Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
阮一峰的网络日志
阮一峰的网络日志
小众软件
小众软件
N
Netflix TechBlog - Medium
B
Blog RSS Feed
腾讯CDC
aimingoo的专栏
aimingoo的专栏

博客园 - YISONG

国内大学ip地址范围 MODIS产品列表 美国研发高精度气候模型精确预测气候状况 ArcMap的地图代数运算 第二轮气候谈判无突破性进展 Raster dataset statistics 博文阅读密码验证 - 博客园 人工智能的瓶颈问题与本体论语义学的回应(赵泽林,高新民) 国外生态学和环境科学期刊简介 晚上洗头,有害无益 全球气候:变冷还是变暖? 西方哲学史的主要发展阶段 Eclipse插件安装的三种方法 Matlab帖子收藏 textread读取记事本文件 matlab 通用神经网络代码 试图运行项目时出错:无法启动调试,进程已经终止 博弈论与最优化的关系 搞学术的必用,几种功能强大的搜索利器
NDVI result seems wrong
YISONG · 2010-06-14 · via 博客园 - YISONG

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

posted on 2010-06-14 15:18  YISONG  阅读(171)  评论(0)    收藏  举报