Final Flashcards
what is a network?
a system of interconnected lines and intersections, abstract representation of real world routes of people objects phenomenon etc
What is geocoding?
finding a geographic location from an address
In order to geocode we have to have
input dataset
output dataset
processing algorithm
reference dataset
What is an input dataset?
a list of addresses
What is an reference dataset?
a database of geospatial information, defines beginning and end number of each street
what is a processing algorithm
locates the input dataset
breaks the addresses into parts and then figures out where on the block it should be
What is an output dataset?
a set of poitns, geospatial information associated with the inout dataset
What are the network types?
transportation (undirected) and geometric utility (directed)
What are the components of a transportation network?
edges, junctions, barriers, turns
what are the components of a directed network?
Edges, sinks, source junction, barrier, point feature, area feature
List the steps in address geocoding
addresses are parsed into seperate components
each component is compared to the same field in the reference layer
candidates are scored based on closeness of matches
What score means the geocoding was a good match?
80-100
what are some problems with TIGER files?
Accuracy of location and correctness of address and location
What is an event layer?
The layer added from x y points
Types of transportation network datasets
optimum route shortest path, optimum route travelling salesman, closest facility, service area, location allocation modeling for a facility location, origin destination cost matrix,
Types of geometric utility datasets
flow direction, tracing edges and junctions upstream or downstream, artificial barrier
What are spatial operations
spatial functions, operations work on coordinate information and attribute data, solve a spatial problem
what are selection operations
similar to attribute queries, selection function work on spatial data, create layer from selection, use set algebra
What is boolean algebra
AND OR NOT
what are spatial selection operations
adjacency, containment, are identical to, intersect, are within a distance of
What are classification operations
reclassification or recoding, categorizes geographic operations on a set of conditions
What are overlay functions
data must be in common coordinate system, both spatial and attribute data may change, combines features at same location
What is a clip
boundary layer is cookie cutter, data layer is clipped, output has attributes of only the data layer
What is an intersect?
Combines data from both layers with only overlapping regions remaining, combines attributes of both layers
What is a union
includes all data from both inputs, including attributes