Lecture 5: Rasters and Map Overlay

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/37

flashcard set

Earn XP

Description and Tags

Flashcards based on lecture notes about raster data, formats, and operations for GIS. Suitable for review and exam preparation.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

38 Terms

1
New cards

What type of data is the land cover data?

Raster data

2
New cards

What is the main characteristic of raster data?

It divides the world into grid cells, each with a value.

3
New cards

What information is required to define a raster dataset?

The bottom left-hand corner coordinates and the size of the grid cells.

4
New cards

What are the two main types of raster data?

Categorical and continuous data.

5
New cards

Give an example of categorical raster data.

Land cover data.

6
New cards

Give an example of continuous raster data.

Elevation data.

7
New cards

Do rasters with continuous data typically have an attribute table?

No, because each cell tends to have a unique value.

8
New cards

When do raster datasets have a value attribute table (VAT)?

When they contain categorical data with shared cell values.

9
New cards

Name a European scale land cover dataset.

Corine data.

10
New cards

Name a National scale land cover dataset.

CH data.

11
New cards

What are the two main LiDAR data products?

Digital Surface Model (DSM) and Digital Terrain Model (DTM).

12
New cards

What does the Digital Surface Model (DSM) represent?

The landscape with features on top, such as buildings and trees.

13
New cards

What does the Digital Terrain Model (DTM) represent?

A bare earth model of the terrain itself.

14
New cards

How can you calculate the height of buildings and vegetation using LiDAR data?

Subtract the DTM from the DSM.

15
New cards

What happens when a raster cell has 'no data'?

It remains a hole in the dataset, and any operation will preserve this 'no data' value.

16
New cards

What is the impact of cell size on raster data?

It affects the level of detail, with smaller cells providing more detail.

17
New cards

What is the general principle when choosing a resolution?

Small areas benefit from high resolution, while large areas can use coarser resolution.

18
New cards

What does 'Raster is faster, but vector just seems more correcter' mean?

Raster operations are fast, but vector data provides cleaner shapes.

19
New cards

How can you combine raster inputs with different resolutions?

By defining the resolution of the output grid.

20
New cards

How can you limit processing to a specific area within a raster?

By using environment settings to define a window or an analysis mask.

21
New cards

What is reclassification in raster analysis?

Changing the values of pixels in a raster based on a defined criteria.

22
New cards

What is a local raster function?

An operation where each pixel is transformed independently, without considering its neighbors.

23
New cards

What is a raster calculator used for?

Applying mathematical functions to raster layers.

24
New cards

What is a focal raster function?

An operation where the value of a pixel is calculated based on the values of its neighboring cells.

25
New cards

What is the purpose of slope and aspect calculations?

Slope calculates the steepness, and aspect calculates the direction of the slope.

26
New cards

What are zonal statistics?

Summarizing raster values by zones defined by another dataset (e.g., catchments).

27
New cards

What is a global raster function?

An operation where the value of a pixel in the output raster depends on potentially all cells in the input raster.

28
New cards

Give an example of a global raster function.

Euclidean distance or least cost path analysis.

29
New cards

What is Euclidean distance?

The distance from a feature (point, line, or polygon) to all other cells in the raster.

30
New cards

What type of problems are raster techniques well suited for?

Overlay problems involving multiple criteria.

31
New cards

What is map overlay?

Combining raster inputs to derive a solution based on multiple criteria.

32
New cards

What is a hard threshold?

Treating each layer equally

33
New cards

What is weighted in map overlay?

Layers are weighted where some layers are more important than others.

34
New cards

What are examples of criteria in Wind Turbine example?

Wind speed, distance from road and land cover

35
New cards

What type of function is reclass?

local function

36
New cards

What were the findings from the study on global transition?

Land has been changing, typically from natural land or agriculture to urban over time

37
New cards

What was the main air pollution?

Acid rain

38
New cards

Is air pollution an example of map overlay?

Yes