nlcdlandcover

버전 1.1.4 (6.53 KB) 작성자: Joshua Port
Reads NLCD CONUS land cover files and returns land roughness within the specified region.
다운로드 수: 31
업데이트 날짜: 2024/2/14

라이선스 보기

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

인용 양식

Joshua Port (2024). nlcdlandcover (https://www.mathworks.com/matlabcentral/fileexchange/159643-nlcdlandcover), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2022a
R2020a 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!

GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음

버전 게시됨 릴리스 정보
1.1.4

1.1.3

Added code to GitHub for easier management

1.1.2

Added a type cast so land_rough is appropriately set to NaN outside the target region

1.1.1

A couple minor changes for clarity and simplicity

1.1.0

The function now uses state-specific FEMA Hazus land cover to roughness length mappings. It is also more verbose to make the user more aware of its progress.

1.0.1

Added relevant image to File Exchange page

1.0.0