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

推荐订阅源

D
DataBreaches.Net
J
Java Code Geeks
有赞技术团队
有赞技术团队
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The GitHub Blog
The GitHub Blog
T
The Blog of Author Tim Ferriss
Apple Machine Learning Research
Apple Machine Learning Research
量子位
D
Docker
V
Visual Studio Blog
博客园 - 司徒正美
Martin Fowler
Martin Fowler
人人都是产品经理
人人都是产品经理
WordPress大学
WordPress大学
U
Unit 42
M
MIT News - Artificial intelligence
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
G
Google Developers Blog
Engineering at Meta
Engineering at Meta
V
V2EX
大猫的无限游戏
大猫的无限游戏
雷峰网
雷峰网
Vercel News
Vercel News
C
Check Point Blog

博客园 - 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)    收藏  举报