10: Analysing Raster Data Flashcards

1
Q

SPATIAL ANALYSIS PURPOSE

A

turns raw spatial data into useful geographic information

reveals spatial patterns, trends, anomalies, etc which might otherwise be missed

provides a systematic check on human intuitions, use scientific evidence for decision making (evidence based policy)

examples: where to put a new road, how to site something, etc

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

BASIC ANALYSES METHODS OF RASTER GEOMETRY

A

Elementary operations
Macro-operations
Filtering methods

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

EXPLAIN HOW RASTER OVERLAY WORKS

A

overlay of two polygon rasters with the same footprint

results in new polygon raster layer with all intersections of input raster layers

each polygon now contains both attributes from the two input layers

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

SITE SUITABILITY EXAMPLE

A

work out where land is suitable for growing crops and need to identify areas for new farms

what kind of information is needed:

  • soil productivity*
  • climate
  • land use/cover (vacant land)*
  • accessibility to markets/demand (population)*
  • accessibility to roads*
  • water supply
  • topography
  • crop suitability
  • protected areas/conservation*

what do we do with this data:

  • soil productivity: reclassify in binary ‘suitable soils’
  • land cover: reclassify in a binary way in ‘suitable areas’
  • population: clip to identify areas with high population
  • roads: buffer the major roads, perhaps 2km
  • protected areas: reclassify in a binary way in ‘not protected areas’
combine with weighted overlay:
50% soil classification
20% distance to population centres
20% land cover/land use
10% distance to major roads
0% conservation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Elementary Operations (3)

A

Radiometric transformation

  • apply transfer function to grey values of all cells in a raster
  • used to enhance visual discriminability
  • linear function y=2x (duplicate grey values to spread spectrum / enhance contrast)

Thesholding

  • set all grey values below a set threshold to 0; above the threshold to a constant value
  • generates a binary raster image

Slicing

  • suppress all values below or above a certain interval
  • used to colour all zones between a certain range

Multi-criteria map query

Reclassify

Translation
-shift pattern for a given distance (depending on a metric)

Arithmetic & logical combinations

  • starting with a binary map
  • logical TRUE, FALSE (1,0) corresponding to 2 possible grey values per cell
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Elementary Operations

A
Radiometric transformation
Thesholding
Slicing
Multi-criteria map query
Reclassify
Translation
Arithmetic & logical combinations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Logical combinations

A

AND
OR
NOR (exclusive OR)

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

Computing buffers

A

create a new object consisting of areas within a user-defined distance of an existing object

can be done with raster or vector data structure

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

Arithmetic & logical combinations

A

starting with a binary map

logical TRUE, FALSE (1,0) corresponding to 2 possible grey values per cell

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

Translation

A

shift pattern for a given distance (depending on a metric)

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

Slicing

A
  • suppress all values below or above a certain interval

- used to colour all zones between a certain range

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

Thresholding

A
  • set all grey values below a set threshold to 0; above the threshold to a constant value
  • generates a binary raster image
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Radiometric Transformation

A
  • apply transfer function to grey values of all cells in a raster
  • used to enhance visual discriminability
  • linear function y=2x (duplicate grey values to spread spectrum / enhance contrast)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Site suitability example methodology

A
  1. collected data layers - raster if available
  2. merged soil classification data tiles (by county) into a single file
  3. converted vector format files to raster
  4. resampled all 30m cell size raster files to 90m
  5. use spatial analysis to create a kernel density map from census block population data
  6. use spatial analysis to create a distance from major roads map
  7. reclassed all input layers into integer values on a scale of 1-9
  8. performed a weighted overlay raster analysis
How well did you know this?
1
Not at all
2
3
4
5
Perfectly