Top Banner
1 What is GIS? • A technology – hardware & software tools • An information handling strategy • The objective: to improve overall decision making
36
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Gis

1

What is GIS?

• A technology– hardware & software tools

• An information handling strategy

• The objective: to improve overall decision making

Page 2: Gis

2

GIS: a formal definition

“A system for capturing, storing, checking, integrating, manipulating, analysing and displaying data which are spatially referenced to the Earth. This is normally considered to involve a spatially referenced computer database and appropriate applications software”

Page 3: Gis

GIS definition

“… a special case of information system where the database consists of observation son spatially distributed features, activities or events, which are definable in space as points, lines or area. A geographic information systems manipulates data about these points, lines and areas to retrieve data for ad hoc queries and analyses”

Page 4: Gis

4

Why is GIS unique?

• GIS handles SPATIAL information– Information referenced by its location in space

• GIS makes connections between activities based on spatial proximity

Page 5: Gis

5

GIS concepts are not new!• London cholera epidemic 1854

Cholera deathCholera death

Water pumpWater pump

SohoSoho

+

Page 6: Gis

6

GIS: historical background

This technology has developed from:– Digital cartography and CAD– Data Base Management Systems

1

2

3

ATTRIBID X,Y123

ID123

CAD SystemCAD System Data Base Management SystemData Base Management System

Page 7: Gis

DigitalDigitalMappingMapping

Photo-Photo-grammetrygrammetry

ComputerComputerAidedAided

DesignDesign

SurveyingSurveying

RemoteRemoteSensingSensing

DatabasesDatabases

GISGIS

Cross-disciplinary nature of GIS

Page 8: Gis

8

GIS components

Specific applications / decision making objectives

??G I SG I S

Spatial data

Computer Computer hardware / / software toolssoftware tools

Page 9: Gis

9

What makes data spatial?

PlacenamePlacenameGrid co-ordinateGrid co-ordinate

PostcodePostcode

Distance & bearingDistance & bearingDescriptionDescription

Latitude / LongitudeLatitude / Longitude

Page 10: Gis

10

Characteristics of spatial data

• Location

• Description: Kingston University,PenrhynRoad Centre• Post Code: KT1 2EE• Grid Reference: 518106.72 168530.37• Latitude/Longitude: 0° 21’ 55.38”W, 49° 36’ 17.62”N

Page 11: Gis

11

Characteristics of spatial data

Geometry• The shape of a

building or county• The course of a river,

the route of a road• The shape of the

landscape, relief

Page 12: Gis

12

Characteristics of spatial data• Topology

Connected to Within Adjacent to North of . . .

Within the Royal Borough of Kingston-upon-Thames Opposite the Surrey County Council building North of Surbiton station Adjacent to Penrhyn Road

Page 13: Gis

13

Spatial Data: examples

• Socio-economic data– Regional health data– Consumer / lifestyle profiles– Geodemographics

• Environmental data– Topographic data– Thematic data, soils, geology

Page 14: Gis

14

Data Modelling - step 1• Features

– Buildings– Road centrelines– Lamp columns– Gas pipes– CTV Access

covers– Road surfaces

Page 15: Gis

15

Data Modelling - step 2

Point

Line

Polygon

Page 16: Gis

16

Data Modelling - step 3

Feature : BuildingObject: PolygonEntity: Tourist

Information Bureau

Page 17: Gis

17

Attributes

Name : NextAddress: 5 Market PlaceTown: KingstonOwner: Ms J ShoreTel. No: 0181 547 1245Floor space 1300 sq m

Page 18: Gis

18

Spatial data storage

• Vector model

• Raster model

point

1,6

2,5

5,4

4,1

7,105,9

4,7

6,68,6

9,8

line

polygon

2,2

5 10

5

10

as geometric objects: points, lines, polygons

as image files composed of grid-cells (pixels)

Page 19: Gis

Spatial data storage model

• important in determining the potential applications of the system • model may also affect the type of analysis work that can be achieved

• hybrid approach to storing graphical and attribute information• Attribute information often stored within standard relational database• Graphical information is stored in a proprietary file system

– optimised tools for data handling – although non-standard proprietary system will be difficult to integrate

with other systems, it will tend to be very efficient at handling large graphics files.

Page 20: Gis

Vector data model

• advantage of the vector data format: allows precise representation of points, boundaries, and linear features. – useful for analysis tasks that require accurate positioning,

– for defining spatial relationship (ie the connectivity and adjacency) between coverage features (topology), important for such purposes as network analysis (for example to find an optimal path between two nodes in a complex transport network)

• main disadvantage of vector data is that the boundaries of the resulting map polygons are discrete (enclosed by well-defined boundary lines), whereas in reality the map polygons may represent continuous gradation or gradual change, as in soil maps.

Page 21: Gis

Raster data model

• good for representing indistinct boundaries– thematic information on soil types, soil moisture, vegetation, ground

temperatures

• as reconnaissance satellites and aerial surveys use raster-based scanners, the information (ie scanned images) can be directly incorporated into GIS

• the higher the grid resolution, the larger the data file is going to be

Page 22: Gis

22

Modelling the real world

1 1 20 50

1 2 24 45

1 3 52 55

2 1 0 45 46 40

...

0 0 0 0 0 0 0 2 0 0 0 0 0 0 1 0 0 0 0 2 0 0 1 0 0 0 0 0 0 0 0 2 0 0 0 0 2 2 2 0 1 ...

x

y

Page 23: Gis

23

Vector data

Land use parcels

Page 24: Gis

24

Raster data

Page 25: Gis

25

Manipulation and analysis

• What would happen if . . .

A chemical leaked into a river?• Where does . . .

The Green Belt exist in relation to the City?• Has . . .

Population changed over the last ten years?• Is there a spatial pattern related to . . .

Car ownership in our area?

Page 26: Gis

Databases & GIS

• At a simple level a GIS may just form the graphical interface to a database

• The majority of GIS applications follow this example Linked database tableLinked database table

Spatial dataSpatial data

SQL Query ManagerSQL Query Manager

MapInfoMapInfo

Page 27: Gis

Geo-relational Data Models

• Linked tables based on the relational model, but storing geographical information such as:– Geometry– Topology– Attributes

Page 28: Gis

GIS & Analysis

In the context of GIS, analysis is...“Deriving new information from existing data”

It is also the manipulation of data to solve a problem

e.g. identify all areas within 500m of a lake

Increasing use is made of the analytical capabilities of GIS, BUT

many GIS projects only use the software to store and manage

geographical data

Yet analysis often relies on many simple basic GIS techniques

Page 29: Gis

Simple Query• The identification of objects and their attributes

either by location or attribute query.

MapInfoMapInfo

Page 30: Gis

Buffering

• Creation of an area of interest around an object– proximity analysis and environmental impact assessment.

MapInfoMapInfo

Page 31: Gis

Cookie Cutting

• Overlay of datasets using one dataset as a sieve or cookie cutter to select a subset of the other dataset.

MapInfoMapInfo

Page 32: Gis

Overlays

• Layer: A thematic plane of GIS features containing geographically and logically related data

• Overlaying involves superimposing two or more map layers to produce a new map layer.

• Example: a new genetically engineered variety of wheat grows well in dry environments, with long growing seasons and alkaline soils. Given the availability of data on the length of the growing season, moisture regime and soil alkalinity, where is the best place to plant the wheat?

– overlaying (superimposing) several maps showing (separately) water-budget, growing season length, soil pH, sodium content, and so on. The GIS analysis can establish the locations where all the favorable soil conditions coincide, as the places where the wheat will grow best.

Page 33: Gis
Page 34: Gis
Page 35: Gis

35

The benefits of GIS include:

• Better information management

• Higher quality analysis

• Ability to carry out “what if?” scenarios

• Improve project efficiency

Page 36: Gis

36

GIS Applications

• Facilities management

• Marketing and retailing

• Environmental

• Transport/vehicle routing

• Health

• Insurance

and many more . . .