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

Reads field-value pairs from the MTL text file, and returns a structure with the scene metadata.

現在この提出コンテンツをフォロー中です。

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 (2026). LANDSAT MSS/TM/ETM+ metadata (.MTL) Parser (https://jp.mathworks.com/matlabcentral/fileexchange/39073-landsat-mss-tm-etm-metadata-mtl-parser), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを得たファイル: LANDSAT ETM+ MTL parser

ヒントを与えたファイル: How to drape Landsat images over Bedmap2 topography, L8read Landsat 8 Level 1 tiff reader, landsat

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0