| Description |
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. |
| Other Files |
license.txt, upslope/border_nans.m, upslope/Contents.m, upslope/dem_flow.m, upslope/dependence_map.m, upslope/facet_flow.m, upslope/fill_sinks.m, upslope/flow_matrix.m, upslope/influence_map.m, upslope/milford_ma_dem.mat, upslope/pixel_flow.m, upslope/postprocess_plateaus.m, upslope/Readme.txt, upslope/screenshot.jpg, upslope/tests/Readme.txt, upslope/tests/test_border_nans.m, upslope/tests/test_dem_flow.m, upslope/tests/test_dependence_map.m, upslope/tests/test_facet_flow.m, upslope/tests/test_fill_sinks.m, upslope/tests/test_flow_matrix.m, upslope/tests/test_influence_map.m, upslope/tests/test_pixel_flow.m, upslope/tests/test_postprocess_plateaus.m, upslope/tests/test_upslope_area.m, upslope/tests/test_vis_dem_flow.m, upslope/tests/test_vis_map.m, upslope/upslope_area.m, upslope/vis_dem_flow.m, upslope/vis_map.m
|