Chapter_3
Chapter_3
▪
▪ The simplest example is a rectangular raster of
unit squares, represented in a computer in the
2D case as an array of n × m elements.
Regular tessellations
2
For Polygons:
ID Coordinates
1 (2,4), (4,3), (3,6) , (2,4),
2 (3,1), (5,2), (4,3), (3,2), (3,1)
2
Spaghetti Vector Data Model
▪ Advantages
▪ Simple
▪ Efficient for display
▪ Disadvantages
▪ Inefficient for most types of spatial analysis
Vector Topological (có thể hiện
mối quan hệ địa lý) Data Model
▪ Composed of points, lines, and polygons
▪ Node: a point at the intersection of three or
more lines
▪ In addition to coordinate locations, the
topologic relationships among geometric
features are explicitly recorded.
Vector Topologic Data Model
Arc Coordinate Data
A Arc StartXY IntermediateXY EndXY
n1
B a2 a1 a1 4,5 (4,8), (8,8), (8,1), (4,1) 4,3
a3
C a4 a2 4,5 (6,7), (6,3) 4,3
n2 a3 4,5 (1,3) 4,3
a4 4,3 4,5
▪ A raster
representation is
composed a series of
layers, each with a
theme.
▪ Typically used to
represent “field-like”
geographic
phenomena.
Regular Tessellations
Irregular Tessellations
Raster Grid
▪ But most common raster is composed of
squares, called grid cells.
▪ Grid cells are analogous to pixels in remote
sensing images and computer graphics.
Raster Resolution
▪ The distance that one side of a grid cell
represents on the ground
1 1 1 2 3 = grid cell resolution
1 1 1 2 3
2 2 2 2 2
The higher the resolution
4 4 4 2 3 (smaller the grid cell), the
4 4 4 2 3 higher the precision, but the
greater the cost in data
storage
Raster Data: Encoding
Raster Data: Encoding
Raster and RDBMS
ID Land Use
1 1 1 2 3 1 Agricultural
1 1 1 2 3 2 Road
2 2 2 2 2
3 Residential
4 4 4 2 3
4 Industrial
4 4 4 2 3
Global Positioning System -
GPS
▪ The Global Positioning System (GPS) is a
satellite based navigation system that can be
used to locate positions anywhere on earth. It
consists of satellites, control and monitor
stations, and receivers. GPS is used on incidents
in a variety of ways, such as:
▪ To determine position locations;
▪ To navigate from one location to another;
▪ To create digitized maps;
▪ To determine distance between two points or how far
you are from another location.
Space Segment — Satellites
orbiting the earth
▪ The space segment consists of 29 satellites circling
the earth every 12 hours at 12,000 miles in altitude.
▪ The satellites are arranged in their orbits so a GPS
receiver on earth can receive a signal from at least
four satellites at any given time.
▪ The satellites transmit low radio signals with a
unique code on different frequencies, allowing the
GPS receiver to identify the signals. The main
purpose of these coded signals is to allow the GPS
receiver to calculate travel time of the radio signal
from the satellite to the receiver.
Control Segment — The control
and monitoring stations
▪ The control segment tracks the satellites and
then provides them with corrected orbital and
time information.
▪The control segment consists of five unmanned
monitor stations and one Master Control Station.
The five unmanned stations monitor GPS
satellite signals and then send that information
to the Master Control Station where anomalies
are corrected and sent back to the GPS satellites
through ground antennas.
User Segment — The GPS
receivers owned by civilians and
military
▪ The user segment consists of the users and their
GPS receivers. The number of simultaneous
users is limitless.
How GPS Determines a
Position
▪ The GPS receiver uses the following
information to determine a position.
▪ Precise location of satellites
▪ Distance from each satellite
▪ Triangulation to determine position
Precise location of satellites
▪ When a GPS receiver is first turned on, it
downloads orbit information from all the
satellites called an almanac.
▪This process, the first time, can take as long
as 12 minutes; but once this information is
downloaded, it is stored in the receiver’s
memory for future use.
Distance from each satellite
▪ The GPS receiver calculates the distance
from each satellite to the receiver by using
the distance formula: distance = velocity x
time.
▪Velocity = 186,000 miles per second
Triangulation to determine
position
▪ The receiver determines position by using
triangulation. When it receives signals from at least
three satellites the receiver should be able to
calculate its approximate position (a 2D position).
▪ The receiver needs at least four or more satellites
to calculate a more accurate 3D position.
▪ The position can be reported in latitude/longitude,
UTM, or other coordinate system.
GPS errors sources
▪ Multipath interference is caused by the satellite signal
reflecting off of vehicles, buildings, power lines, water
and other interfering objects.
▪ Multipath is difficult to detect and sometimes impossible
for the user to avoid or for the receiver to correct.
▪ When using a GPS receiver in a vehicle place the
external antenna on the roof of the vehicle to eliminate
most signal interference caused by the vehicle. If the GPS
receiver is placed on the dashboard there will always be
some multipath interference.