GEO2440 Spatial Data - Raster and Vector

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

1/44

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

45 Terms

1
New cards

What is spatial data?

Contains information about a physical object that has a size, shape and location on Earth and is represented in a geographic coordinate system.

Is data that can be mapped to provide representations of the real world for quantitative/qualitative uses.

Doesn’t have to be mapped, e.g. can also be the distance between 2 points.

Is multidimensional and is often stored as coordinates and topology.

2
New cards

What is a data model?

A mathematical construct for representing geographic objects or surfaces as thematic layers, including their spatial representation, attributes, portrayal and relationships.

3
New cards

What are the two types of spatial data/data models?

Raster

Vector

4
New cards

What is a spatial entity?

A representation of the real world - the things seen on a screen as opposed to the real things.

Therefore, real things are represented as entities.

5
New cards

Are spatial entities true representations of the real world?

No, for example pylons being represented as crosses.

<p>No, for example pylons being represented as crosses.</p>
6
New cards

What is a ‘feature’?

The original/real world thing that is being represented as an entity.

7
New cards

What are the problems with spatial entities?

Scale

Dynamics

Definition/fuzziness

8
New cards

Explain the problem with scale for spatial entities

How the real world is modelled varies with scale - for example one scale is a side street in England, or another is the whole world view. These are hardly comparable at the same scale.

There is a limited resolution that can fit onto a map.

9
New cards

Explain the problem with dynamics for spatial entities

The real world isn’t static. Streams flow and flood, forests grow and are cleared.

Different features also change at different rates.

Therefore GIS cannot ever map things accurately as by the time maps etc are created things will have inevitably changed.

10
New cards

Explain the problem with definition for spatial entities

Many real world features don’t fit into the categories of entities available (nature is full of poorly-defined boundaries).

However, a decision on a boundary in GIS has to be made - so they are often inaccurate.

11
New cards

What influence these problems/how to represent the real world?

The purpose of the entity data.

12
New cards

What are data structures?

What provides the information the computer needs to construct the data model in digital form.

13
New cards

What is raster data?

When the world/data is represented as same-size pixels, each pixel with a value (and potentially colour).

14
New cards

What is vector data?

The world/data is represented as points, lines or polygons.

No redundant points.

Only one value for the whole vector layer.

Ideal for storing data with discrete boundaries.

15
New cards

Can both raster and vector data be used in one project?

Yes.

But they cannot be within the same layer.

16
New cards
<p>Comparison of raster and vector data</p>

Comparison of raster and vector data

knowt flashcard image
17
New cards

RASTER: What are the two types of raster data?

Continuous

Thematic/discrete.

18
New cards

RASTER: explain the pixels in raster data

Each pixel must be one value only. W

Within the entire image there can be redundant points…

Therefore there can be different values within one raster layer - different values in different pixels.

All pixels are the same size…

The resolution of a raster image is the length of one side of the pixel, e.g. 25×25 squares = 25cm resolution.

Instead of XY location of every cell, raster has to have a string of numbers in their particular order… the system knows the starting point so knows the locations of each cell.

19
New cards

RASTER: what is discrete raster?

Raster that represent phenomena that have clear boundaries with attributes that are descriptions, classes, or categories.

Generally, (but not always) integers are used for the cell values.

It is assumed that the phenomena that each value represents fill the entire area of the cell.

E.g. land cover.

<p><span>Raster that represent phenomena that have clear boundaries with attributes that are descriptions, classes, or categories. </span></p><p><span>Generally, (but not always) integers are used for the cell values. </span></p><p><span>It is assumed that the phenomena that each value represents fill the entire area of the cell.</span></p><p><span>E.g. land cover.</span></p>
20
New cards

RASTER: what is the limitation of discrete raster?

It cannot go below the resolution of each pixel.

Therefore the land cover in one cell may not be simply grassland, but maybe heathland too. However this can’t always be shown.

21
New cards

RASTER: what is continuous raster?

Raster in which cell values vary continuously to form a surface. There are no hard boundaries.

Values exist on a scale relative to each other. Multiple rasters represent a gradual change.

It is assumed that the value assigned to each cell is what is found at the centre of the cell

E.g. elevation, temperature.

<p><span>Raster in which cell values vary continuously to form a surface. There are no hard boundaries.</span></p><p><span>Values exist on a scale relative to each other. Multiple rasters represent a gradual change.</span></p><p><span>It is assumed that the value assigned to each cell is what is found at the centre of the cell</span></p><p>E.g. elevation, temperature.</p>
22
New cards

RASTER: the use of raster for remote sensing imagery.

Is more detailed: as different pixels store different values more can be determines from raster remote sensing. If vector is used an entire location would look the same.

Raster is inefficient at storing remote sensing data, multiple pixels take up more storage/files than one value for vector.

23
New cards

RASTER: raster bands.

A raster dataset can contain one or more layers called bands:

Single band

Multiple band

24
New cards

RASTER: explain single bands.

Contain a single matrix of cell values.

Elevation Data

Grayscale aerial imagery

Scanned maps / documents

25
New cards

RASTER: what is an example of a single band raster?

Digital Elevation Model / DEM.

Digital representation of topography.

Represented by pixel based values with a single elevation value representing the entire area of the pixel.

DEMs are typically used to represent terrain relief, and can be used to derive slope and aspect.

26
New cards

RASTER: explain multiple bands.

Contain multiple spatially coincident matrices of cell values representing the same spatial area

TIFFs, IMGs

Remotely Sensed Data

Spectral Data

27
New cards

RASTER: raster attributes

Attribute tables don’t necessarily exist, unless made.

Everything is an attribute in raster.

28
New cards

RASTER: advantages

Easy creation from image data.

Easy to perform mathematical and overlay operations.

Efficient storage of dense/heterogeneous data.

Grid-cell systems compatible with raster-based output devices.

29
New cards

RASTER: disadvantages

Must pre-define spatial resolution.

Requires large volume of storage.

Inefficient when data is sparse or homogenous.

Deals poorly with linear features.

30
New cards

VECTOR: points, lines and polygons

Vector data can be specific points - a single pair of coordinate values (e.g. locations of a species sighting).

Lines are a sequence of points/coordinate pairs strung together.

Polygons are various points/coordinate pairs strung together, where the start and end point is the same.

<p>Vector data can be specific points - a single pair of coordinate values (e.g. locations of a species sighting).</p><p>Lines are a sequence of points/coordinate pairs strung together.</p><p>Polygons are various points/coordinate pairs strung together, where the start and end point is the same.</p>
31
New cards

VECTOR: do lines/polygons really exist?

No.

Every vector layer is simply points or a sequence of points, through which a line is drawn. The line means something to us, but nothing to the computer.

32
New cards

VECTOR: what are the extended types of vector data?

Surfaces (e.g. elevation).

Networks (e.g. roads).

33
New cards

VECTOR: what is one example of data vector is good for representing?

Artificial structure built by humans.

34
New cards

VECTOR: what is the limitation of vector for representing artificial structures, for example?

Data storage.

Requires multiple vector files, as opposed to one raster file.

35
New cards

VECTOR: can vector data create curved lines?

No.

The lines between points are straight.

Therefore, densely located points can create an illusion of a curve… but there will never be an actual curve.

36
New cards

VECTOR: vector attributes.

Everything is linked to an attribute.

Every point, line and polygon is represented in a table somewhere.

Each layer = one table.

Vector data model can store multiple attributes perfeature, and are linked by a Unique feature ID (FID).

<p>Everything is linked to an attribute.</p><p style="text-align: left">Every point, line and polygon is represented in a table somewhere.</p><p style="text-align: left">Each layer = one table.</p><p style="text-align: left"><span>Vector data model can store multiple attributes perfeature, and are linked by a <em>Unique feature ID </em>(FID).</span></p>
37
New cards

VECTOR: what is the definition of topology?

Geometric characteristics of objects which do not change under transformations.

E.g. if a map is stretched/contorted, the entities initially next to each other remain next to each other, remain connected or will remain within the entity they were originally within.

<p>Geometric characteristics of objects which do not change under transformations.</p><p>E.g. if a map is stretched/contorted, the <span>entities initially next to each other remain next to each other, remain connected or will remain within the entity they were originally within.</span></p>
38
New cards

VECTOR: what are the types of topology?

Arc-node - line features can share endpoints.

Polygon - area features can share boundaries.

Route - line features can share segments with other line features.

Region - area features can overlap with other area features.

Node - line features can share endpoint vertices with point features.

Point events - point features can share vertices with line features.

<p>Arc-node - line features can share endpoints.</p><p>Polygon - area features can share boundaries.</p><p>Route - line features can share segments with other line features.</p><p>Region - area features can overlap with other area features.</p><p>Node - line features can share endpoint vertices with point features.</p><p>Point events - point features can share vertices with line features.</p>
39
New cards

VECTOR: what is a rule when representing land surface?

Points joined to their nearest points will always form triangles.

40
New cards

VECTOR: what is TIN?

Triangular Irregular Network.

Well suited for adjacency/connectivity analysis.

Identifies spatial relationship between spatial entities

Reduces data redundancy (all the data are useful)

Allocates IDs to polygons

41
New cards

VECTOR: DEMS in TIN v raster

DEMS in TIN format have advantages over in raster format, such as memory allocation and speed.

However the format is more complicated.

42
New cards

VECTOR: advantages

Data can be represented at its original and/or high resolution without generalisation.

Accurate positional info that is best for representing discrete and linear features.

Efficient storage of sparse data.

Can associate many attributes to specific features.

43
New cards

VECTOR: disadvantages

Undershoots, overshoots, open polygons.

Manipulations require sophisticated algorithms.

Processing can require lots of computer time.

Inefficient storage of dense/continuous data.

The location of each vertex (node) needs to be stored explicitly.

<p>Undershoots, overshoots, open polygons.</p><p>Manipulations require sophisticated algorithms.</p><p>Processing can require lots of computer time.</p><p>Inefficient storage of dense/continuous data.</p><p>The location of each vertex (node) needs to be stored explicitly.</p>
44
New cards

Converting data between raster and vector

Can create unknown mistakes. These cause issues later on down the line.

More conversions = more mistakes.

45
New cards

How can you change the resolution of raster and vector data?

RASTER: change pixel size.

VECTOR: change number of points.