LANDSAT MSS/TM/ETM+ metadata (.MTL) Parser

버전 1.0.0.0 (2.66 KB) 작성자: Evan
Reads field-value pairs from the MTL text file, and returns a structure with the scene metadata.
다운로드 수: 785
업데이트 날짜: 2012/11/16

라이선스 보기

MTL parser for LANDSAT datasets (MSS, TM, ETM+)

Written in Nov 2012 by Evan Miles, Scott Polar Research Institute, University of Cambridge

Extended from ETM+ MTL parser written by Seongsu Jeong, Geomatics and Remote Sensing Laboratory (GRSLAB), Yonsei University

MAIN FUNCTIONALITY:
Reads the information from MTL text file, which is provided with LANDSAT data.

USAGE:
MTL=MTL_parser(filename) - for a single MTL file
MTL_list=MTL_parser(filename_list) - for multiple MTL files. The list should be in a matrix form which each of its row vector is a string of a MTL filename
MTL_list=MTL_parser() - Searches all MTL files in current directory and parses them all.

NOTIFICATION FOR THE OUTPUT VARIABLE:
The values which surrounded "double quotation mark" was treated as a string, along with the information related to the time and date. Other variables were considered as a double-precision floating point variables.

UPDATED FEATURES:
15-NOV-2012: Implemented recursive structure generator to interpret nested groups with arbitrary names, removing necessity for identifying MTL-specific names.
08-MAR-2011: Capable of dealing with void input. When this case occurs, this module searches all MTL files based on its filename and list them up. After then, this function reads all detedted MTL files and returns the result as a structure array in column vector form.

LAST MODIFICATION: 15-NOV-2012

인용 양식

Evan (2024). LANDSAT MSS/TM/ETM+ metadata (.MTL) Parser (https://www.mathworks.com/matlabcentral/fileexchange/39073-landsat-mss-tm-etm-metadata-mtl-parser), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 String Parsing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0