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

Version 1.3.0.0 (2,7 ko) par Bryan
Small function for accessing the global USGS landcover file.
232 téléchargements
Mise à jour 11 août 2015

Afficher la licence

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.

Citation pour cette source

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. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2012a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Mapping Toolbox dans Help Center et MATLAB Answers
Remerciements

A inspiré : nlcdlandcover

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
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