Remote Sensing and GIS (Year 2) - Part 1 GIS Flashcards

1
Q

Direct observation-> E.g. ground survey

What is type of data collection is this ?

A

Primary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  • Digitising data collected by someone else
  • E.g. digitising a paper map
  • Digitisation of existing data
    o Manual digitising
    o Digitising tablets
    o Photogrammetry
    What is type of data collection is this?
A

Secondary

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

What type of data is this (discrete or continuous)?

  • Data that have distinct spatial extent
  • E.g. roads, buildings, fields
A

Discrete

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

What type of data is this (discrete or continuous)?

  • Data that occur everywhere (data at every point on the map)
  • E.g. atmospheric pressure, height, air temperature
A

Continuous

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

What are the two models used by computers to represent the world (types of data)?

A

Raster and Vector

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

What coordinate system is used by vector data?

A

Uses Cartesian coordinates (x, y) to represent spatial entities

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

What are the 5 types of data within the vector model?

A
  • Point is simplest entity -> single (x, y) pair
  • Lines -> built by connecting multiple points (each is an x,y point joined together)
  • Polygons – closed lines
  • Networks – connected lines that don’t form a polygon e.g: Road network or River network
  • Surface – mesh of coordinates -> e.g. elevations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the attributes of vector data?

A
  • Spatial entities are linked to their attributes
  • The attribute table contains this attribute information
  • This is what enables us to do analysis
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the limitations of vector data sets?

A
  • Polygons along shared boundaries (inefficient)
  • No information about links in networks
  • No information about objects within other objects
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What technique can be used to overcome the issues of polygons not being linked in vector data?

A

Topology which ensure there is connection between entities (topological editing).

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

How does the raster model display data? (attributes)

A
  • Space (entities, surfaces) represented by tessellations
  • array of grid cells (usually square)
  • Attributes (i.e. values) assigned to these cells define entities and surfaces
  • Each cell has a single value representing the attribute
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How do you make the raster display more accurate?

A

Increase the resolution (decrease the size of each grid cell)

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

What is the issue with increasing the resolution (raster data)?

A

Doubling the resolution increases storage requirement by four times -> increasing resolution = more storage required

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

What is ‘run length’ an example of?

A

A computer strategy used to decrease the storage requirement for raster data

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

What techniques are used with raster data when a cell contains more than one attribute? Explain them

A
  • Greatest area allocation (>1 lines/polygons in one cell)

- Centre point allocation (>1 points in one cell)

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

What is vector data good for? (type of data)

A

Features that have discrete boundaries (e.g. a building)

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

What is raster data good for? (type of data)

A
  • Continuous geographic data (e.g. temperature)
  • Spatial analysis and modelling
  • Data collected on a regular grid (e.g. satellite data)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What are digital terrain models (DTM)?

A

Height of the land surface in relation to a datum

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

What are digital terrain models (DTM) also known as?

A

Sometimes referred to as a digital elevation model (DEM)

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

What is an elevation model that includes man-made features known as?

A

(Digital Surface Model)

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

What are DTM’s based on?

A

Based on height samples

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

Why do we simplify the landscape for making DTMs?

A

We simplify our landscape as we can’t have a value for every point

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

What does the number of height values in the model depend on?

A
  • The purpose of the model

* The finite data storage available

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

What are the two ways in which DTM can be collected?

A

Primary and Secondary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What are the primary data techniques to collect data to form DTMs?
* Ground survey (e.g. GPS, total station) - Time consuming (expensive) + Can be very accurate (a few mm precision) – surveyors use this * Photogrammetry - Broad set of techniques regarding the taking of photographs -> e.g. taken from different angles and heights + Can have very high spatial/vertical resolution * Satellite (radar) altimetry - Tends to have low spatial resolution * SAR (Synthetic Aperture Radars) Interferometry (InSAR) - Can be of very high resolution (mm) * LiDAR (light detecting and ranging)– use of light beams and measuring the time it takes to return e.g. through the use of a plane
26
Globally what resolution of DEM is available for public use?
30 metre
27
At which regions are there higher resolution of DEM available?
* 2 m for the Arctic (high resolution – lots of data) * UK wide – 5 m * UK selected areas – LiDAR derived DEM sub meter resolution (e.g. 50 cm for selected parts of England)
28
How is secondary data used to form DTMs?
Based on other's data, e.g. digitising contours on maps
29
What are the issues of using secondary data to form DTMs?
* Time consuming * Lack of data in relatively flat areas (wide contour spacing) * Only as good as the map (accuracy/resolution)
30
How does the raster approach represent surfaces in GIS? (DTM)
Elevation represented by a regular grid of numbers
31
How does the vector approach represent surfaces in GIS? (DTM)
Elevation represented by irregularly spaced elevation values (spot heights). A Triangulated Irregular Network (TIN) links all of the points to form a surface.
32
In order to represent surfaces in GIS, for raster data what is required when data has not been collected directly onto a regular grid? (DTM)
Interpolation -> different methods give different results so therefore selection of appropriate method is critical
33
What are the disadvantages of the raster approach for representing surfaces (elevation) in GIS? (DTM)
* Calculation time for interpolation proportional to the square of the number of data points * Does not honour original data points * Representation of discrete data is challenging -> e.g. trying to display a sharp ridge line on a map
34
What are the advantages of the raster approach for representing surfaces (elevation) in GIS? (DTM)
* Simple to implement and visualise using a computer | * Suitable for continuous data
35
What are the advantages of the vector approach for representing surfaces (elevation) in GIS? (DTM)
* Suited for inclusion of discontinuities * Honours data points – no interpolation is required * Calculation time for triangulation proportional to number of data points * Structure reflects data density, so time not wasted on areas of low data density
36
What are the disadvantages of the vector approach for representing surfaces (elevation) in GIS? (DTM)
Time taken to fit surface (for visualisation) to triangulation is high
37
How do you chose whether raster or vector approach is more appropriate for representing elevation?
Selection must be based on the nature of the data and the purpose of the terrain model • Features to represent • Data density • Purpose of application
38
What is hypothetical illumination?
Determining illumination values for each cell in a raster. It does this by setting a position for a hypothetical light source and calculating the illumination values of each cell in relation to neighboring cells.
39
How can DTM be applied? (what context)
``` Elevation, aspect, and slope influence: • Climate • Vegetation • Hydrology • Geomorphologic processes • Human activity Can be applied in: • Land use planning • Resource management • Site visibility analysis • Hazard prediction ```
40
What is visibility analysis and how is it used with DTMs?
Identification of which areas are visible from a particular location
41
What is slope and aspect analysis and how is it used with DTMs?
``` Analysis of slope & aspect – Slope = how steep – Aspect = direction of slope – Can be derived from DTM – Different results from different approaches. ```
42
How can DTMs be used for hydrological modelling?
• Catchments in which saturated hillslopes are connected to the channel are very ‘flashy’ – Subject to flooding • DTM can be used to identify hydrologically connected areas • Input to hydraulic and hydrological models • Can be used in flood inundation modelling.
43
What is geodesy?
discipline that deals with the measurement and representation of the earth, including its gravity field, in a three-dimensional time-varying space
44
Why is geodesy important?
formation of terrestrial coordinate systems
45
What shape is the earth described as?
oblate ellipsoid -> earth isn't a perfect ellipsoid
46
What are the two main types of ellipsoid models in use?
* Some models designed to fit the whole world -> as well as possible * Some models designed to fit a single region – fits certain areas very well but others poorly
47
The Airy 1830 ellipsoid coordinate system is an example of an ellipsoid model that has been designed to fit the whole world as best as possible or deigned to fit a single region?
designed to fit a single region -> Britain
48
The GRS80 coordinate system is an example of an ellipsoid model that has been designed to fit the whole world as best as possible or deigned to fit a single region?
designed to fit the whole world
49
To define our position on the surface of the ellipsoid we require what?
1. Longitude/latitude | 2. Rectangular cartesian coordinates
50
Define geodetic datum
A set of conventions defining how the coordinates relate to the Earth (e.g. Where is the zero meridian located?), together with the mathematical description of the ellipsoid. It specifies the relation between the real world and the conceptual coordinate system
51
What are the eight parameters that make up a geodetic datum?
– the 3-D location of the origin (three parameters) – the 3-D orientation of the axes (three parameters) – the size of the ellipsoid (one parameter) – the shape of the ellipsoid (one parameter)
52
What does a geodetic datum require to be made?
An ellipsoid model -> e.g. the World Geodetic System 1984 is based on the GRS80 ellipsoid
53
To use a datum what do we need?
• To use it we need an infrastructure of reference points: a Terrestrial Reference Frame (TRF) – aka datum realisation – We can then find our position relative to these reference points E.g. OS Trig points
54
What do geodetic transformations allow us to do?
Tranform between coordinate systems using mathematical function
55
What is the ellipsoid height?
Distance between the ellipsoid and ground surface (perpendicular to the ellipsoid surface)
56
We experience uphill and downhill based on what?
The gravity field of the Earth
57
A ‘level’ surface is perpendicular to what?
The Earth’s local gravity field
58
What is the geoid?
The shape that the ocean surface would take under the influence of the gravity and rotation of Earth alone, if other influences such as winds and tides were absent. This surface is extended through the continents. The Geoid is that surface with the same ‘height’ throughout the world
59
The geoid may differ from the best fitting global ellipsoid by up to what?
200m
60
To compare heights between different places what do we need?
a height datum
61
What is a height datum?
An arbitrary point at which height is defined as zero. All heights are measured relative to this point. Usually based on a tide gauge (set this 0 point)
62
What is needed to specify the pattern of differences between the Geoid and ellipsoid?
A Geoid model
63
What is British Mapping based on?
The OSGB36 and ODN datums and their corresponding TRFs
64
Why do we project data via map projections?
1. Creates 2D map we can visualise -> Cartographers use map projections to represent the curved surface of the Earth on a flat map 2. Allows us to do planar maths rather than spherical maths -> greatly eases the analysis of spatial data
65
What is the impact of map projections?
Some projections corrupt the size of countries or cause distortions
66
What are the 4 possible spatial properties subject to distortion when creating a flat map?
– Shape – Area – Distance – Direction
67
What does a conformal map projection preserve?
preserve local shape
68
What does an equidistant map projection preserve?
preserve true distances from the centre of the projection, or along a special subset of lines
69
What does an equal area map projection preserve?
preserves area at all scales
70
What does a true direction map projection preserve?
preserves correct directions (bearings)
71
What are the classifications of projections?
– Cylindrical – Conical – Planar/azimuthal
72
What are the characteristics of the Planar/azimuthal classification?
* Earth intersects the plane on a small circle * Good for mapping circular features (often used in the high latitudes) because all points on circle have no scale distortion * Not suitable for world maps -> generally restricted to North and South pole
73
What are the characteristics of the Cylindrical classification?
* Geographic grid is projected on to a cylinder * Cylinder touches the globe along 1 or 2 standard parallels (areas of minimum distortion) * Can be used for world maps and low latitudes * Severe distortion at high latitudes * E.g. Mercator projection (often used on World maps)
74
What are the characteristics of the Conical classification?
* Earth intersects globe along 1 or 2 parallels in the mid latitudes * No distortion along circles * Not suitable for world maps * Most often used in the northern mid-latitudes
75
What are the aspects of map projections?
- Normal - Transverse - Oblique
76
What does the aspect of a map projection refer to?
Orientation of projection with the Earth’s axis
77
What does the perspective of a map projection refer to?
Location of the light source
78
What are the perspectives of map projections?
- Gnomic - Stereographic - Orthographic
79
What is the gnomic perspective of map projections?
Light at centre
80
What is the stereographic perspective of map projections?
Light at far side
81
What is the orthographic perspective of map projections?
Light at infinity
82
What are pseudocylindrical and pseudoconic map projections?
Map projections that bear less exact resemblance to perspective projections
83
What is the difference between tangents and secants with reaction to map projections?
A tangent case has little or no distortion whereas a secant case has distortion
84
Why would use a secant case projection?
If you are interested in displaying certain latitudes more than others
85
A curved earth (3D) uses which type of coordinate system?
One based on angles (latitude and longitude)
86
A flat map (2D) uses which type of coordinate system? Why?
Cartesian (x, y) coordinate systems because they are easier to work with
87
What is the Universal Transverse Mercator coordinate system?
• A single coordinate system for the entire Earth (between 80°S and 84°N) • Based on (secant) Transverse Mercator projection – Cylindrical • Divides Earth into strips 6° of longitude wide
88
What is the Normal Mercator projection?
* Distortion increases in the y direction | * Fantastic for navigation
89
What is the Transverse Mercator projection?
Distortion increases in the x direction
90
Which projection are the British National Grid Coordinates based on?
Based on (secant) Transverse Mercator projection