Arcgis extract catchment hydrological analysis -Dem

First, the flow of extraction Flow Direction

Input: Use dem transactions; output: flowdir_dem

image

Second, the determination of depression - sink sink

Input: flowdir_dem; Output: sink

image

Third, watershed -watershed

Input: 1, flowdir_dem; 2, sink; 3, default;

Output: Watersh_sink

image

Fourth, the compartmental analysis -Zonal Statistics

Input:. 1, Watersh_sink; 2 default value; 3.ChangShaDEM30.tif elevation data; last minimum value is selected

Output: ronal_min

image

Fifth, calculating the highest elevation of depression - the filling area Zonal Fill

Input: 1,1, Watersh_sink; 2, flowdir_dem

Output: ronal_max


image


Sixth, calculate the depth of depression - Raster Calculator - the Map Algebra

"Ronal_max" - "ronal_min" maximum minus the minimum

Output: sinkdep

image

Seven Depressions - the Fill

Input: dem raw data;

Output: fill_men


image

Eight, no depression of dem flow analysis - Flow Direction

Input: fill_men

Output: demfill_dir

image

Nine, the length of the flow - Flow the Length

Input: demfill_dir

Output: down_len


image


X. flow - Flow Accumulation

Input: demfill_dir

Output: flow_acc


image


XI flow - Grid Calculation

Use flow_acc calculated for raster output streamnet

Calculated: Con ( "flow_acc"> 1000,1)

image


Twelve, raster vectorization - Stream to the Feature

Input: 1, streamnet; 2, demfill_dir

输出: StreamT_streamn1

image

Thirteen, river connection - Stream Link

Input: 1, flow grid streamnet; 2, flow grid demfill_dir

Output: streamlinkimage

XIV, sub-basin generation - Watershed

Input: 1, demfill_dir; 2, streamlink

Output: Watershed


image

Guess you like

Origin www.cnblogs.com/M-LittleBird/p/12339913.html