Week 10: Topology and Network anlysis Flashcards

(31 cards)

1
Q

Vector topology supports more advanced spatial analysis, in support of

A

Asset management and modelling of stormwater systems

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

What is a GIS topology

A

A set of rules and behaviors that model how points, lines, and polygons share coincident geometry

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

Three types of relationships are of interest to GIS

A
  1. Contiguity
  2. Area definition
  3. Connectivity (shared nodes)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Topology uses

A
  1. Planar enforcement
  2. Data validation
  3. Spatial analysis (e.g network tracing, polygon adjacency and no polygon overlap without creating new polygons)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Generally two main ways that the concept of topology is implemented in a GIS

A
  1. Strict reliance on planar enforcement
    - Traditional approach used in ESRI’s original coverage data model
  2. New flexible, rule-based methods
    - Newer approach based on user selected rules within a geodatabase (e.g the databases you have used in the labs)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Characteristics of Arc-Node topology

A
  1. Each Arc starts with a From-Node and ends with a To-Node
    - all arcs and nodes are uniquely numbered
  2. Each arc has a direction, based on the From-Node and To-Node
  3. All connecting arcs share a common node
  4. Collectively, these allow the software to
    - determine paths trhough a network of connected arcs (e.g roads, rivers, electrical lines, etc)
    - Ensure closure of polygon features
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Characteristics of Polygon-Arc topology

A
  1. Polygons are stored as a list of arcs (polylines) that comprise boundaries
  2. Polygons have a single (one and only one) label point that links to attribute table using a unique identifier
  3. Based on Arc Direction (From and To Nodes), left and right polygons can be identified
    - hence adjacency of polygons is explicitly defined
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Why use topology in GIS

A

Re routing - to streets that connect at an intersection share a common node (no need to inspect the coordinates of each street arc)

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

Advantages of topology

A
  1. Using stored topological data for analysis
  2. Supports contianment, contiguity and connectivity operations
  3. Inbuilt validation of geometry
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Disadvantages of topology

A
  1. Change of geopmetry requires complete rebuild
  2. More complexity
    - Storage
    - Editing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

The network data model uses

A

Specialised topology for connectivity

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

In networks, geometric features are

A

Points / nodes (street intersections) and lines (streets)

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

Network topology is in terms of

A

Lines connected at nodes

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

Network flow of resources can be

A

Directional or not

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

Network flow is defined by

A

Impedance, or weighting associated with a line or node (think about elevation as an example)

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

Four applications of networks

A
  1. Over an electricity network, e.g, calculating power load drops
  2. Over a street network, e.g routing emergency response vehicles or optimizing the route of mail deliveries
  3. Over a stream network, e.g tracing pollution upstream to source
  4. Plus a raft of applications associated with linear referencing
17
Q

The connectivity of features is based on

A

Their geometric coincidence (topological rule)

18
Q

As edge is

A

A feature which has a length through which some commodity (resource) flows

19
Q

Examples of edges

A

Water mains, electrical transmission lines, gas pipelines, telephone lines

20
Q

A junction is

A

A feature that allows two or more edges to connect and facilitates the transfer of flow between edges

21
Q

Examples of junctions

A

Fuses, switches, service taps, valves

22
Q

Simple edge

A

Connected to exactly two junctions at each end

23
Q

Complex edge

A

As above but can be connected to additional junctions in between

24
Q

User defined junctions

A

Defined from users point (feature) data source

25
Orphan junctions
Created when edges are created
26
Junctions can be set as
Sources or sinks
27
Both edges and junctions can be
Weighted (given an impedance)
28
All the visible edges, junctions and their connections handled by
The geometric network
29
What handles the connectivity rules
A logical network
30
What is shortest path routing
Evaluate links and turns on a network to move from one stop to another to find the shortest cumulative impedance e.g time or distance
31
Routing across a network
1. Evaluate links and turns on a network to move from one stop to another to find the shortest cumulative impedance (e.g home to work travel) 2. Most applications optimize a version of Dijkstras algorithm with additional data and functionality