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

Version 1.3.0.0 (2,7 KB) von Bryan
Small function for accessing the global USGS landcover file.
232 Downloads
Aktualisiert 11 Aug 2015

Lizenz anzeigen

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.

Zitieren als

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. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2012a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Mapping Toolbox finden Sie in Help Center und MATLAB Answers
Quellenangaben

Inspiriert: nlcdlandcover

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
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