cee 795 water resources modeling and gis learning objectives: perform raster based network...

45
CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based watershed delineation from digital elevation models Handouts: Assignments: Exercise #4 Lecture 5: DEM Processing and Watershed Delineation (some material from Dr. David Maidment, University of Texas and Dr. David Tarboton, Utah State University) February 13, 2006

Upload: agnes-daniels

Post on 22-Jan-2016

226 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

CEE 795Water Resources Modeling and GIS

Learning Objectives:• Perform raster based network delineation from digital elevation

models• Perform raster based watershed delineation from digital

elevation models

Handouts: Assignments:Exercise #4

Lecture 5: DEM Processing and Watershed Delineation

(some material from Dr. David Maidment, University of Texas and Dr. David Tarboton, Utah State University)

February 13, 2006

Page 2: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Duality between Terrain and Drainage Network

• Flowing water erodes landscape and carries away sediment sculpting the topography

• Topography defines drainage direction on the landscape and resultant runoff and streamflow accumulation processes

Page 3: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Watershed Delineation by Hand Digitizing

Watershed divide

Drainage direction Outlet

ArcHydro Page 57

Study Area in West Austin with a USGS 30m DEM from a 1:24,000 scale map

Page 4: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

DEM Elevations

Contours

720

700

680

740

680700720740

720 720

Page 5: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

80 74 63

69 67 56

60 52 48

80 74 63

69 67 56

60 52 48

30

45.0230

4867

50.0

30

5267

Slope:

Hydrologic Slope - Direction of Steepest Descent

30

ArcHydro Page 70

Page 6: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

32

16

8

64

4

128

1

2

Eight Direction Pour Point Model

ESRI Direction encoding

ArcHydro Page 69

Page 7: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

2 2 4 4 8

1 2 16

1 2 4 8 4

128 1 2 4 8

2 1 4 4 4

11

Flow Direction Grid32

16

8

64

4

128

1

2

ArcHydro Page 71

Page 8: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Flow Direction Grid

32

16

8

64

4

128

1

2

Page 9: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Grid Network

ArcHydro Page 71

Page 10: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

0 0 000

0

0

0

0

0

0

0

0

03 2 2

11 1

1 152 5

24 1

0 0 00 0

0

0

0

0

0

0

0

0

0

3 2 2

11 1

1

12

15

245

Flow Accumulation Grid. Area draining in to a grid cell

Link to Grid calculator

ArcHydro Page 72

Page 11: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Contributing Area Grid

1 1 111

1

1

1

1

1

1

1

1

14 3 3

12 2

2

3 2

16

625

1 1 11 1

1

1

1

1

1

1

1

1

1

4 3 3

12 2

2

23

16

256

TauDEM convention. The area draining each grid cell including the grid cell itself.

Page 12: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

0 0 00 0

0

0

0

0

0

0

0

0

0

3 2 2

11 1

1

12

15

245

Flow Accumulation > 5 Cell Threshold

Page 13: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Stream Network for 5 cell Threshold Drainage Area

0 0 000

0

0

0

0

0

0

0

0

03 2 2

111

115

2 5

241

Page 14: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Streams with 200 cell Threshold(>18 hectares or 13.5 acres drainage area)

Page 15: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Watershed Outlet

Page 16: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Watershed Draining to This Outlet

Page 17: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Watershed and Drainage Paths Delineated from 30m DEM

Automated method is more consistent than hand delineation

Page 18: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

The Pit Removal Problem

• DEM creation results in artificial pits in the landscape

• A pit is a set of one or more cells which has no downstream cells around it

• Unless these pits are removed they become sinks and isolate portions of the watershed

• Pit removal is first thing done with a DEM

Page 19: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Increase elevation to the pour point elevation until the pit drains to a neighbor

Pit Filling

Page 20: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based
Page 21: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

+ =

Take a mapped stream network and a DEM Make a grid of the streams Raise the off-stream DEM cells by an arbitrary elevation increment Produces "burned in" DEM streams = mapped streams

“Burning In” the Streams

Page 22: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

AGREE Elevation Grid Modification Methodology

ORIGINAL ELEVATIONMODIFIED ELEVATION

KNOWN STREAM LOCATIONAND STREAM DELINEATEDFROM MODIFIED ELEVATION

GRID CELL SIZESECTION A-A

STREAM DELINEATEDFROM ORIGINAL ELEVATION

ELEVATIONRESOLUTION

GRIDCELL SIZE

PLAN

AA

Page 23: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

0 0 000

0

0

0

0

0

0

0

0

03 2 2

111

115

2 5

241

Stream Segments

Page 24: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

55

11

1

3

22

334 4 4

4 45

5

666

Stream Links in a Cell Network

ArcHydro Page 74

Page 25: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

ArcHydro Page 74

Stream links grid for the San Marcos subbasin

172201

204

202

206

203

209 Each link has a unique identifying number

Page 26: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Vectorized Streams Linked Using Grid Code to Cell Equivalents

VectorStreams

GridStreams

ArcHydro Page 75

Page 27: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

DrainageLines are drawn through the centers of cells on the stream links. DrainagePoints are located at the

centers of the outlet cells of the catchments

ArcHydro Page 75

Page 28: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Same Cell Value

Catchments for Stream Links

Page 29: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Raster Zones and Vector Polygons

Catchment GridID

Vector Polygons

DEM GridCode

Raster Zones

3

4

5

One to one connection

Page 30: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Catchments

• For every stream segment, there is a corresponding catchment

• Catchments are a tessellation of the landscape through a set of physical rules

Page 31: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Catchments, DrainageLines and DrainagePoints of the San Marcos basin

ArcHydro Page 75

Page 32: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Adjoint catchment: the remaining upstream area draining to a catchment outlet.

ArcHydro Page 77

Page 33: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Catchment, Watershed, Subwatershed.

ArcHydro Page 76

Watershed outlet points may lie within the interior of a catchment, e.g. at a USGS stream-gaging site.

Catchments

Subwatersheds

Watershed

Page 34: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Summary of Key Processing Steps

• [DEM Reconditioning]• Pit Removal (Fill Sinks)• Flow Direction• Flow Accumulation• Stream Definition• Stream Segmentation• Catchment Grid Delineation• Raster to Vector Conversion (Catchment Polygon,

Drainage Line, Catchment Outlet Points)

Page 35: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Delineation of Channel Networks and Subwatersheds

500 cell theshold

1000 cell theshold

Page 36: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

100 grid cell constant support area threshold stream delineation

1 0 1 KilometersConstant support area threshold100 grid cell9 x 10E4 m^2

Page 37: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

200 grid cell constant support area based stream delineation

1 0 1 Kilometersconstant support area threshold200 grid cell18 x 10E4 m^2

Page 38: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

How to decide on support area threshold ?

AREA 1AREA 1

AREA 2AREA 2

3

12

Why is it important?

Page 39: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Examples of differently textured topography

Badlands in Death Valley.from Easterbrook, 1993, p 140.

Coos Bay, Oregon Coast Range. from W. E. Dietrich

Page 40: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Logged Pacific Redwood Forest near Humboldt, California

Page 41: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

0 1 Kilometers 0 1 KilometersDriftwood, PA Sunland, CA

Topographic Texture and Drainage DensitySame scale, 20 m contour interval

Sunland, CADriftwood, PA

Page 42: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Lets look at some geomorphology.• Drainage Density• Horton’s Laws• Slope – Area scaling• Stream Drops

“landscape dissection into distinct valleys is limited by a threshold of channelization that sets a finite scale to the landscape.” (Montgomery and Dietrich, 1992, Science, vol. 255 p. 826.)

Suggestion: One contributing area threshold does not fit all watersheds.

Page 43: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Suggestion: Map channel networks from the DEM at the finest resolution consistent with observed channel

network geomorphology ‘laws’.

• Look for statistically significant break in constant stream drop property

• Break in slope versus contributing area relationship

• Physical basis in the form instability theory of Smith and Bretherton (1972), see Tarboton et al. 1992

Page 44: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Summary Concepts• The eight direction pour point model

approximates the surface flow using eight discrete grid directions

• The elevation surface represented by a grid digital elevation model is used to derive surfaces representing other hydrologic variables of interest such as– Slope– Flow direction– Drainage area– Catchments, watersheds and channel networks

Page 45: CEE 795 Water Resources Modeling and GIS Learning Objectives: Perform raster based network delineation from digital elevation models Perform raster based

Are there any questions ?

AREA 1AREA 1

AREA 2AREA 2

3

12