PBWN445 - F23 - L3 - GIS Data Sources
PBWN445 - F23 - L3 - GIS Data Sources
(PBWN445)
❖Coordinate Systems
PBWN445 2
Lecture 3
PBWN445 3
GIS Data
Land use
Real world
PBWN445 5
Models of representation
❖Vector ❖Raster
• Points • A grid containing cells (with unique Values)
• Lines • Fixed resolution
• Polygons (areas) • Continuous surface
Field (Area) view of continuous surfaces (land cover, terrain) - particularly used in physical
sciences e.g. Geology, remote sensing
PBWN445 6
Data Models
Vector Raster (grid)
(points, lines, polygons)
Some analysis functions can work across vector and raster data models
PBWN445 7
Types of feature (object)
Points
Polygons
(address locations, chimneys,
(Areas/Regions)
pollution monitoring
(administrative areas, land use
stations)
zones, building footprint)
Lines (Arcs/Routes)
(roads, streams, disease
PBWN445 8
vectors)
Creating a point shapefile
OPTION 1 OPTION 2
From a list using X/Y coordinates (CSV) On-screen in an ArcMap Edit session
Vertices
(coordinates defining Node
points of inflection /
changes of angle) 2
X C
Node
Node X 1
B
A Node
X 3
D
FID From_node To_node Vertices
1 A B (1,4; 4,5; 8,4.5)
2 B C (8,4.5; 11, 8; 15,9)
3 B D
PBWN445 (8,4.5; 11,-1.5; 15,-1.5) 10
Vector file formats
• Shapefile (.shp) – current standard vector format for points, lines, and
polygons in ArcMap and other software;
PBWN445 12
Any Question
PBWN445 13
Raster
Columns
Rows
Vector to
raster
PBWN445 15
Difference between Raster and Vector
PBWN445 16
Converting Data to Raster
PBWN445 17
Converting Data to Raster
1450,675
PBWN445 18
Converting Data to Raster
‘entirely contained’
‘>50%’
PBWN445 19
Sources of Raster Data
http://copernicus.eu/main/land-monitoring
PBWN445 http://copernicus.eu/main/satellites 20
Any Question
PBWN445 21
GIS Attributes
➢Attribute Data Street name, Width, Direction,
• Features are stored in a database along Lanes
24
PBWN445 24
GIS Data Representation (cont.)
➢Attribute Data Relationships
PBWN445 25
Types and examples of attribute data
• Classes
– Land cover type, road type, region name
• Relational
– Area, perimeter, distance
• Counts
– Population, vehicles, altitude
• Intensities
– Pollutant concentrations, unemployment rate, average income, road
density, slope
• Fluxes (between locations)
PBWN445 26
– Migration, traffic flow, dispersion rate
Querying attribute tables using Structured Query Language (SQL)
PBWN445 27
Any Question
PBWN445 28
PBWN445 29