parseLandSat8MetaDa​ta(filename)

版本 1.3.0.0 (2.8 KB) 作者: Mohammad Abouali
Parsing LandSat 8 Meta Data
958.0 次下载
更新时间 2014/12/2

查看许可证

This function parses the meta data of Land Sat 8 and returns all fields as a structure.
Example:
mdata=parseLandSat8MetaData('LC80270292014198LGN00_MTL.txt')
disp(mdata.L1_METADATA_FILE.PROJECTION_PARAMETERS)
MAP_PROJECTION: 'UTM'
DATUM: 'WGS84'
ELLIPSOID: 'WGS84'
UTM_ZONE: 15
GRID_CELL_SIZE_PANCHROMATIC: 15
GRID_CELL_SIZE_REFLECTIVE: 30
GRID_CELL_SIZE_THERMAL: 30
ORIENTATION: 'NORTH_UP'
RESAMPLING_OPTION: 'CUBIC_CONVOLUTION'

引用格式

Mohammad Abouali (2026). parseLandSat8MetaData(filename) (https://ww2.mathworks.cn/matlabcentral/fileexchange/48614-parselandsat8metadata-filename), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签
版本 已发布 发行说明
1.3.0.0

- just adding a photo for this file.

1.2.0.0

- Making sure all groups and sub groups where processed properly (So there was an END_GROUP for each GROUP.)

1.1.0.0

- Removing a bug in the code that was complaining about meta data although it was complete.

1.0.0.0