快速对MODIS系列数据进行批量重投影。
使用此代码前需要有一定的使用MCTK(Modis Conversion Toolkit)的经验。
本代码基于MCTK提供的接口开发
mctk_user_guide_api_examples.pro
为其它modis产品处理的模板,可以从中选取并修改for_reflection.pro
文件中内容。
1.安装MCTK,并保证能在envi中使用
2.在envi中导入项目
3.首先编译for_reflection.pro
文件
4.再编译BatchMODISFiles.pro
文件,并运行
5.在弹框中批量选择需要运算的文件
6.结果会在源文件所在的根目录显示
This project is designed to rapidly reproject MODIS series data in batches.
You need to have some experience with MCTK(Modis Conversion Toolkit) before using this code.
This code is based on the interface provided by MCTK.
McTk_user_guide_api_examples. pro
is a template for other MODIS products. You can select and modify the contents of the for_reflection. Pro
file.
-
Install MCTK and ensure that it can be used in ENVI
-
Import the project in envi
-
Firstly, compile the
for_reflection. Pro
file -
Then, compile the 'batchmodisfiles. pro' file and run it
-
In the file-dialog-box, select files which you want to be calculated in batches
-
The result is displayed in the root directory where the source file resides