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

Versión 1.3.0.0 (2,7 KB) por Bryan
Small function for accessing the global USGS landcover file.
232 descargas
Actualizado 11 ago 2015

Ver licencia

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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2012a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Mapping Toolbox en Help Center y MATLAB Answers.
Agradecimientos

Inspiración para: nlcdlandcover

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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