Save
102 lecture notes
spatial data model
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Aveela JOSEPHS
Visit profile
Cards (46)
Spatial data models
Store location along with a set of attributes, typically stored as
coordinates
in reference to a known location/
origin
View source
Spatial data models
Store location information
Store
descriptive attributes
about the
geographic features
View source
Vector vs
Raster
Two core data models used to represent
spatial
data
View source
TIN
A unique type of
spatial data model
View source
Cartographic
data model/symbology
Determines how
spatial
data is
visually
represented (e.g. point symbol, line style, polygon fill)
View source
Pyramiding
Creating generalized versions of a detailed
raster
to improve display
performance
View source
Topological relationships
Spatial relationships between geographic features (e.g.
adjacency
,
connectivity
)
View source
Layers
Collections of like geographic features, often
limited
to points, lines, polygons, and
3D
models
View source
Projects
Collections of related
layers
and other
spatial
data, stored together
View source
Spatial data examples
Monitoring wells with time series data
Facility locations
and
addresses
Continuous data
like occupancy
View source
Data model
The
structure
for describing spatial data, including the
relational database tables
View source
Cartesian coordinate system
Represents location using
X
and Y axes, can also include
Z
for 3D
View source
Latitude
/
Longitude
A global coordinate system that divides the world into
degrees
,
minutes
, and seconds
View source
Decimal
degrees
A more precise way to represent
latitude
/longitude using
decimal
values
View source
The purpose of
GIS
is to support
decision making
View source
Decimal degrees provide more precision for mapping a specific location compared to
degrees
, minutes,
seconds
View source
Latitude is the
positive
/
negative
value representing north/south position, longitude is the positive/negative value representing east/west position
View source
Coordinate
pairs are typically expressed as
x
,y with x being longitude and y being latitude, which is the reverse of how they are typically discussed
View source
Elevation
is measured in
real-world
units like feet or meters, not degrees
View source
Measuring distances on a map is more accurate along the
equator
than near the poles due to
map distortion
View source
Map projections
are used to more accurately represent the curved earth on a
flat
map, but all projections involve some compromise
View source
Coordinate systems can also be based on measuring distance from the earth's center in
3D
space
View source
Spatial data has both
location
information and associated
attributes
or descriptive information
View source
Quantitative attributes
Numerical measurements or ratios that can be statistically
analysed
View source
Spatial data typically links location information with
associated attributes
in a database
View source
Vector data model
Represents
real-world features
as simplified points, lines, areas, surfaces, volumes defined by coordinates
Implies
precise mathematical location
, limited only by number of bits used to store coordinates
Allows for precise calculations of
length
, area, volume
View source
Vector data may not accurately represent features with
fuzzy
or
imprecise
boundaries
View source
Point objects in vector data
Zero-dimensional
, single coordinate pair or triplet
May represent a
specific
feature or just a vertex along a
line
View source
Multi-point is a special type of point object that stores
multiple geographic
locations in a
single
record
View source
Point object
Can represent a single location of vertex along a
line
, or a specific thing as a point in and of itself with
descriptive attributes
, or a node or point designating the start or end of a line
View source
Point object
May have
attribution
A
multi-point
is a
single record
with a collection of many geographic locations
View source
Line object
A 1D object composed of two or more point objects, can be
straight
or
curved
, can represent a connection or a directional link
View source
Directed link
or
chain linked directional
objects
Transportation
networks
Stream
networks
View source
Area object
A 2D object, a combination of
strings
that close to create a
boundary
and a totally closed loop, can be simple or complex with islands, rings or holes
View source
Raster model
A
gridded
representation of the
landscape
where each cell or pixel is given a value, can represent continuous data or discrete data
View source
Raster
model
Space filling, location is implied by the
grid
origin and cell size, can have
multiple
attributes per cell
View source
Continuous raster
Has an unlimited number of
floating
point values, each cell is
unique
View source
Discrete raster
Has a limited number of integer values,
cells
with the
same
value represent the same class
View source
Raster
data is typically larger in file size but
faster
for spatial analysis compared to vector data
View source
Vector data
Better for defined boundaries, required for
network analysis
and topology, produces
crisper cartographic
output
View source
See all 46 cards