Geography 103 UOA

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

1/48

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.

49 Terms

1
New cards

data model

conceptual understanding of how information is organised

2
New cards

data structure

the implementation of how data is transferred from real life to the digital

3
New cards

Fields

surfaces as a continuously changing and graded reality

4
New cards

objects

independent features arranged relative to one another

5
New cards

atomic vs plenum

when does one thing become another thing? or are all things seperate from one another?

6
New cards

Raster Data

A grid-based format for storing location-based data in a geographic information system in which each equally-sized cell or pixel contains a value that represents geographic features.

7
New cards

Vector Data

A format for storing location-based data in a geographic information system that uses latitude and longitude coordinates to represent geographic features with points, lines, and polygons

8
New cards

tabular

from non-spatial tables

9
New cards

drone

from above, location, scale and orientation required perspectives

10
New cards

analogue to digital

stored so computers can recognise it

11
New cards

Analogue data

fixed information, scale down models using analogies

12
New cards

Digital Data

data not fixed, using coordinates and an attribute table

13
New cards

coordinates and projection

ties information to the ground using scalar units

14
New cards

WGS84 (World Geodetic System 1984)

latitude and longitude, degrees + minutes + seconds, often continental
cannot b used for small projections - small units

15
New cards

NZTM2000 (New Zealand Transverse Mercator)

from central datum, distance + area. cannot b used for large projections- large units

16
New cards

Spatial data (geospatial data or geographic information)

links a location and an attribute, contains specific geographic information

17
New cards

Primary Data Collection

surveys, observations, experiments

18
New cards

secondary data collection

processed primary data

19
New cards

raw data

data collected in original form, unprocessed

20
New cards

Size Hierarchy

national > regional > TLA > wards > SA2 > meshblocks/SA1

21
New cards

Surveying

primary, involves determining positions of points, distances and angles

22
New cards

census

secondary, processed surveying

23
New cards

Sonar (Sound Navigation and Ranging)

a primary system that uses reflected sound waves to detect and locate objects underwater

24
New cards

LIDAR (Light Detection and Ranging)

A remote sensing technique using the same principle as radar. The instrument transmits light to a target, some of which is reflected back to the instrument. The time for the light to travel out to the target and back is used to determine the range to the target.

25
New cards

satellite

A natural or artificial body that revolves around a planet

26
New cards

Highly Elliptical Orbit

communication at northern latitudes

27
New cards

geostationary orbit

communication and weather

28
New cards

Low Earth Orbit

mobile communication, astronomy and reconnaissance

29
New cards

GPS (global positioning system)

A system that determines the precise position of something on Earth through a series of satellites, tracking stations, and receivers.

30
New cards

passive sensors

only detect energy emitted or reflected off targets

31
New cards

active sensors

emit their own energy and record reflection off targets

32
New cards

spatial analysis

going beyond the database to create new attributes and geography. extraction/creation of new data

33
New cards

local operations

cell by cell

34
New cards

Focal Operations

calculates a value based on all neighboring cells

35
New cards

neighborhood operations

approach to raster image analysis, focal statistic tool performing operations

36
New cards

area/distance measurement

no spatial analysis, computually non-trivial in vector

37
New cards

Spatial aggregation

sampling down large rasters

38
New cards

kernel

small matrix, used for blurring, shaping, edge detection via a convolution of a kernel and an image

39
New cards

Kernel Density Estimation (KDE)

estimate a continuous density surface, used for hotspot mapping of concentration of events. one of the most useful empirical models of spatial data

40
New cards

Network Analysis

system of nodes and edges

41
New cards

intersection

new geometry

42
New cards

clip

new geometry, boundaries of second polygon imposed on the first

43
New cards

Union

new geometry, groups geometric features

44
New cards

dissolve

new geometry, removes boundaries of adjacent features with identical attributes

45
New cards

buffer

new attribute information, distance function that selects areas within a specified distance

46
New cards

reclassification

new attribute information, assigning new classes of values to existing values

47
New cards

data query

questions posed to a database, turns out selected spatial objects

48
New cards

Structured Query Language (SQL)

an international standard language for processing a database, no new data created

49
New cards

spatial data query

query based on spatial relationships