Tutorial: Introduction To Gis Analysis in Arcview 3: Josef Fürst, IWHW-BOKU
Tutorial: Introduction To Gis Analysis in Arcview 3: Josef Fürst, IWHW-BOKU
1 PROBLEM
Several datasets containing hydrologically relevant information are available. We are
supposed to present these data as thematic maps, summarize some of the information
and do analyses.
2 TRAINING OBJECTIVES
• Use ArcView 3 to display maps of our observed data
• Learn about basic GIS functionality of ArcView (classify, join)
• Learn how to perform overlays, create buffers, do attribute calculations, …
3 GIVEN DATA
GIS datasets are provided in Shapefile format, referring to the Enns catchment in Austria
and are extracted from the Hydrological Atlas of Austria. They contain a river network,
basin divides, landcover, monitoring networks, and some auxiliary data.
4 SOFTWARE REQUIREMENTS
ArcView 3.1 or later
Extensions: Geoprocessing wizard, Spatial analyst, Spatial Tools 3.3, Xtools, Nearest
Neighbour 3.6
5 TASKS
G I S I N H Y D R O L O G Y AN D W AT E R M AN AG E M E N T - E N W AT 2005
T U T O R I AL : I N T R O D U C T I O N T O AR C V I E W 3 T1-2
• load the extensions listed above, make the source directory the working directory of
the project and set View Æ Properties “Map units” and “Distance units” to “meters”.
• Enhance the display by an improved legend. Double click the line symbol in the
TOC and select “Graduated symbol” with Classification field “Breite” in the legend
editor. Apply a ramp of symbols in the size range 1 to 2, select a blue foreground
color for the symbols.
• Play with some of the tools: Zoom, Pan, Select, Measure, Identify, …
• Add new themes EZGenns.shp and Landcover.shp and display various thematic
maps.
G I S I N H Y D R O L O G Y AN D W AT E R M AN AG E M E N T - E N W AT 2005
T U T O R I AL : I N T R O D U C T I O N T O AR C V I E W 3 T1-3
5.2.1 Problem
Rivers are generally modelled as linear features, but there are definitely issues that
involve a strip of land near the rivers. Simple constant width “buffers” might be needed to
access the river for maintenance, but for protection of a river against non-point source
pollution the width of a buffer will be related to the landcover. In this tutorial task we start
out with a map of the rivers and the land cover map. We are supposed to create a buffer
along the rivers whose width depends on the current landcover near the river.
G I S I N H Y D R O L O G Y AN D W AT E R M AN AG E M E N T - E N W AT 2005
T U T O R I AL : I N T R O D U C T I O N T O AR C V I E W 3 T1-4
To JOIN the new attributes LandCover and Buffer based on the Join item HAOKLASS to
the attribute table of gew_lc_itsct.shp, first Add CorinLUTbuf.txt as a table document in
ArcView.
Open the attribute table of gew_lc_itsct.shp, by making it active and then clicking .
Select column HAOKLASS first in corinlutbuf.txt , then in Attributes of
Gew_lc_itsct.shp and click the Join button . corinlutbuf.txt will disappear and the
attribute table will have two new attributes "LandCover" and "Buffer" which can be used
like all other attributes.
G I S I N H Y D R O L O G Y AN D W AT E R M AN AG E M E N T - E N W AT 2005
T U T O R I AL : I N T R O D U C T I O N T O AR C V I E W 3 T1-5
G I S I N H Y D R O L O G Y AN D W AT E R M AN AG E M E N T - E N W AT 2005
T U T O R I AL : I N T R O D U C T I O N T O AR C V I E W 3 T1-6
5.3.1 Problem
To manage observation networks, it is not only important to know individual station
details like position, instrument type, etc. but also some site characteristics like
elevation, surrounding landcover, distance to the closest river and others. This
information can be derived by overlaying the map of the stations with, e.g. the landcover
map.
5.3.3 Task 2: Assign distance from the closest river to each site
The distance from a river is an important characteristic of a groundwater monitoring site.
To compute it automatically in ArcView 3, we need a user-contributed extension, e.g.
Nearest Neighbour 3.6 by Johannes Weigel (By the way, if you cannot find a desired
function in ArcView, always try a search at http://arcscripts.esri.com. There is good
chance that somebody already did it for you in Avenue!).
Do Nearest Neighbour Æ Find/Sort Nearest Neighbour and follow the dialogues.
Select Gwmess_enns.shp as source theme and Gewenns.shp as target theme. The
appropriate type of distance here is Edge to edge. Let the tool create a distance field
and also assign the name of the closest river (Flussname). Now, the list of attributes of
Gwmess_enns.shp includes 2 more items. E.g., station Gröbming is at a distance of 354
m from the Gröbmingbach.
G I S I N H Y D R O L O G Y AN D W AT E R M AN AG E M E N T - E N W AT 2005
T U T O R I AL : I N T R O D U C T I O N T O AR C V I E W 3 T1-7
The attribute table of the THIESSEN map includes a field “count” which is the number of
pixels. Open the table, Table Æ Start editing , add fields Area and Weight. Activate
Area. WIth Field Æ Calculate calculate the area as [Count] * 250000 (the area of a
pixel 500 x 500). Using Field Æ Statistics , compute the total area (note the number),
activate column Weight and compute Area/6087750000 (total area). Table Æ Stop
editing .
G I S I N H Y D R O L O G Y AN D W AT E R M AN AG E M E N T - E N W AT 2005
T U T O R I AL : I N T R O D U C T I O N T O AR C V I E W 3 T1-8
G I S I N H Y D R O L O G Y AN D W AT E R M AN AG E M E N T - E N W AT 2005