搜索资源列表
NDVI
- 利用IDL读取MODIS影像L1B和MOD03数据(HDF格式),计算遥感植被指数NDVI
ndvi
- 生成归一化植被指数(NDVI)数据产品及图象产品的IDL源程序-Generate normalized difference vegetation index (NDVI) data products and image products, IDL source code
sate_ndvi
- 在idl环境下批量处理提取modis ndvi数据-the program can extract the ndvi data from modis ndvi product
Modistemplate
- 处理Modis数据,计算NDVI值反演地表温度,-Modis data processing to calculate NDVI values of surface temperature inversion,
vgt_ndvi_extract2
- ndvi提取是modis图像影像的提取及应用-ndvi extract
weighted_linear_ndvi_decomposition
- The weighted linear decomposition for the MODIS NDVI data to TM resolution. Reference please see Bussto et al (2008) Remote Sensing of Environment
comp_eviv3a.bash
- software untuk ekstraksi informasi NDVI 8/16 harian dari sata modis Terra dan aqua
NDVI
- 代码为modis归一化植被指数的计算,格式转换及背景值的填充。(The code is the calculation of the MODIS normalized vegetation index, the format conversion and the filling of the background value.)
test
- 用envi+idl计算ndvi的最大值合成图像,,,(NDVI=ENVI_GET_DATA(fid=fid,dims=dims,pos=0) ind = where(NDVI eq -10) FOR i=1,numTim-1 DO BEGIN FTest_temp = file_test(infiles[i]) if (FTest_temp ne 0 ) then begin print,infiles[i] ENVI_OPE
SG滤波_Matlab
- 一般用来做时间序列的平滑,比如MODIS的NDVI EVI等植被指数的平滑,消除 云 缺失值等噪声,提升数据质量,对于时间序列的研究是一种重要的处理方法。