NDVI最大值法MVC合成之ArcGIS Cell Statistics 实现
2020-11-26 17:08
标签:style color int strong rgb line
目的:利用ArcGIS自带工具Cell Statistics实现多个栅格图层最大值法合成NDVI年或月的最大值。
工具:ArcToolbox>>Spatial Analyst Tools>>Local>>Cell Statistics
问题:NDVI栅格影像值为-1~1之间的float浮点型,直接运用Cell Statistics运算结果为0或1的Int型二值图,不是浮点型。
解决方法:运用Cell Statistics求取最大值运算前先将浮点值NDVI值乘以10000变成Int型,再用Cell
Statistics求最大值,得到Int型最大值后再除以10000.0还原成float浮点型。
注:flotat->Int型及Int->float型转换可利用Raster Calculator实现。 NDVI最大值法MVC合成之ArcGIS Cell Statistics 实现,搜素材,soscw.com NDVI最大值法MVC合成之ArcGIS Cell Statistics 实现 标签:style color int strong rgb line 原文地址:http://blog.csdn.net/lucky51222/article/details/24939557
文章标题:NDVI最大值法MVC合成之ArcGIS Cell Statistics 实现
文章链接:http://soscw.com/index.php/essay/22678.html