Lecture 9: Network analysis and Geocoding analysis Flashcards

1
Q

Network data model

A

A data model created from another data model.
Consists of connected set of linear features formed from vector line
TOPOLOGY is an essential property

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Network

A

A set of edges connected to form join and loops

ALSO CALLED graph (undirected, directed, planar, non-planar)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Edges

A

Also called links, chains, connections, relations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Nodes

A

Also called points, junctions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the geometry in network data model?

A

Nodes, arcs, stops, centre, turn

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are nodes?

A

Interscection and interchanges

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are stops?

A

Transferring of resources

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what are centres?

A

Discrete locations of resource supply

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what are turns?

A

Transition points

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What attributes are represented in the network data model?

A

Distance, attractiveness, impedance, supply, demand

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is network analysis?

A

What is the shortest path
Description: Finding the minimum distance or cost path between an origin node and a destination node
Application: emergency planning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the travelling salesman problem?

A

Description: With a number of location to visit, what is the least cost round trip starting at the one point

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is geocoding analysis?

A

Geocoding is the process of assigning a point location within a coordinate system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the 2 types of geocoding?

A

Direct and continuous: Uses the lat/long or projection coordinates (most accurate)
Indirect and discrete: Uses street address, CT, zip codes, accuracy depending on geocoding system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are some properties that is necessary to have in a street network file?

A
  • Have to have the data available
  • the data has to be up to date
  • accurate attributes (such as street name, house address)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the errors associated with geocoding?

A
  • Interpolation of address (slight error when you take a point and place it on the street)
  • Incorrect addresses
  • human error
17
Q

What are some data errors and how can we solve them

A
  1. Feature errors (Solution: editor toolbar and topology toolbar)
  2. Attribute erros (Solution: Edit attribute table)
  3. Projection and datum errors (Solution: Arc toolbox and re-project the data)