Outline: TC 25. Lecture 1A - Introduction To Spatial Data (Vector Data)
Outline: TC 25. Lecture 1A - Introduction To Spatial Data (Vector Data)
Outline: TC 25. Lecture 1A - Introduction To Spatial Data (Vector Data)
OUTLINE
1
3/26/2019
2
3/26/2019
3
3/26/2019
4
3/26/2019
5
3/26/2019
6
3/26/2019
4 LEVELS OF MODELING
(CONCEPTUALIZATION/ ABSTRACTION)
1. Real World - in all its complex glory
2. Conceptual Model - your understanding of it
3. Logical Model - possible computer realization
(software independent)
4. Physical Model - actual digital structure
(software implementation)
CONCEPTUAL MODEL
7
3/26/2019
LOGICAL MODEL
REAL WORLD
8
3/26/2019
Raster
Satellite images
Scanned aerial photographs,
paper maps
Digital aerial photographs
Vector
Land survey points
GPS observation data
Land parcels
Road network
9
3/26/2019
VECTOR: RASTER:
Point Cell
22
10
3/26/2019
11
3/26/2019
12
3/26/2019
TOPOLOGY DEFINITION
13
3/26/2019
CADASTRE EXAMPLE
14
3/26/2019
THE SHAPEFILE
DBF – database file (attribute table)
PRJ – projection file *
SBN – a spatial index of the features (optimizes spatial queries) **
SBX – a spatial index of the features (speeds up loading times) **
SHP – geometry file (location and shape)
SHX – shape index format
SHX.XML – geospatial metadata in XML format **
15
3/26/2019
Object Attributes
Reality
Arranged in tables
Stored in a flat-file format or database
management system (DBMS)
16
3/26/2019
ATTRIBUTE TABLE
a row is
equivalent to one
entity
each row relates
to a single object
and a spatial data
model
ATTRIBUTE TABLE
a column is
equivalent to one
attribute, or
descriptor, of that
entity
each object can
have multiple
attributes that
describe it
17
3/26/2019
LAB EX 1
18