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

推荐订阅源

罗磊的独立博客
美团技术团队
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
月光博客
月光博客
WordPress大学
WordPress大学
The Cloudflare Blog
阮一峰的网络日志
阮一峰的网络日志
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
博客园 - Franky
博客园 - 司徒正美
酷 壳 – CoolShell
酷 壳 – CoolShell
爱范儿
爱范儿
Jina AI
Jina AI
Last Week in AI
Last Week in AI
雷峰网
雷峰网
IT之家
IT之家
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东
小众软件
小众软件
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
V2EX

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