Spatial Analysis with Raster Data Flashcards

1
Q

What is continuous data?

A

It is a single variable or piece of information that is defined t every location.

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

How can you represent a discrete world?

A

You can represent a discrete world which is where data is discrete an object is a object it has an outline and an extent e.g. a polygon, line or a point like a bus stop location. It has a location and a start and end.

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

How is continuous data defined?

A

By a square grid and it is a resolution, and by resolution we mean the size of each one of those grid cells that represent the real world.

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

What spatial analysis can we do with Raster data?

A

1) Raster data structure
2) Raster Algebra
2) Comparisons and Normalisation, e.g. Reclassify and Normalise range
3) Multi-criteria analysis

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

What is the structure of Raster data?

A

Digital camera images are a grid of squares called cells or pixels which have values. In Raster Data we can only store a number. Each cell or pixel can only store one number.

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

How do we create Raster surfaces?

A

From vector feature data, we can use Interpolation from sample points and calculate Raster’s of distance and Raster’s of density.

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

Give and example we analyse existing raster surfaces.

A

Slope of land.

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

What is raster maths?

A

You can have two rasters for example and you apply a function to them to get and output where bidmass is important.

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

What does the raster calculator do?

A

Allows expression (functions) to be run on one or more raster surfaces.

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

What does re-sampling do?

A

Re-sampling changes the spatial scale of the raster- information may be lost.

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

What does re-classifying do?

A

Reclassifying changes the VALUES in a raster- scale stays the same.

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

What is normalisation?

A

It is normalising data into a standard range. E.g. 23-455 into range 0-1. Normalisation is the process of scaling raster values to a common range.

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

What are the two way to normalise?

A

• Can normalise in standard fashion
Largest value= 1
• Or can carry out a reverse normalisation
Smallest value= 1

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

What is the normalisation equation?

A

Value(ij)= v(ij)-min(vij)/max(Vig)-min(vij)

where ig is the current raster cell.

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

What is the reverse normalisation equation?

A

Value(ij)= max(Vig)-V(ig)/max(Vig)-min(Vig)

where ig is the current raster cell.

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

What does MCE stand for?

A

Multi-criteria evaluation

17
Q

How can MCE be carried out?

A

Using raster algebra once various data sets have been normalised.

18
Q

Example of using MCE: We wish to build a new (set) of metro stations to extend the current network:

1) Must be an area of flat land
2) Must be an area where there is demand for public transport services
3) Must extend the current network geographically.

A

1) Flat land can be derived from a DEM using SLOPE
The flattest areas should be assigned the highest value.
2) Public transport demand can be derived from the numbers of bus stops (Surrogate data)
The more dense the bus stops the higher the value assigned.
3) Distance from existing Metro stations can be derived from the metro stations.
The furthest distance is assigned the highest value
4) Weights can be added to each criteria.
Public transport demand is more important than slope (we can always dig).

19
Q

What must the weights sum up to?

A

The weights must sum to 1.

20
Q

Define raster data.

A

Raster data is a matrix of values representing a single variable continuously and Raster data can be used in complex analyses.

21
Q

What is MCE?

A

MCE is a process used to evaluate multiple inputs

Used for site selection analysis.