Geographic Information Systems

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

1/63

flashcard set

Earn XP

Description and Tags

Intro to GIS

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

64 Terms

1
New cards

Objects

Spatial phenomena, both thematic and geometric data linked to a location or a set of locations

2
New cards

Geometric data

Spatial data: one or multpile co-ordinate points that define the Location of a spatial phenomenon (object)

3
New cards

Thematic data

Non-spatial data: Information that describes attributes of spatial phenomena, often represented in categories such as land use or population density.

→ manipulated through querying

4
New cards

The field approach

An approach to spatial data modeling where terrain characteristics are continuous and can be measured at any point, often used in mapping and analyzing surface features. This method is used for understanding natural phenomena (elevation, depth,…) and environmental changes (temperature, precipitation) over a geographic area.

5
New cards

Interpolation method

A statistical technique used to estimate unknown values at specific locations based on known values from surrounding points. This method is commonly applied in the field approach to spatial data models to create continuous surfaces from discrete data.

6
New cards

The object approach

An approach to spatial data modelling where discrete objects are given geometric and attribute data within a geographic area. Usually this method is used in vector-analysis, where data is represented as points, lines or polygots

7
New cards

Model transformation

Transfering field data into an object data model, facilitating the treatment & interpretation of data.
e.g: the production of a soil map based on soil profile analysis

8
New cards

The raster approach

A way of visualising spatial structures into a regular grid of cells, that completely covers the area of study

→ definded by origin coordinates, resolution (size of cell) & dimensions

→ one cell: one attribute: overlay is needed to combine themes

9
New cards

Central point method

Method whereby the cell in a raster model receives the value of the center of said cell

10
New cards

Dominant unit method

Method whereby a cell in a raster model receives the value of the largest area covered in said cell

11
New cards

Map algebra

Way(s) of combining themes in a raster model; has its origins in model planning & landscape architecture

= a standardized tool for overlay analysis (see logical AND / OR functions)

12
New cards

The vector approach

A way of visualizing spatial structures by means of objects, with each type of object (object class) representing one vector layer

13
New cards

The spaghetti model

Also dubbed ring model; a way of representing the object geometry in a vector approach where all objects are represented seperately: no relational topology

→ need for on the fly analysis of spatial relations & more data redundancy

14
New cards

The topological model

way of representing the object geometry in a vector approach wher objects’ relations are incorporated, less redundancy

→ less computationally demanding, but more complex storage & creation

15
New cards

Triangulated Irregular Network model

A special kind of vector model ideal in representing 3D models built through a network of triangles based on elevation measures

→ adaptable level of detail (=\= raster GIS)
→ higher precision in representing elevation changes
→ less storage needed in flat areas (larger triangles)

16
New cards

Delauney triangulation method

Method used to triangulate irregular networks through the

  • cirlce criterion: when constructing a circle through the three points of the triangle, not other point of triangulation may be included (avoids narrow angles)

  • Min-max criterion: When considering the six internal points of two adj. triangles, the minimum angle is maximized

17
New cards

Topography

The observed physical model that accurately describes the size and shape of earth

18
New cards

Geodesy

The best approximation of the earth: the earth as a geoid, approached by a mathemathical model

19
New cards

Ellipsoid

Fitted onto the geoid approximation of earth to obtain a geodetic datum, with three-dimensional geodetic coordinates

20
New cards

Geodetic (coordinates)

coordinates that are not fixed but depend on the geodetic datum
→ Longitude (lambda); Latitude (phi); Ellipsoidal height (he)

→ reflect the angles of the geodetic datum

21
New cards

Geocentric (coordinates)

Coordinates that are fixed, independent of the geodetic datum

eg: ETRS89

→ x, y, z

22
New cards

WGS

Global geodetic datum used by GPS systems; found by the US defence departement

23
New cards

Cylindrical (projection)

Map projection that has no distortion around the equator; usually used for areas extending along a great circle (eg. Chile uses a transversal … projection)

24
New cards

Conical (projection)

Map projection that has no distortion on a chosen parallel: usually used for areas extending along a small circle (eg Belgium)

25
New cards

Azimuthal (projection)

Map projection that has no distortion on the pole(s); usually used for areas with compact shape, with no clear extension in a certain direction (eg; netherlands)

26
New cards

Standard points (or lines)

The point of touch in a map projection that has no distortion

27
New cards

Equal-area

Maintenance of the area (surface) in a map projection

28
New cards

Conformal

Maintenance of the angles in a map projection

29
New cards

Equidistant

Maintenance of distance in a map projection (only possible in specific directions)

30
New cards

Mercator projection

A conformal cylindrical map projection that is widely used for navigating purposes, but has significant distortion towards the poles

31
New cards

Gall-peters projection

An equal-area cylindrical map projection

32
New cards

Normal (orientation)

Orientation of projection bodies along the parallels of the earth

33
New cards

Transverse (orientation)

Orientation of projection bodies along the meridians of the earth

34
New cards

Oblique (orientation)

Diagonal orientation of projection bodies

35
New cards

Belgian Lambert (coordinate system)

A large-scale conformal reference system that uses a secant conical projection body with two standard lines within Belgium; generally usefull for countries with a dominant East-West projection

36
New cards

Zonal systems

Slicing up a large country into smaller parts with each their own standard parallels for large-scale reference systems; used in eg. France, Germany and the US

37
New cards

Universal Transverse Mercator (UTM)

Us department of defence projection that defined 60 meridian zones with a 6° longitudinal width that allows only 1m of distortion within each zone: used between 84° north and 80° south (not for poles → use UPS)

38
New cards

Bursa-wolff 7 (transformation)

Datum transformation used when performing coordinate tranformation with two different geodetic data

→ moves the origin, rotation & scale

39
New cards

Coordinate reference system

A definition of both the geodetic datum (the 3D positioning of the mathemathical model of the earth)
and the map projection (The transformation used for datum coordinates to map coordinates)

→ each has its own EPSG code, described in GIS metadata, that also describes parameters to transform between global and local data

→ in vector gis, this is saved under .prj

40
New cards

Geographic coordinates

Coordinates, usually using degrees as unit of measurment, that uses a three-dimensional model of Earth

41
New cards

Projected coordinates

Coordinates, usually using numeric values as unit of measurment, that uses a two-dimensional model of Earth

42
New cards

Local operation

A spatial operation in raster GIS where new values are determined based on the attributes (thematic data) specific to said location

→ looking vertically through layers: one or several input layers

43
New cards

Focal Operation

A spatial operation in raster GIS where new values are determined based on the immediate or wider neighborhood

→ immediate neighborhood (moving window): calculation of slope or orientation based on elevation matrix

→ Wider neighborhood approach: clumping regions (parcelling), defining buffers or visibility, calculating transportation costs/ shortest distance

44
New cards

Zonal operation

A spatial operation in raster GIS where new values are determined by the zone characteristics to which a cell belongs (zone = collection of cells with the same value)

→ calculating the area or perimeter; or summary value (avg slope)

→ possible on vector layers (stored in attribute table, esp usefull for administrative zones)

→ need for an input value (area, slope, …)

45
New cards

Cartographic modeling

Defining a flow chart by logically combining local, focal and
zonal operations, in such a way that the output of one operation becomes the input of another one in Raster GIS

→ multi-criteria analysis for eg land evaluation or allocation

→ Criteria (factors & constraints) are formed into an overall suitability index

In Vector GIS: Combination spatial querying (selecting) and Topological operations (creating)

→ only Boolean ranking (yes-no), no possiblity for continuous values

46
New cards

Single-objective (cartographic modeling)

Finding locations suited for a single use

→ eg: finding suitable habitat for a species to live; best land to grow a certain crop; …

47
New cards

Multiple-objective (cartographic modeling)

Finding locations based on multiple alternatives, i.e. conflicting interests

→ eg: finding suitable location for carpet & agriculture industry

→ hierarchical or conflict approach

48
New cards

Factors

one type of criteria in cartographic modeling

One aspect for the degree of suitability → a discrete or continuous (fuzzy) scale

→ all … should have the same scale (eg 0 - 5)

49
New cards

Constraints

one type of criteria in cartographic modeling

A location where the objective cannot be reached in any case (null value)

50
New cards

Method of Saaty

a method of determining the weights in a trade-off scenario, where weighted linear combinations of factor scores decide the overall suitability index

→ based on 1 to 1 comparisons of the factors in a crosstab with fiinal weights as eigenvector of the matrices

51
New cards

Hierarchical approach (to multiple-objective cartographic modeling)

Objective 1 gains priority over objective 2: iterative increase or decrease of treshold value for suitability map untill sufficient area is allocated to objective 1, afterwards do the same for objective 2 with remaining area

52
New cards

Conflict approach (to multiple-objective cartographic modeling)

Two objectives have equal (or weighted) priority; based on two suitability maps, allocate area to both x and y; then need to partition the “conflict area”: iterative decrease in treshold value for both suitability maps untill both objectives are reached

53
New cards

The object-relational (data) model

The integration of geographic and attribute data into one model, due thanks to spatial database solutions

→ two steps to define said model (storage & treatment of non-spatial data)

  1. The conceptual phase

  2. The logical phase

54
New cards

feature class

The description of spatial objects in GIS as basic geometry types: Points, lines or polygons (superclasses → subclasses)

One layer consists of one ….

55
New cards

Conceptual phase

The first step in relational data models; creating a conceptual scheme that identifies object classes, features of object classes and relational classes

→ Entity-relationship modeling

56
New cards

Entity class

Represent real-world objects or phenomena that are modeled in the database; represented by a rectangle in ER modeling.

Examples: "Buildings," "Roads," or "Municipalities."

the main components of the data model, with attributes describing their properties = instances (e.g., a building may have a height, address, and type).

57
New cards

Relationship class

Represent associations or relationships between entity classes.

Examples: "Contains" (relationship between Municipalities and Buildings) or "Crosses" (relationship between Roads and Rivers

They define how entities are linked, often including rules or cardinalities (e.g., one municipality contains many buildings).

58
New cards

cardinality

A value between [0;n] that describes the dependency between two enitity classes

→ if maximum of one entity class is 1 there is Functional dependency

59
New cards

Logical phase

Second phase in relational data modeling; transforming the conceptual scheme into a logical model for a specific Database Management system (for GIS, using tables)

60
New cards

Primary key

The underlined attribute of an entity class;

composed … for relationship classes: both entity classes

61
New cards

Foreign key

In a one-to-many cardinality, we can directly put the primary key and attributes of the “owner” entity table into the second entity table, making the relation table obsolete

Characterized by a #

62
New cards

Reflexive relational model

In the logical phase of relational data modeling, when there is a relation between instances of a same entity class

→ For a one-to-many cardinality (functional dependency): no relation class, primary keys are duplicated and re-used in the entity class with a different name

→ eg: Owners & tenants; with ID-number as primary key → add “ID-number_owner” as new attribute in table

→ For other cardinalities: Relationship class with primary key and duplicated primary key as attributes, each receiving a different name

→ eg: evolution of land use: relation class with Parcel-number_before and Parcel-number_after as attributes

63
New cards

Topological operations

Spatial operations in vector GIS that modify the geometry of individual objects based on spatial relationships

  • Buffers

  • Clipping

  • Differencing

  • Dissolving

64
New cards

Overlay operations

Spatial operations in vector GIS that create new datasets & geometries based on attributes of multiple objects

  • Unions

  • Intersections

  • Symmetrical difference