Title: GTECH 201
1GTECH 201
- Lecture 05Storing Spatial Data
2Leftovers from Last Session
- From data models to data structures
- Chrismans spheres
- ANSI Sparc
- The role of GIScience
- Maps as models
- Intro to GIS (the ArcGIS way)
3Chrismans Spheres
4ANSI-SPARC Model for Software Development
GIS are systems to model the world User Model
Conceptual Model
Operational
Model
5GIS are Systems to Model the World
User Model how we intuitively think
Conceptual Model
Operational
Model ANSI-SPARC Model for software
development
6GIS are Systems to Model the World
User Model Conceptual
Model
Operational
Model ANSI-SPARC Model
for software development
how we systematically define ideas
7GIS are Systems to Model the World
User Model Conceptual
Model
Operational
Model
how we fuse systematic thinking into a
technologically defined context
8The ANSI/SPARC Model and Chrismans Spheres
application disciplines
geoinformation theory
computer science
9Digital Maps as Models
Representing a complex reality Continuous
variation Spatial Data spatial, temporal and
thematic Data Models
10What sort of Models are These?
- Raster Model - The world as regular tessellations
defined by areal property - Vector Model - The world as points, lines, areas
and attributes.. making objects - Object Model - The world as interacting entities
with spatial dimensions
11Vector Data Models
- Spaghetti model
- Topological models
A file of spatial data that is a just a
collection of co-ordinate strings. Each entity
(or piece of spaghetti) is represented by one
data entry. There is no topology.
Topology refers to the spatial relationships
between objects. The topological model
represents spatial relationships such as -
length - area - connectivity - contiguity
12Further Reading
ANSI/SPARC model Laurini Thompson. Fundamentals
of GIS, p.357-362 Chrismans Spheres Chrisman, N.
1997. Exploring Geographic Information
Systems Key Text for Concepts De Mers, M. 2004.
Fundamentals of Geographic Information
Systems. NY John Wiley Sons
13GIS Map Organization
14Representation
- Point, line, and polygon features
15Geo-Relational Principle 1
16Geo-Relational Principle 2
17System Architecture
18ArcMap
19Map Production
20ArcCatalog
21ArcCatalog Views
22ArcToolbox
23Metadata
24Metadata in ArcGIS
25Help
26Maneuvering ArcGIS
27Connecting to Folders
28Table of Contents
29Exploring a Map
30MakingAppearances
31Making
Appearances
part 2
32Localized Information
33Spatial Relationships 1
Which countries contain a lake completely within
their borders? Which cities are located within 25
kilometers of a river?
34Spatial Relationships 2
Which countries have a river that intersects
their border?
35Spatial Relationships 3
Which countries share a border with Russia?
36Spatial Relationships 4
Which countries contain a lake completely within
their borders?
37GIS as a Process 1
- Capture data
- Store data
- Query data
- Analyze data
- Display data
- Present data
38GIS as a Process 2
- Ask a geographic question
- Acquire geographic data
- Explore geographic data
- Analyze geographic information
- Act on geographic knowledge
39Summary
- A GIS organizes and stores information about the
world as a collection of thematic layers. Each
layer contains features with the same shape and
attributes, all located within a common
geographic area. - Each feature is assigned a unique numerical
identifier and is characterized by a unique
location in space and a corresponding record in a
table. - Features can be stored in a GIS as three primary
shapes points, lines, or polygons. - Features have spatial relationships with other
features, and with a GIS you can find features
based on their spatial relationships. - The geographic inquiry process provides a
framework for solving problems with GIS.