Upslope area functions

버전 1.3.0.1 (292 KB) 작성자: Steve Eddins
Functions for computing and visualizing upslope area, influence map, dependence map
다운로드 수: 11.3K
업데이트 날짜: 2016/9/1

라이선스 보기

A collection of functions for calculating the upslope area and related measurements for a digital elevation model (DEM).
Based on the method of Tarboton.

See also the upslope area postings on my image processing blog, March-August 2007, http://blogs.mathworks.com/steve.

Requires Image Processing Toolbox.

Functions include dem_flow, dependence_map, facet_flow, fill_sinks, flow_matrix, influence_map, pixel_flow, postprocess_plateaus, upslope_area, vis_dem_flow, and vis_map.

Includes a sample DEM data set.

인용 양식

Steve Eddins (2025). Upslope area functions (https://www.mathworks.com/matlabcentral/fileexchange/15818-upslope-area-functions), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2007a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Map Display에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.3.0.1

Updated license

1.3.0.0

Use assertElementsAlmostEqual in unit tests.

1.2.0.0

Version 1.4.2 - Added sample DEM data source information to Contents.m. No functional changes in this version.

1.1.0.0

Version 1.4.1
=============
10-Mar-2009

* Fixed M-file help typo in dependence_map.m.

* Allowed input matrix E to contain NaNs in postprocess_plateaus.m.

* Added unit test directory.

1.0.0.0

Added flow direction keywords as suggested by reviewer Felix. Thanks!