Envi 调用 MODISReprojectionTool 对 MODIS 产品进行
批处理拼接
1熟悉MRT
MODIS产品的类型不同,一最HDF格式的影像包含的波段也各不相同。MRT处理时
需要选择处理波段,0表示不作处理,1表示处理,第一要确定影像的波段数。
Mrtmosaic.exe程序用來拼接影像。调用方式为: mrtmosaic ?「g:\\n%l?txL -s\00000000000000000000000 00001110000''-0 ''g:\\temp-hdr
命令行关心如下
Usage: mrtmosaic -i input_filenames_file -t -h -o output_filename
-s spectral_subset \…bN\ ?g file name for the log file
需要指定三个参数:
-I指定输入文件,能够采取两种方式
Is l.hdf 2.hdf 3.hdf 2、把影像的完整路径储存到txt文件中,作为input参数。如?1 MOD092018001.txt。
-S
指定需耍处理的波段,同样能够采纳两种方式
1、 直截了当给出,如-s'POOOOOOOOOOO\注意英文引号:
指定一个txt路径,让程序读取; 2、
-0 指定输出路径,一样直截了当给出
直截了当给出,如-0 g:\\tmp.hdf。注意直截了当存为HDF格式,便于后续处理。
2、 重投影、裁切
Resample.exe用來重投影.裁切是MRT程序的核心。调用方式为:
命令行关心如下:
Usage: resampie -p paraineter_file [options]
Options that override parameter file specifications: -i input_file_name -o output_file_name
-r resampling_type [NN BI CC NONE]
-t projection_type [AEA ER GEO HAM IGH ISIN LA LCC MERCAT MOL PS SIN TM UTM]
-j projection_parameterjist ‘‘pl p2 … p 15” -s spectral_subset \…bN\
If using the -s switch, the SDSs should be represented as an array of Os and Is. A T specifies to process that SDS;
'O' specifies to skip that SDS. Unspecified SDSs will not be processed. If the -s switch is not specified, then all SDSs will be processed. -a spatial_subset_type [INPUT_LAT_LONG INPUT_LINE_SAMPLE OUT PUT_P ROJ_COORDS]
-I spatial_subset \
-or- \ ?o「\
NOTE: line/sample must be specified for the of all SDSs specified
highest resolution
to be processed in the product.
-u UTM_2one -X pixel_size
?g file name for the log file
能够只指定1个参数: 用-p读入prm参数文件,进行处理◎例如resample -p ''g:\\prrmMOD09201800l.prm\\ prm 文件如下:
INP UT_FILENAME = g:\\tmp_%l.hdf 输入文件
SPECTRAL_SUBSET = (1111)前面 mrtmosaic 拼接结果有 4 个波段
SPATIAL_SUBSET_TYPE = INPUT_LAT_LONG 经纬度裁切方式
SPATIAL_SUBSET_UL_CORNER = ( 33.0 108.0 )左上纬经度 SPATIAL_SUBSET_LR_CORNER = ( 28.0 117.0 )右下纬经度
OUTPUT_FILENAME = F:\\MRT_out\\myd%l.tif 输出路径,不同波段口动区分
RESAMPLING_TYPE = NEAREST_NEIGHBOR 最近邻采样方法
OUTPUT_PROJECTION_TYPE = UTM 输出文件投影方式 utm
OUTPUT_ PROJECTION—PARAMETERS =(投影参数 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0