GIS week 5 Flashcards

(26 cards)

1
Q

What is spatial analysis and modelling in GIS?

A

Methods to examine, summarise, and interpret spatial data, identifying patterns and interactions.
Used to identify patterns, associations, connections, interactions, and evidence of change through time and location.
1. Spatial query.
2. Spatial operations: Reclassifying maps, Overlay analysis Measuring geometry and distance, Characterising neighborhoods.
3. Spatial interpolation: Inverse distance weights and Kriging

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

What are the three core types of spatial analysis techniques?

A

proximity analysis, overlay analysis, statistical analysis and temporal analysis

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

What is a spatial query in GIS?

A

Selecting and extracting features based on attributes or location.

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

How does a query by attribute work in GIS?

A

By retrieving features that match specific attribute values using a query language like SQL.
To retrieve all features with particular attribute values from one data layer or feature class in a spatial database and display their locations in a map
e.g. ‘Retrieve all water mains installed before 2010 with a diameter less than 30cm’.

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

How does a query by location work in GIS?

A

By retrieving features based on their spatial relationship to other features using spatial operators.
Uses 11 spatial operators. equals, disjoint, intersects, touches, crosses, within, contains, overlaps, relate, LocateAlong and LocateBetween.
Usually involves two or more data layers
To identify attribute values associated with features at particular locations

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

What is an example of a query by attribute?

A

Retrieving all water mains installed before 2010 with a diameter less than 30cm.

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

What is reclassification in spatial analysis?

A

Simplifying or merging areas by grouping features with the same attributes.

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

What is overlay analysis in GIS?

A

A process of stacking multiple data layers with a common georeferencing system on top of each other so that the relationships between features at each location can be analysed.

The most common GIS operation for comparing and analysing multiple data layers simultaneously.

E.g. calculating the number of properties within a flood risk zone.

Overlay analysis can be conducted in both vector and raster

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

What is a vector overlay in GIS?

A

Combining two or more vector layers to produce new geometries using operations like union, intersection, and difference (named after the result of the combination of two layers.)

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

What is raster overlay (map algebra) in GIS?

A

superimposes at least two input raster layers to produce an output layer.
Each cell in the output layer is calculated from the corresponding pixels in the input layers

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

What is map algebra in spatial analysis?

A

A mathematical framework for performing operations on raster layers.

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

What is geometric and distance measurement in GIS?

A

Length, area, perimeter and shape. Useful for landscape metrics e.g. interaction between spatial pattern and ecological processes.

Geometric properties and distances are usually not encoded during spatial data input. GIS offers measurement functions to calculate them

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

How are length, perimeter, and area measured in raster data?

A

By using cell counts and cell sizes to estimate geometric properties.

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

What is buffering in GIS?

A

Buffering is a distance measurement tool for vector data commonly available in GIS. It creates a zone around a feature or a set of features with a specific width.

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

What is a physical distance surface in GIS?

A

A raster showing the shortest distance from a source to every other location.

Calculates the shortest distances from a location to every other location and creates a distance surface in raster form.

The concentric rings of equal distance around the source location(s), as shown for roads.

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

What is a cost distance surface in GIS?

A

A raster showing the least-cost path based on travel time, energy, or other factors.
Distance in raster can be measured as costs incurred over physical distance.
The cost-distance can be cost of travel time, energy consumption, etc. which may be affected by topography (slope, land cover, etc).
E.g., cost for constructing a highway include cost of construction and land purchase and include potential costs of environmental and social impacts

17
Q

What is spatial interpolation in GIS?

A

Estimating values of an environmental variable at locations whose values are unknown based on a sample of locations with known values.
Apply an interpolation method to a set of points with known values to create a continuous surface

18
Q

What are the main spatial interpolation methods in GIS?

A

Deterministic (IDW) and geostatistical (kriging) methods.
Through spatial interpolation, spatial distributions of the environmental phenomena can be approximated.

19
Q

What is Inverse Distance Weighting (IDW) interpolation?

A

A method where nearby points influence predictions more than distant points.
IDW estimates a value of each location by taking the distance-weighted average of the values of sample points in its neighbourhood.
Explicitly assumes that things closer to one another are more alike than those that further apart.
As p increases, the weights for distant points decrease rapidly. If the p value is very high, only the immediate surrounding points will influence the prediction.

20
Q

What is spatial autocorrelation?

A

Spatial autocorrelation means data values at locations close to each other generally exhibit less variability than data values at locations which are further away from each other (Tobler’s Law).
Positive spatial autocorrelation is when similar values cluster together.
Negative spatial autocorrelation is when dissimilar values cluster together (dispersed).
Spatial autocorrelation is an underlying assumption of IDW i.e. that closer values have more effect while further away ones have less effect

21
Q

How does the power term (p) in IDW affect the interpolation?

A

A higher p increases the influence of nearby points, while a lower p smooths the surface.

22
Q

What is kriging in GIS?

A

Kriging interpolates values and their probability at a specific location.
Uses input data to build a mathematical function with a semivariogram, to create a prediction surface, and then validate the model with cross validation.
A geostatistical method that provides an optimal prediction surface AND a measure of confidence in how likely that prediction will be true.

23
Q

What is a semivariogram in kriging?

A

A graph showing how spatial similarity decreases with distance.

24
Q

What does a kriging example illustrate?

A

How kriging builds a prediction surface based on known sample points.

25
How do we validate a spatial interpolation model in GIS?
Using cross-validation metrics like mean error, RMSE, and R². Count = number of know values. Mean = average difference between known and predicted values (should be close to zero). RMSE = prediction accuracy (should be as small as possible). RMSS should be close to 1
26
What are common sources of error in interpolation?
Method limitations (measured in terms of mean error, RMSE, r2) , sample data uncertainty (too few sample points, limited or clustered distributions and uncertainty about locations and/or values), and edge effects (distortions of the interpolated values near the boundary of the study area due to the lack of sample data outside the area)