You are on page 1of 51

Hydrology & Hydraulics

Catchment-Analysis with GIS:


Vector Data:
Land Use Analysis
Rainfall Interpolation
22.04.2014 Land Use / Rainfall – GIS Analysis 1
Hydrology & Hydraulics

Land Use Data


Data Source
• raster data
landuse.asc
landuse_legend.txt
• 300 m resolution
• 44 classes
-> transformation
to polygons (vector data)
Live: files in ASCII-Editor

22.04.2014 Land Use / Rainfall – GIS Analysis 2


Hydrology & Hydraulics

Rainfall Data
Data Source
• vector data
rainfall_stations.txt
• point locations
• excel sheet
rainfall time series

Live: files in ASCII-Editor

22.04.2014 Land Use / Rainfall – GIS Analysis 3


Hydrology & Hydraulics

Land Use & Rainfall data


Raster or Vector Data analysis ?
• task: combination of land use and catchment data
-> raster data allows one information per cell
-> vector data can handle a set of thematic data
-> intersection methods are available for vector data
• task: transfer of rainfall station data to catchments
-> station location are point information
-> interpolation deals with vector and raster data
-> intersection methods are available for vector data
• application of vector data and raster data

22.04.2014 Land Use / Rainfall – GIS Analysis 4


Hydrology & Hydraulics

Overview Lecture
Part 1: Vector Data – Short Introduction
Part 2: Vector Data – Analysis Methods
Part 3: Land Use Data Application
Part 4: Rainfall Station Application

22.04.2014 Land Use / Rainfall – GIS Analysis 5


Hydrology & Hydraulics

Part 1

Vector Data
Short Introduction

22.04.2014 Land Use / Rainfall – GIS Analysis 6


Hydrology & Hydraulics

Geospatial Data – Data Types

reference: IBM reference: Esri

22.04.2014 Land Use / Rainfall – GIS Analysis 7


Hydrology & Hydraulics

Vector Data
Geospatial Objects – Feature Classes
• point
• line
• polygon
• annotation (text)

• dimensions
• multipoints
• multipatches
reference: ESRI

22.04.2014 Land Use / Rainfall – GIS Analysis 8


Hydrology & Hydraulics

Vector Data
Application Example: River Var Catchment
• point -> stations
• line -> streams
• polygon -> catchments

22.04.2014 Land Use / Rainfall – GIS Analysis 9


Hydrology & Hydraulics

OGC: Simple Feature Model

reference: OGC
22.04.2014 Land Use / Rainfall – GIS Analysis 10
Hydrology & Hydraulics

Simple Feature Class Definition


reference:
SFADocument

22.04.2014 Land Use / Rainfall – GIS Analysis 11


Hydrology & Hydraulics

Application in GIS
• geospatial objects are implemented using the
SFM / GFM model and ISO 19107 / ISO 19109
• standardisation of geometric attributes
• standardisation of geometric methods
• GIS software (e.g. ArcGIS, QGis, MapWindow)
implements these attributes and methods in a
“user friendly” way on the user interface (GUI)

22.04.2014 Land Use / Rainfall – GIS Analysis 12


Hydrology & Hydraulics

Vector Data
Properties
• representation of point based geospatial objects
• complex geometry and explicit topology
• transformation of coordinates is easy and
reversible, no lost of information
• scaling -> same as for coordinate transformation
• sophisticated geometric operations
• sophisticated analysis methods
• topological operations, simple network analysis
• suitable amount of data, complex data structure
22.04.2014 Land Use / Rainfall – GIS Analysis 13
Hydrology & Hydraulics

Part 2

Vector Data
General
Analysis Methods
22.04.2014 Land Use / Rainfall – GIS Analysis 14
Hydrology & Hydraulics

Selection
Methods to Extract a Sub-Set of Vector Data
• manually selection (mouse -> table, map)
• selection by location
• selection by attributes

22.04.2014 Land Use / Rainfall – GIS Analysis 15


Hydrology & Hydraulics

Selection
Manually
• feature table

22.04.2014 Land Use / Rainfall – GIS Analysis 16


Hydrology & Hydraulics

Selection
By Location
• geometric relation
• between two layers
• contain, within,
intersect, share,
centroid, touch, …

22.04.2014 Land Use / Rainfall – GIS Analysis 17


Hydrology & Hydraulics

Selection
By Attributes
• SQL-Select based
statements

22.04.2014 Land Use / Rainfall – GIS Analysis 18


Hydrology & Hydraulics

Geometric GIS-Operations
Overlay Operations
• logical operations AND, OR, NOT, XOR

A AND B A NOT B
AxB A-B

A OR B A XOR B
A+B (A+B)-(AxB)

22.04.2014 Land Use / Rainfall – GIS Analysis 19


Hydrology & Hydraulics

Geometric GIS-Operations
Overlay Operations in GIS
• Union A OR B
• Intersect A AND B
• Symmetrical Difference A XOR B
• Erase A NOT B
Adapted Operations in ArcGIS
• Identity
• Update
see http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html

22.04.2014 Land Use / Rainfall – GIS Analysis 20


Hydrology & Hydraulics

Overlay Operations
• Union (OR)
example:
radio cells
of several radio masts

reference: ESRI

22.04.2014 Land Use / Rainfall – GIS Analysis 21 21


Hydrology & Hydraulics

Overlay Operations
• Intersect (AND)
example:
double cover of more than one
radio cell

Result: Polygon Result: Line Result: Point

reference: ESRI

22.04.2014 Land Use / Rainfall – GIS Analysis 22


Hydrology & Hydraulics

Overlay Operations
• Symmetrical Difference (XOR)
example:
regions covered
by exactly one radio cell

• Erase (NOT)
example:
public/private areas in a city

reference: ESRI

22.04.2014 Land Use / Rainfall – GIS Analysis 23


Hydrology & Hydraulics

Overlay Operations
• Identity
example:
water protection area within
a city
(without spatial extension)

• Update
example:
new planting in a wood land
(with spatial extension)

reference: ESRI

22.04.2014 Land Use / Rainfall – GIS Analysis 24


Hydrology & Hydraulics

Aggregation Operations
• Dissolve (data management)
aggregates features with the same attribute
example: communities to states

reference: geoinformation

22.04.2014 Land Use / Rainfall – GIS Analysis 25


Hydrology & Hydraulics

Aggregation Operations
• Merge (data management)
aggregates/combines two feature sets towards one new set
example: catchments of two rivers

reference: ESRI

22.04.2014 Land Use / Rainfall – GIS Analysis 26


Hydrology & Hydraulics

Extraction Operations
• Clip (spatial extraction/selection)
example: extract a national park area
out of a general land use model

reference: ESRI

22.04.2014 Land Use / Rainfall – GIS Analysis 27


Hydrology & Hydraulics

Extraction Operations
• Split
example: city model -> split in districts

reference: ESRI

22.04.2014 Land Use / Rainfall – GIS Analysis 28


Hydrology & Hydraulics

Neighbourhood-Analysis (geometric)
• Buffer
creating a zone around a spatial object
several types: e.g. circle shape, rectangle shape, …

reference: ESRI

22.04.2014 Land Use / Rainfall – GIS Analysis 29


Hydrology & Hydraulics

Buffer Operation
Buffer Distance
• fixed global value
• value of an attribute
Combination / Shape
• with or without Dissolve method
• right/left/both, round/flat
Coordinate System
• geodetic (with distortion)
• Euclidian (without distortion)
22.04.2014 Land Use / Rainfall – GIS Analysis 30
Hydrology & Hydraulics

Triangulation
Triangulated Irregular Network
• basis: set of points
• triangulation -> Voronoi, Delaunay

• points, edges and triangles

22.04.2014 Land Use / Rainfall – GIS Analysis 31


Hydrology & Hydraulics

Part 3

Vector Data
Land Use - Catchment
Analysis
22.04.2014 Land Use / Rainfall – GIS Analysis 32
Hydrology & Hydraulics

Landuse Data
Data Source
• raster data
landuse.asc
landuse_legend.txt
• 300 m resolution
• 44 classes
-> transformation
to polygons (vector data)
Live: files in ASCII-Editor

22.04.2014 Land Use / Rainfall – GIS Analysis 33


Hydrology & Hydraulics

Land Use Data


Land Use Analysis Task:
• distribution of land use / sub catchment
[km2] / sub catchment Tinee Upper Var Esteron Vesubie Lower Var
forest / semi-natural
agricultural
artificial surfaces
water bodies
wetlands

22.04.2014 Land Use / Rainfall – GIS Analysis 34


Hydrology & Hydraulics

Land Use Data


Analysis Concept:
• land use: classification -> 5 classes (join)
• land use: raster to vector transformation
• intersection land use - sub catchment
• selection of sub catchment - land use
combination
• statistics –> sum of selected area

22.04.2014 Land Use / Rainfall – GIS Analysis 35


Hydrology & Hydraulics

Land Use Data


Land Use: Classification

22.04.2014 Land Use / Rainfall – GIS Analysis 36


Hydrology & Hydraulics

Land Use Data


Land Use: Classification Join value <-> ID

22.04.2014 Land Use / Rainfall – GIS Analysis 37


Hydrology & Hydraulics

Land Use Data


Classification

22.04.2014 Land Use / Rainfall – GIS Analysis 38


Hydrology & Hydraulics

Land Use Data


Land Use: Transformation to Polygon

22.04.2014 Land Use / Rainfall – GIS Analysis 39


Hydrology & Hydraulics

Land Use Data


Land Use: Transformation to Polygon (without
join)

22.04.2014 Land Use / Rainfall – GIS Analysis 40


Hydrology & Hydraulics

Land Use Data


Land Use: Transformation to Polygon (with join)

22.04.2014 Land Use / Rainfall – GIS Analysis 41


Hydrology & Hydraulics

Land Use Data


Intersection land use - sub catchment

22.04.2014 Land Use / Rainfall – GIS Analysis 42


Hydrology & Hydraulics

Land Use Data


Selection Land Use – Catchment Combination
• one cell of the table, e.g. Forest SNA - Lower Var

22.04.2014 Land Use / Rainfall – GIS Analysis 43


Hydrology & Hydraulics

Land Use Data


Statistics –> sum of selected area

22.04.2014 Land Use / Rainfall – GIS Analysis 44


Hydrology & Hydraulics

Part 3

Vector Data
Rainfall - Catchment
Analysis
22.04.2014 Land Use / Rainfall – GIS Analysis 45
Hydrology & Hydraulics

Rainfall Data
Data Source
• vector data
rainfall_stations.txt
• point locations
• excel sheet
rainfall time series

Live: files in ASCII-Editor

22.04.2014 Land Use / Rainfall – GIS Analysis 46


Hydrology & Hydraulics

Rainfall Data
Rainfall Data Analysis Task:
• area contribution rainfall station - sub catchment
station / sub catchment Tinee Upper Var Esteron Vesubie Lower Var
Carros
Levens
Roquesteron
Puget
Guillaumes
St Martin

22.04.2014 Land Use / Rainfall – GIS Analysis 47


Hydrology & Hydraulics

Rainfall Data
Analysis Concept:
• point information -> Thiessen polygons
• Intersection Thiessen polygons- sub catchment
• selection of Thiessen polygons - sub catchment
combination
• statistics –> sum of selected area

22.04.2014 Land Use / Rainfall – GIS Analysis 48


Hydrology & Hydraulics

Rainfall Data
Thiessen Polygons:

22.04.2014 Land Use / Rainfall – GIS Analysis 49


Hydrology & Hydraulics

Rainfall Data
Intersection Thiessen Polygons – Sub Catchments

AND =

22.04.2014 Land Use / Rainfall – GIS Analysis 50


Hydrology & Hydraulics

Rainfall Data
Selection Station – Catchment Combination
• one cell of the table, e.g. Carros (ID 1) - Lower Var (ID 6)

area -> can be directly extracted from the table

22.04.2014 Land Use / Rainfall – GIS Analysis 51

You might also like