2 Representing the world spatially

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/45

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:58 AM on 8/3/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

46 Terms

1
New cards

Model connecting signs, thoughts and reality

Semantic triangle

<p>Semantic triangle</p>
2
New cards

What does the semantic triangle explain?

We always abstract from the real world and abstractions are mediated by thought. These representations may be influenced by culture, experience or language

3
New cards

What do the historical examples show us?

There are many ways of representing geographic information

4
New cards

Ancient Chinese map carved into stone

Grid

Yu Ji Tu

<p>Yu Ji Tu</p>
5
New cards

Printed Swiss map

South at the top

Tabula Nova Heremi Helvetorium

<p>Tabula Nova Heremi Helvetorium</p>
6
New cards

Written text describing Norse exploration of North America using place names, routes and descriptions of places

Icelandic saga

<p>Icelandic saga</p>
7
New cards

Document describing ownership of a land parcel

Property deeds on sheepskin

<p>Property deeds on sheepskin</p>
8
New cards

Marshallese charts tracking island locations, currents and swells of the Pacific, used to memorise the locations beforehand

Rebbelib

<p>Rebbelib</p>
9
New cards

Newspaper print describing the previous day’s weather with isobars

Early weather map

<p>Early weather map</p>
10
New cards

What do these representations have in common?

  • communicate geographic information

  • abstract real world with signs or symbols

  • influenced by culture and mental models

  • decisions were made to decide how to represent what

11
New cards

How do these representations differ?

intents and purposes

<p>intents and purposes</p><p></p>
12
New cards

What two key choices have to be made when describing objects?

knowt flashcard image
13
New cards

Multidimensional building blocks of geographical information

Atoms of geographic data a = < l, t, d >

14
New cards

What are the two conceptual models of space?

Discrete objects

Continuous fields

15
New cards

What do conceptual models help us with?

understand ways of describing space

16
New cards

What is the limit of conceptual models?

no direct solution for digital representation

17
New cards

Features with clear,

definable boundaries

Discrete objects

<p>Discrete objects</p>
18
New cards

Geographic phenomena measurable everywhere

Continuous fields

<p>Continuous fields</p>
19
New cards

Conceptual model for counting distinct entities

Discrete objects

20
New cards

Conceptual model for elevation or temperature

Continuous fields

21
New cards

Core triplet elements of geographic data

Location

22
New cards
<p>Dimensionality of point data features</p>

Dimensionality of point data features

0D

<p>0D</p>
23
New cards
<p>Dimensionality of line data features</p>

Dimensionality of line data features

1D

<p>1D</p>
24
New cards
<p>Dimensionality of area or polygon data</p>

Dimensionality of area or polygon data

2D

<p>2D</p>
25
New cards

Attribute type used for IDs or names

Nominal

26
New cards

Attribute type with true or false choices

Binary

27
New cards

Attribute type with naturally ranked values

Ordinal

28
New cards

Attribute type where differences can be calculated

Interval

29
New cards

Attribute type that can be ranked and used to calcualate percentiles

Ratio

30
New cards

Data structure dividing space into regular cells with a given resolution, each cell has values e.g. height or RGB values

Raster

31
New cards

Data structure storing discrete objects as points, liner or areas, each object has at least one attribute

Vector

32
New cards

Which data structure is used for continuous fields?

raster

33
New cards

How to model choosing routes?

  • data structure

  • attributes

vector: discrete objects (lines)

attributes: nominal (road names or IDs), ratio (speed limits)

34
New cards

How to model managing and dispatching resources?

  • data structure

  • attributes

vector: discrete objects (points representing accident, helicopter and hospital locations)

attributes: vary, nominal (names of those involved), ordinal (severity of injuries)

35
New cards

How to model managing and dispatching resources?

  • data structure

  • attributes

raster: continuous field

attribute: ordinal (priority of sites)

36
New cards

How to model managing and dispatching resources?

  • data structure

  • attributes

raster: continuous field

attributes: ratio (measure spectral signals)

37
New cards

How to model monitoring deforestation?

  • data structure

  • attributes

continuous field or discrete object

continuous field: total deforestation

discrete object: identifying patches

38
New cards

How can you add the third dimension?

represent elevation with raster

add attributes to represent information about volume

(simplified)

39
New cards

Human-readable aspatial data file format

CSV

<p>CSV</p>
40
New cards

Human-readable vector data file format

GeoJSON

<p>GeoJSON</p>
41
New cards

Human-readable raster format with a text header

ESRI ASCII raster

<p>ESRI ASCII raster</p>
42
New cards

Proprietary vector format (from ESRI) requiring three files

Shapefile

43
New cards

Non-human-readable raster format for remote sensing, used for sharing raster data

GeoTIFF

44
New cards

Database format storing both vector and raster, default in QGIS

GeoPackage

<p>GeoPackage</p>
45
New cards

Which files are exclusively for raster data?

ESRI ASCII

GeoTIFF

46
New cards

Which files are exclusively for vector data?

Shape files

GeoJSON