nlcdlandcover
version 1.1.1 (6.52 KB) by
Joshua Port
Reads NLCD CONUS land cover files and returns land roughness within the specified region.
This function retrieves land roughness from the National Land Cover Database's (NLCD) continental US (CONUS) land cover files, i.e. nlcd_*_land_cover_l48_*.i*. You must download these files from the MRLC website: https://www.mrlc.gov/data (link good as of 6/2022). If you are interested in land cover instead of land roughness, you can easily modify the function to return land_cover instead of land_rough.
NOTE: Due to the map projection, cartesian rows and columns in the NLCD data are not parallel to lines of latitude and longitude. This function does not interpolate the output onto a regular grid. It prioritizes data accuracy over making the output easy to use.
Cite As
Joshua Port (2022). nlcdlandcover (https://www.mathworks.com/matlabcentral/fileexchange/112910-nlcdlandcover), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2022a
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Acknowledgements
Inspired by: usgslandcover(FILE, Wlon, Elon, Slat, Nlat)
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.