Title: Spatial Fields in GIS and Hydrology
1Spatial Fields in GIS and Hydrology
- David G. Tarboton
- dtarb_at_cc.usu.edu
http//www.engineering.usu.edu/dtarb
2Learning Objectives
- The concepts of spatial fields as a way to
represent geographical information - Raster and vector representations of spatial
fields - Raster based watershed delineation from digital
elevation models - Reading ArcHydro Chapter 4
3Two fundamental ways of representing geography
are discrete objects and fields.
The discrete object view represents the real
world as objects with well defined boundaries in
empty space.
Points
Lines
Polygons
The field view represents the real world as a
finite number of variables, each one defined at
each possible position.
Continuous surface
4Raster and Vector Data
Raster data are described by a cell grid, one
value per cell
Vector
Raster
Point
Line
Zone of cells
Polygon
5Raster and Vector are two methods of representing
geographic data in GIS
- Both represent different ways to encode and
generalize geographic phenomena - Both can be used to code both fields and discrete
objects - In practice a strong association between raster
and fields and vector and discrete objects
6Vector and Raster Representation of Spatial Fields
Vector
Raster
7Numerical representation of a spatial surface
(field)
Grid
TIN
Contour and flowline
8Six approximate representations of a field used
in GIS
Regularly spaced sample points
Irregularly spaced sample points
Rectangular Cells
Irregularly shaped polygons
Triangulated Irregular Network (TIN)
Polylines/Contours
from Longley, P. A., M. F. Goodchild, D. J.
Maguire and D. W. Rind, (2001), Geographic
Information Systems and Science, Wiley, 454 p.
9A grid defines geographic space as a matrix of
identically-sized square cells. Each cell holds a
numeric value that measures a geographic
attribute (like elevation) for that unit of
space.
10The grid data structure
- Grid size is defined by extent, spacing and no
data value information - Number of rows, number of column
- Cell sizes (X and Y)
- Top, left , bottom and right coordinates
- Grid values
- Real (floating decimal point)
- Integer (may have associated attribute table)
11Definition of a Grid
Cell size
Number of rows
NODATA cell
(X,Y)
Number of Columns
12Points as Cells
13Line as a Sequence of Cells
14Polygon as a Zone of Cells
15NODATA Cells
16Cell Networks
17Grid Zones
18Floating Point Grids
Continuous data surfaces using floating point or
decimal numbers
19Value attribute table for categorical (integer)
grid data
Attributes of grid zones
20Raster Sampling
from Michael F. Goodchild. (1997) Rasters, NCGIA
Core Curriculum in GIScience, http//www.ncgia.ucs
b.edu/giscc/units/u055/u055.html, posted October
23, 1997
21Scale issues in the interpretation of data
The scale triplet
a) Extent
b) Spacing
c) Support
From Blöschl, G., (1996), Scale and Scaling in
Hydrology, Habilitationsschrift, Weiner
Mitteilungen Wasser Abwasser Gewasser, Wien, 346
p.
22From Blöschl, G., (1996), Scale and Scaling in
Hydrology, Habilitationsschrift, Weiner
Mitteilungen Wasser Abwasser Gewasser, Wien, 346
p.
23Raster Generalization
Central point rule
Largest share rule
24Spatial Surfaces used in Hydrology
- Elevation Surface the ground surface elevation
at each point
25Topographic Slope
- Defined or represented by one of the following
- Surface derivative ?z (dz/dx, dz/dy)
- Vector with x and y components (Sx, Sy)
- Vector with magnitude (slope) and direction
(aspect) (S, ?)
26Standard Slope Function
27Aspect the steepest downslope direction
28Example
29Hydrologic Slope - Direction of Steepest Descent
30
30
Slope
ArcHydro Page 70
30Eight Direction Pour Point Model
ESRI Direction encoding
ArcHydro Page 69
31Limitation due to 8 grid directions.
32The D? Algorithm
Tarboton, D. G., (1997), "A New Method for the
Determination of Flow Directions and Contributing
Areas in Grid Digital Elevation Models," Water
Resources Research, 33(2) 309-319.)
(http//www.engineering.usu.edu/cee/faculty/dtarb/
dinf.pdf)
33The D? Algorithm
?
If ?1 is not fit within the triangle the angle is
chosen along the steepest edge or diagonal
resulting in a slope and direction equivalent to
D8
34D8 Example
eo
e8
e7
35DEM Based Watershed and Stream Network Delineation
- Study Area in West Austin with a USGS 30m DEM
from a 124,000 scale map - Eight direction pour point model (flow direction
and flow accumulation grids) - Stream network definition
- Watershed delineation
36Watershed Delineation by Hand Digitizing
Watershed divide
Drainage direction
Outlet
ArcHydro Page 57
37DEM Elevations
720
720
Contours
740
720
700
680
680
700
720
740
38Flow Direction Grid
ArcHydro Page 71
39Flow Direction Grid
40Grid Network
ArcHydro Page 71
41Contributing Area Grid
TauDEM convention. The area draining each grid
cell including the grid cell itself.
42Flow Accumulation Grid. ESRI convention. Area
draining in to a grid cell
0
0
0
0
0
0
0
0
0
0
0
3
2
2
0
0
3
2
0
2
0
0
1
0
0
11
0
1
0
11
0
0
0
1
15
0
0
1
0
15
1
0
2
24
5
2
5
0
1
24
Link to Grid calculator
ArcHydro Page 72
43Flow Accumulation gt 5 Cell Threshold
44Stream Network for 5 cell Threshold Drainage Area
0
0
0
0
0
0
3
2
0
2
0
0
1
0
11
0
0
1
0
15
2
5
0
1
24
45Streams with 200 cell Threshold(gt18 hectares or
13.5 acres drainage area)
46Watershed Outlet
47Watershed Draining to This Outlet
48Watershed and Drainage Paths Delineated from 30m
DEM
Automated method is more consistent than hand
delineation
49Filling in the Pits
- 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 filled they become sinks
and isolate portions of the watershed - Pit filling is first thing done with a DEM
50(No Transcript)
51Burning In the Streams
? 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
52AGREE Elevation Grid Modification Methodology
53Stream Segments
54Stream Links in a Cell Network
5
5
ArcHydro Page 74
55Stream links grid for the San Marcos subbasin
201
172
202
203
206
204
Each link has a unique identifying number
209
ArcHydro Page 74
56Catchments for Stream Links
Same Cell Value
57Vectorized Streams Linked Using Grid Code to Cell
Equivalents
Vector Streams
Grid Streams
ArcHydro Page 75
58DrainageLines 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
59Catchments, DrainageLines and DrainagePoints of
the San Marcos basin
ArcHydro Page 75
60Adjoint catchment the remaining upstream area
draining to a catchment outlet.
ArcHydro Page 77
61Catchment, Watershed, Subwatershed.
Subwatersheds
Catchments
Watershed
Watershed outlet points may lie within the
interior of a catchment, e.g. at a USGS
stream-gaging site.
ArcHydro Page 76
62Summary Concepts
- Grid (raster) data structures represent surfaces
as an array of grid cells - Interpolation and Generalization is an inherent
part of the raster data representation
63Summary Concepts (2)
- The elevation surface represented by a grid
digital elevation model is used to derive
surfaces representing other hydrologic variables
of interest such as - Slope
- Drainage area
- Watersheds and channel networks
64Summary Concepts (3)
- The eight direction pour point model approximates
the surface flow using eight discrete grid
directions. - The D? vector surface flow model approximates the
surface flow as a flow vector from each grid cell
apportioned between down slope grid cells.