usgslandcover(FILE, Wlon, Elon, Slat, Nlat)

版本 1.3.0.0 (2.7 KB) 作者: Bryan
Small function for accessing the global USGS landcover file.
232.0 次下载
更新时间 2015/8/11

查看许可证

This function retrieves the landcover data from the Global Land Cover Characteristics Data Base Version 2.0, specifically from the file with 30-arcsecond resolution geographic projection, i.e. the file gusgs2_0ll.img.
A lat/lon window can be specified by the user, meaning that MatLab does not have to access the entire file, thus saving memory. The function returns the landcover data, as well as matrices containing the latitude and longitude coordinates (centre-of-pixel) for each data point.

引用格式

Bryan (2024). usgslandcover(FILE, Wlon, Elon, Slat, Nlat) (https://www.mathworks.com/matlabcentral/fileexchange/46768-usgslandcover-file-wlon-elon-slat-nlat), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Mapping Toolbox 的更多信息
致谢

启发作品: nlcdlandcover

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.3.0.0

Fixed typo in the help.

1.2.0.0

Fixed rounding problem that could result in one column and/or row too little in certain circumstances.

1.1.0.0

grammar

1.0.0.0