Geo-Information Tools: Application Building Flashcards

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/100

flashcard set

Earn XP

Description and Tags

Comprehensive vocabulary flashcards covering GIS project building, data handling, proximity analysis, DEM derivatives, and cost-distance modeling.

Last updated 11:26 AM on 7/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

101 Terms

1
New cards

Light Rail Project

A hypothetical case study used in the course to find the best route for a light rail tram connecting Wageningen to Rhenen under specific constraints.

2
New cards

Project Phase: Concept

The early stage of a project where the general idea and goals are established before formalization.

3
New cards

Application

A software program or group of models that enables the performance of a range of tasks or components within a project.

4
New cards

Component

A practical division of an application into specific work packages that can be implemented sequentially and linked.

5
New cards

Step (st)

A sequential unit within a component, represented by data-action scripts or specific implementation tasks.

6
New cards

Component A: Data Preparation

The phase focused on pre-processing, which includes cleaning, integrating, transforming, and reducing project source data.

7
New cards

Component B: Suitability Corridor

The task of generating a suitability map using weight or cost factors to find a route with the least resistance.

8
New cards

Component C: Editing

Revision of the light rail route to ensure it follows a logical path through populated areas rather than just a calculated one.

9
New cards

Component D: Population Reach

Implementation of the criterion that the light rail must serve 70%70\% of the population of Wageningen within walking distance.

10
New cards

Component E: Calculate Costs

Computing the approximate monetary economic cost of construction based on specific requirements and structures.

11
New cards

Component F: Visualize

The presentation of the proposed route through conventional maps and internet presentations.

12
New cards

Data Pre-processing

The process of preparing project source data for the entire application by addressing errors, shape, and formats.

13
New cards

TOP10NL

A digital topographic data source from the Dutch Kadaster used for land use and infrastructure information.

14
New cards

Digital Elevation Model (DEM)

A main data source used to characterize bare-earth terrain, represented as continuous elevation values.

15
New cards

CBS (Central Bureau of Statistics)

The source used for neighborhood neighborhood areas and census data to assess population reach parameters.

16
New cards

ps_ prefix

A standardized naming convention for Project Source data.

17
New cards

pr_ prefix

A standardized naming convention for Project Results intended for stakeholders.

18
New cards

Project Geodatabase

A storage location for data that is always important during the entire project, such as project sources and results.

19
New cards

Component Geodatabase

A geodatabase for data that is important across several components but may become redundant after execution.

20
New cards

Step Geodatabase

A geodatabase for data that is specific to a single step and can be cleared once that step is finished.

21
New cards

Data Handling Classification

The grouping of tools into classes such as Queries, Transformations, and Alterations.

22
New cards

Queries

Tools that work on features or tables without modifying the entity, meaning the set of attributes stays the same.

23
New cards

Overlays

Tools that modify both geometry and attributes, resulting in features with a different entity than the original inputs.

24
New cards

Select Tool

Extracts features or records from an input feature class based on an expression and stores them in a new class.

25
New cards

Select By Attributes

A query that extracts features or records according to a Structured Query Language (SQL) expression.

26
New cards

Select By Location

A spatial query that selects features based on their relationship (e.g., intersect) to features in another dataset.

27
New cards

Table Select

Selects table records matching an SQL expression and writes them to an output table.

28
New cards

Copy Features Tool

A tool used to save selection results that currently exist only in memory to a permanent feature class.

29
New cards

Table View

A temporary in-memory selection of a table used to view or update records without creating a new file.

30
New cards

Clip Tool

An extraction tool that cuts out a piece of one dataset using another dataset as a cookie cutter, leaving attributes unchanged.

31
New cards

Erase Tool

A tool that overlays input features with erase features and copies only the portions falling outside the erase boundary.

32
New cards

Merge Tool

Combines multiple input datasets of the same type into a single new output dataset by concatenating the features.

33
New cards

Append Tool

Adds multiple input datasets into an existing target dataset rather than creating a new one.

34
New cards

Delete Identical

Modifies input data by deleting records that have identical values in specified fields or identical geometry.

35
New cards

Lookup Table (LUT)

A reclassification table matching repeated entries to common meanings or values, such as assigning Suitability weights to land use codes.

36
New cards

TDN code

The Topographic Service of the Netherlands code used to describe Dutch land use types.

37
New cards

Attribute Join

The enrichment of a feature class with attributes from another table based on common attribute values.

38
New cards

Spatial Join

The enrichment of one feature class with attributes of another based on spatial relationships like intersection or distance.

39
New cards

1:1 Join

A join relationship where one record in the target table corresponds to exactly one record in the join table.

40
New cards

M:1 Join

A join relationship where many records in the target table match a single record in the join table.

41
New cards

Identity (Overlay)

Computes a geometric intersection where the output keeps all input primitives and receives attributes from the identity features.

42
New cards

Union (Overlay)

A polygon-only operation that keeps all primitives from all input feature classes and joins their attributes.

43
New cards

Update (Overlay)

A polygon operation that computes the intersection and replaces the input geometry with that of the update feature class.

44
New cards

Symmetrical Difference

An overlay that removes primitives spatially common to both feature classes, keeping only those that are unique to one.

45
New cards

Proximity Analysis

GIS analysis designed to examine spatial relationships and answer what features are near others.

46
New cards

Buffer

A proximity tool that creates a polygon at a specified distance around input point, line, or polygon features.

47
New cards

Dissolve (Buffer Option)

An option that erases overlapping boundaries in buffer results to create a single multipart feature or grouped features.

48
New cards

Multipart Feature

A single feature in a GIS dataset that consists of multiple separate geometric parts.

49
New cards

Near Tool

Calculates the distance and ID of the closest feature from one feature class to another and adds them to the input table.

50
New cards

Generate Near Table

Calculates distances between features and writes the results to a separate table, allowing for multiple near features per record.

51
New cards

Expand (Raster Tool)

A tool that performs a buffer-like operation on rasters by expanding specified cells by a given number of pixels.

52
New cards

Generalization

The method used in GIS to reduce detail in data to represent a manageable version at a smaller scale.

53
New cards

Aggregation

A generalization tool that combines polygons within a specified distance into new, less-detailed polygons.

54
New cards

Simplification

A tool that reduces the number of vertices in a line or polygon feature to speed up processing while maintaining shape.

55
New cards

Ramer–Douglas–Peucker Algorithm

A specific method for simplification that removes redundant vertices based on a defined tolerance distance.

56
New cards

Integrate Tool

An editing tool where vertices within a specified x,y tolerance of one another are assigned the same coordinate location.

57
New cards

Snap Tool

A tool that moves vertices or segments to exactly coincide with another vertex, segment, or endpoint.

58
New cards

Digital Surface Model (DSM)

A representation of height values that includes surface objects like vegetation and buildings.

59
New cards

Digital Terrain Model (DTM)

Also called a Digital Terrain Relief Model, it represents only the bare-earth terrain, void of surface objects.

60
New cards

SRTM

Shuttle Radar Topography Mission; a NASA mission that obtained near-global elevation data using Interferometric Synthetic Aperture Radar.

61
New cards

Copernicus DEM

A European and global elevation dataset available in GLO-30 and GLO-90 instances since 2019.

62
New cards

AHN

Actueel Hoogtebestand Nederland; the high-resolution LiDAR-based elevation model of the Netherlands.

63
New cards

LiDAR

Light Detection and Ranging; a technology using laser pulses from planes to measure distances to the ground and surface objects.

64
New cards

First Return Pulse

In LiDAR, the pulse reflection from the top of vegetation or surface objects.

65
New cards

Second Return Pulse

In LiDAR, the pulse reflection that penetrates vegetation to reach the ground below.

66
New cards

Elevation (Derivative)

A DEM derivative used for cost damage estimates or air temperature modeling.

67
New cards

Slope (Derivative)

A DEM derivative measuring surface steepness, with values >6%> 6\% being avoided in the Light Rail Project.

68
New cards

Aspect

A DEM derivative representing the compass direction of a slope, influencing local climate and vegetation.

69
New cards

Sink

A raster cell with an undefined drainage direction because all surrounding cells are higher.

70
New cards

Fill Tool

A hydrologic tool that raises cell values to remove sinks and imperfections, creating a hydrologically corrected DEM.

71
New cards

Flow Direction

A tool identifying the drainage direction from each cell to its steepest downslope neighbor, coded 11 to 128128.

72
New cards

Flow Accumulation

A tool that calculates accumulated flow as the total number of cells draining into each downslope cell.

73
New cards

Potential Wet Area

Identified in the project by using the Fill tool in combination with subtraction from the original DEM.

74
New cards

Con Tool

A conditional tool that performs an if/else evaluation on raster cells to select or recode values.

75
New cards

Region Group

A raster tool that identifies connected cells of the same type and assigns each discrete region a unique number.

76
New cards

Zonal Statistics

A tool that calculates a single output value (e.g., mean) for every zone defined by an input dataset.

77
New cards

Model Documentation

The use of parameters, labels, and metadata to explain the functionality and logic of a ModelBuilder model.

78
New cards

Vector to Raster Conversion

The process of transforming features into pixels, which results in the inherent loss of some spatial information.

79
New cards

Cell Assignment: Maximum Area

A raster conversion method where the cell value is determined by the feature that occupies the largest area of the cell.

80
New cards

Snap Raster

A geoprocessing environment setting that ensures the cell footprints of output rasters align exactly with a specific input raster.

81
New cards

Raster to Polygon

A conversion tool used to transform discrete raster zones into vector features for further analysis.

82
New cards

Mosaic to New Raster

A tool used to combine multiple adjacent or overlapping rasters into a single generic weight raster.

83
New cards

First Come First Serve

A mosaic operator where overlapping areas receive values from the first raster dataset listed in the source.

84
New cards

Nominal Scale

A measurement scale used for classification with no inherent order, such as land use TDN codes.

85
New cards

Ordinal Scale

A measurement scale where data can be ranked, such as checking if one area is more or less suitable than another.

86
New cards

Interval Scale

A measurement scale relative to an arbitrary zero, used for data types like dates.

87
New cards

Ratio Scale

A measurement scale relative to an absolute zero, used for counts, percentages, and monetary prices.

88
New cards

Euclidean Distance

The straight-line (air) distance from each cell to the closest source location.

89
New cards

Euclidean Direction

Calculates the direction in degrees from each cell to the nearest source.

90
New cards

Euclidean Allocation

Assigns each cell a value indicating its nearest source based on straight-line distance.

91
New cards

Cost Distance Tool

Determines the shortest weighted distance (accumulated travel cost) from each cell to the nearest source over a cost surface.

92
New cards

Cost Back Link

An output raster that identifies which neighbor is the next cell on the least-accumulative cost path back to the source.

93
New cards

Cost Allocation

Calculates for each cell the nearest source based on the least-accumulative cost over a cost surface.

94
New cards

Cost Path tool

Calculates the single least-cost travel route from a specific destination to a source using cost distance and backlink inputs.

95
New cards

Cost Connectivity

A tool that produces the least-cost connectivity network (paths) linking two or more input regions.

96
New cards

Corridor Tool

Calculates the sum of two accumulated cost rasters to identify alternative potential routes between a source and a destination.

97
New cards

Slice Tool

A tool used to divide a raster into zones (e.g., 100100 zones) based on Equal Interval or Equal Area methods.

98
New cards

Iterator

A ModelBuilder tool that automates repetitive workflows by looping through values, rows, or files.

99
New cards

For Iterator

An iterator that repeats a process across a range of values, such as calculating buffers at every 500m500\,m interval.

100
New cards

Iterate Field Value

An iterator that loops through each unique field value, such as creating a separate feature class for every unique TDN code.