搜索资源列表
l3mread_aqua_sw_glb
- 主要读取HDF文件的IDL源码程序,具体的,读取Seawifs、Modis 的3级产品,hdf格式的数据,对其他的hdf格式数据,可参考之编程。
ndvi
- 生成归一化植被指数(NDVI)数据产品及图象产品的IDL源程序-Generate normalized difference vegetation index (NDVI) data products and image products, IDL source code
利用idl来计算tm和modis地表温度
- 利用idl来计算tm和modis地表温度-Tm and the calculation of the function call modis
Modistool
- 该模块包含了几个 IDL 函数 , 并被打包为一个编译了的ENVI模块 . 可以在 ENVI+IDL 或者 ENVI-Runtime 版本中使用 . 该模块用 IDL5.4 进行编译 , 并用 ENVI 3.4+SP1 进行了测试。可以实现bow-tie 纠正、亮温反演、Export of GCP等功能-This IDL module contains several functions that can be incorporated into the ENVI environment i
Mosaic_batch
- idl programme modis batch
radiation_correction
- IDL实现modis数据的辐射校正 修改文件路径即可用-IDL achieve modis radition correction Modify the file path can be used
modis2aerosol
- modis卫星数据反演气溶胶系统的IDL源码 . 可以用来监测环境雾霾的发生。用于环境气象的预测预报中。-modis satellite aerosol data retri system IDL source. Can be used to monitor the environmental occurrence of haze. Weather forecast for the environment.
MODIS
- 本压缩文件包含利用LUT(查找表)进行MODIS气溶胶反演的系统、源代码及说明文档 源代码为idl的pro文件,易于学习查看 还附赠了6s大气传输模型用以生成查找表(LUT)之用 -Modis 6s.
ModisCorrection
- modis的几何校正,基于三角网,MODIS 数据几何校正算法设计及其IDL 实现-modis geometric correction, based on triangulation,MODIS data geometric correction algorithm design and realization IDL
xiaoxionggongjuxiang
- 小熊工具箱是由中科院对地观测中心在读博士胡勇将自己写的IDL代码整理而成,包含许多实用功能:相对辐射归一化、矩匹配相对辐射校正、趋势分析、最大值合成、MODIS质量数据转换、批量矢量裁剪、MRT批处理、TVDI、ROI分离器、批量生成缩略图、批量生成影像范围(shp)-Bear toolbox by CAS CEODE PhD Hu Yong will write their own IDL code cleanup is made, it contains many useful featur
modis_Aerosol_inversion
- MODIS数据的气溶胶反演产品的IDL程序文件-IDL modis invension
ENVI_modis_conversion_toolkit
- modis conwersion toolkit 插件(modishconwersion tooklit Plug-in unit)
process_LST_mask
- 代码为modis温度数据掩膜裁剪,比envi或arcmap裁剪高效。(The code is tailored for the MODIS temperature data mask, which is more efficient than the envi or ArcMap clipping.)
NDVI
- 代码为modis归一化植被指数的计算,格式转换及背景值的填充。(The code is the calculation of the MODIS normalized vegetation index, the format conversion and the filling of the background value.)
MODIS气溶胶反演
- 遥感6s模拟程序,包括lut查找表,气溶胶反演的源代码,以及6s的运行程序(Remote sensing 6S simulation program)
6s_lut
- 该程序是通过6s辐射校正模型生成查找表,以便进行气溶胶反演 ; 该程序参数设置较为简单,如果要详细的参数,请自行设置 ; 改进方法:1、读取每一个影像的角度信息建立查找表,这样精度更高 ; 2、利用IDL直接调用Fortran语言的6S源程序,并行生成查找表,速度提高20倍左右 ; 3、将所有参数都设置好,缩小步长,构建一个庞大的查找表,构建神经网络,一劳永逸(The program generates look-up
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
band_envi_layer_stacking_doit_test
- 利用IDL批量对多个单波段影像合成单个多波段影像,利用SHP裁剪影像,以及影像重采样代码以MODIS影像为例(Combine multiple single-band images into multiple multi-band images using IDL batch, use SHP to cut silhouette images, and image resampling code to take MODIS images as an example.)
6sV-2.1
- 基于ENVI-IDL利用6S模型构建气溶胶查找表(Using 6S model to construct aerosol lookup table)
IDL构建MODIS气溶胶查找表源码
- 本代码基于IDL调用6S辐射传输模型构建针对MODIS卫星的气溶胶查找表。