Final Exam Review Flashcards
What are the four components of a network?
Links, nodes, stops, and centers
What term is used to describe distance along linear referenced segment?
Measure
How are linear referencing and dynamic segmentation related?
Can use measures stored in event tables to create dynamic segments along linear references routes
What are the two types of linear referencing events?
Point and line
What is geocoding?
the process of assigning real world x,y location to a nominal location
Describe the characteristics of discrete georeferencing systems
Use nominal descriptors for locations.
Coord sys. for discrete georeferencing systems are linked to a human-defined “structure”
Provide three examples of discrete georeferencing systems.
1) Area partitioning schemes- ex postal codes
2) Street Addressing
3) Linear referencing- transportation route measures
What are the two types of geocoding?
1) Zone based - ex. the centroid of a boundary,
2) Address Interpolation-> most common
How does the address geocoding process work?
The addresses to be geocoded are parsed and compared to an existing street network file. Each address is matched to a specific street segment attributed with address ranges. The position of the address is then interpolated within the range along the segment.
What are some:
1) Reference layer issues
2) Address Issues that can lead to inaccurate or failed geocoding?
Reference Layer
- A lack of standardization in sddress formats example, 54 W. 4th Ave. vs 54 West 4th Avenue etc.
- The currency of street network dataset
- Completeness of street network dataset (ie. missing ranges)
Address Issues
- Unusual Addresses ex. malls, P.O. boxes
- Misspelling
- Duplicate names and Aliases
What are the 5 characteristics of a network?
- A set of linear features
- Interconnected
- With attributes
- With constraints
- There is flow or movement through the network
What are some examples of networks?
- Roads
- Sewer systems
- Pipleines
- streams
What are three GIS network applications?
Tracing, Routing, and Location-Allocation
Least-cost path vs traveling salesman problem
Least-cost path is routed through a series of stops in a user-defined order
Traveling salesman finds the most efficient sequence in which to visit all the stops
What is Location-Allocation?
Assigning portions of a network to facilities based on the ability of the facilities to meet the demand on their supply of resources. Example, schools, health clinics, distribution centers
Provide some examples of link, node, stop, and centre impedances
Link-> one-way traffic, speed limit, times of day
node-> traffic lights, stop signs, LHT vs RHT vs U-turn
stop -> service time, time windows (ex paring restrictions)
Centers -> max number of items at a location
What is linear referencing?
The method of storing geographic locations by using relative positions along a measured linear feature.
Distance measures are used to locate events along the line.
What are the 5 components of Linear Referencing?
- The reference system - an objects relative location
- Linear feature or route
- distance along aka ‘measure’ aka ‘M value’
- Point Events - stored in a event table as single M-values
- Line Events - stored in event table as ‘From M’ and ‘To M’ values
Describe dynamic segmentation
DynSeg is the process of computing the map location (shape) of events stored in an event table
Advantages of linear referencing?
- Avoids the physical segmentation of linear features
- Updates to linear features are reflected in point and
line event ‘M-Values’ => easier to update small
sections of long segments without having to update
entire segment - Events can be displayed and analyzed at run-time
using Dynamic Segmentation
What are some uses for linear referencing?
- Pavement type, speed limit, and # of lanes along highway using km from boundary
- Pipeline material type recorded along a line in meters
- Sediment type within a river reach recorded using river km.
What is a surface in relation to GIS?
- Surfaces are continuous phenomena rather than discrete objects.
-2.5D -> 2D + Z
Z value is usually stored as an attribute and could be elevation, rainfall measures, soil samples etc.
Which would give the most accurate geocoding results-
Townships, ranges, postal codes, or census blocks?
Postal codes
Applications of elevation based surface analysis
-Terrain modeling / visualization
- Drainage networks
- Land development
- Slope stability
Describe Hillshade, viewshed, and Aspect
Hilshade is the visualization of a DTM showing shadows from sun’s position
Aspect is the compass direction of downhill slope
Viewshed is the visible areas from one or several points
What’s the difference between DSM, DTM, and DEM?
DSM = earth surface + built objects
DTM = just bare ground surface (no trees, buildings etc.)
DEM = generic term for both
What are the Primary and Secondary DTM data acquisition methods?
Primary
- Photogrammetry
- LiDAR
- Ground Survey
- Interferometry (electromagnetic waves)
Secondary
- Scanning or digitizing paper maps
- Converting existing digital data (ex griding contour data)