搜索资源列表
NDVI程序
- 读取TM波段3和波段4的图像,计算归一化植被指数NDVI,并用NDVI处理单波段图像,突出显示遥感影像的植被部分(输出后的图像上高亮的部分是植被区域)-Band 3 and band 4 images of a TM image are read and NDVI computed. Then a single band image is processed with the NDVI leading to the vegetation regions in the remote sensed
avhrr_ndvi_classification
- NDVI计算的IDL程序,可以用来学习遥感数据的操作-NDVI calculated IDL procedures, can be used to study the operation of remote sensing data
NDVI_
- 该程序实现基于野外测站数据计算NDVI值 要使用该程序,需在E盘根目录下新建NDVI文件夹,然后再NDVI文件夹内新建filepath文件夹 接收在filepath文件夹内新建file.txt文本文件 使用规则,将数据全部拷贝进NDVI文件夹,然后再file.txt文本内输入待计算的文件名,文件名之间以空格隔开 1.txt 2.txt 3.txt 处理文本数据,计算NDVI值,文本格式应该为(下面是前三行的样例) asd 650 3 77
hjndvinew
- IDL编写,对环境卫星进行辐射定标并计算NDVI值。程序设计,1、影像分块,在处理大数据时特别有用;2、XML读取,IDL提供了方便的读写XML的方法;3、日期转儒略日算法;4、表观反射率计算方法;5、字符串处理技巧等。 -IDL to prepare for environmental satellite radiometric calibration and calculate NDVI values. Program design, an image block is particul
fcmax_getmean_vimath_clip_resize
- 求长时间序列求年最大及月平均植被覆盖度FC、NDVI;计算各种植被指数NDVI、RVI、SAVI、DVI等;裁剪遥感影像的IDL批处理;重采样影像的IDL批处理-get the max value of the NDVI or FC and so on
TJG_NDVI
- 用来计算NDVI与LAI的相关系数的C#语言,能够自动识别最大值 以及范围-basic
caculate_the_optimal_temperature
- 用SEBAL模型计算NPP中的植被生长的最适温度,用最大的NDVI来定义植被生长的最适温度,计算过程请参考文献,这个代码是用Python编写的小程序-SEBAL model calculated by the NPP in the optimum temperature for the growth of vegetation, with the greatest vegetation NDVI to define the optimum temperature for the growth o
NDVI
- 多种方法实现栅格数据计算NDVI,包括逐个像素处理、栅格计算器计算。-A variety of methods to calculate raster NDVI, including by-pixel processing, raster calculator.
hj_ndvi_main
- 环境星计算NDVI,包含辐射定标以及大气校正,有些资料还需收集(The environment star calculates NDVI, including radiometric calibration and atmospheric correction, and some data needs to be collected)
IDL
- 使用IDL进行地表温度,NDVI,MNDVI计算(Land surface temperature, NDVI, and MNDVI were computed using IDL)
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
ndvi
- 基于GEE计算landsat 的植被覆盖度(Calculating ndvi based on GEE)
像元二分法计算植被覆盖度
- 使用像元二分法计算植被覆盖度。首先,基于掩模后的NDVI影像,统计5%和95%的像元值,带入像元二分法模型,进而计算植被覆盖度(Vegetation coverage was calculated by pixel dichotomy. Firstly, based on the masked NDVI images, 5% and 95% of the pixel values are counted, and then the pixel dichotomy model is introdu