12: Vector II Flashcards

1
Q

SPATIAL INTERPOLATION

A

Attempt to make a reasonable estimate of the values of a field at places where the field had not actually been measured

Process of intelligent guesswork

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

THIESSEN POLYGONS

A

A user may want to allocate catchment areas to a point dataset, and this can be done with Thiessen polygons (also Voronoi polygons)

Each polygon is created whereby any location inside the polygon is closer to that point than to any other sample point.

Simple algorithm, but can be computationally complex

polygons are smaller, more dense where there are more points

at the edge of data polygons extent out to infinity, would clip data to avoid this.

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

NETWORK ANALYSIS

A

‘Classic’ networking problems

Use for:

  • optimal route (least cost, shortest path, etc)
  • finding closest facility
  • resource allocation (service areas - look at existing services and demand to locate a new something)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

LOCATION-ALLOCATION

A

Topic in operations research and spatial analysis

Simultaneously determine the location of facilities and the allocation of demand of facilities

Supply and demand values can also be used to determine the maximum catchment area of a particular supply centre based on the demand located along adjacent links in the network

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

Inverse Distance Weighting (IDW)

A

Estimates unknown measurements from the weighted average of measurements at known points

Creates a smooth surface by gives the greatest weight to the nearest point (Tobler’s first law-near things are more related to each other)

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

What is a network?

A

A system of connected linear features through which resources flow

Examples: rivers, roads, pipelines, utilities

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

What is distance through a network?

A

The real length of nodes and links that make up the roads instead of the distance between two places as the crow flies

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

Topologically structured networks

A

Spaghetti data - the GIS doesn’t know anything about the structure, analysis isn’t possible

Structured data - points and lines (nodes and links) has hierarchy and tells the GIS how the data is structured

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

Nodes and verticies

A
  • every segment has a starting and ending node
  • nodes contain attribute information that helps define the level of network connectivity
  • connectivity = one line segment shares a node with an adjacent line segment
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Attributes of a road network

A
Origin + destination coordinates
Street name/highway number
-direction
-type
-proper name
-type suffix (avenue)
-direction of flow
-ramps
Addresses
Directionality
-one way
Classification
-freeway, arterial, collector, residential
Speed limit, congestion (impedance), travel time
Traffic volume
Length
Scenic value
CONNECTIVITY
-TURN TABLES
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Turn tables

A

Because a network has many turns with different conditions (options at each node), a turn table is used to assign the turn impedance values (defining what turns are possible at each node)

Large impedance indicates turn not possible or illegal

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

Network optimisation techniques

A
  1. shortest path analysis
  2. closest facility
  3. travelling salesman problem
  4. allocation
  5. location-allocation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Network example applications

A
  • routing emergency response vehicles over a street network
  • optimising school bus routing over a street network
  • tracing pollution upstream to a source over a stream network
  • new retail location strategies
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Shortest path analysis

A

shortest path finds the path with the minimum cumulative impedance between nodes on a network

the path may connect just two nodes or have specific stops between

the shortest path in distance may not be the same as the fastest path

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

Closest facility

A

a type of shortest path analysis to find the closest facility such as a hospital, fire station or ATM, to any location on a network

the algorithm first computes the shortest path from the selected location to all candidate facilities and then chooses the closest facility among the candidates

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

travelling salesman problem

A

more complex form of shortest path analysis because of two constraints:

  1. the salesman must visit each of the selected stops only once
  2. the salesman may start from any stop but must return to the original stop

the objective is determine which route or tour the salesman can take to minimise the total impedance value (distance travelled)

17
Q

allocation

A

the study of the spatial distribution of resources through a network

resources - often public facilities such as schools, libraries or fire stations

distribution of resources defines service zones

the main objective of spatial allocation analysis is to measure the efficiency of facilities

18
Q

Define the location-allocation problem

A

set of techniques which determine the optimum or near optimum locations for providing goods and services to a spatially dispersed population, according to some socioeconomic criteria

Requires inputs of supply, demand and distance measures

SUPPLY - consists of facilities or centres at point locations

DEMAND - may consist of points, lines or polygons (depending on data source) often using census data

DISTANCE - between supply and demand (distance matrix) - road network

Two common models:

  • Minimum distance model
  • Maximum coverage model
19
Q

Maximising coverage algorithm

A

Everyone needs to be served by the solution, how do we locate the facility so that we cover everyone well and minimises the distance/makes the most efficient solution

Maximises the demand covered within a specified time or distance

Has been applied for:

  • emergency services
  • convenient oriented retail facilities (banks, fast food, etc)
20
Q

Minimum distance model

A

Also called p-median location model

Minimises the total distance travelled from all demand points to their nearest supply centres

Has been applied for:

  • food distribution
  • public libraries
  • health facilities