Geographic Information Systems (GM/LA 282) Practice 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/40

flashcard set

Earn XP

Description and Tags

A complete set of vocabulary flashcards derived from the GM/LA 282 lecture notes on Geographic Information Systems, covering historical foundations, data models, spatial analysis, and technical procedures.

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

No analytics yet

Send a link to your students to track their progress

41 Terms

1
New cards

Geographic Information Systems (GIS)

A computerized system for managing digital data that has coordinates (x,y,zx, y, z location) and provides means to link scientific 이해 to digital maps for resource management.

2
New cards

Dr. John Snow

An English Physician who, in 1854, performed the first documented GIS analysis by plotting cholera cases on a map of London to relate spatial and non-spatial data.

3
New cards

Free Open Source Software (FOSS)

GIS software distributed free of charge that can be modified to suit user needs, developed often by organizations to reduce licensing costs.

4
New cards

Geospatial Data

Any digital data that has coordinates (x,y,zx, y, z location); also referred to as geo-referenced data.

5
New cards

Toolbox Definitions of GIS

Definitions that describe GIS as a powerful set of tools for capturing, storing, retrieving, transforming, and displaying data from the real world.

6
New cards

GIS Components

The five primary elements required for GIS: hardware, appropriate software, organizational context (skilled personnel and procedures), and networks.

7
New cards

Data Transformation

A GIS function involving stages to remove errors, match data, or perform analysis such as calculating quantities, changing projections, or changing map scales.

8
New cards

Points

The most fundamental spatial geometric primitive without any extension, used to represent features such as wells, survey pillars, or electric poles.

9
New cards

Lines

One-dimensional objects used to represent linear features such as roads, rivers, contours, and powerlines.

10
New cards

Polygons

Geometric primitives used to represent area features or surfaces, such as lakes, buildings, farms, or land uses.

11
New cards

Continuous Surfaces

A concept applied to represent objects that occur continuously in space and time without definite boundaries, such as topography, temperature, or precipitation.

12
New cards

Attributes

Data which describe objects but have no spatial structure or location information, such as ownership names, material types, or cost.

13
New cards

Nominal Attribute

A classification that distinguishes between locations without ranking or arithmetic potential, such as telephone numbers or land use class IDs.

14
New cards

Ordinal Attribute

A classification that implies a ranking (e.g., Class 1 is better than Class 2), though arithmetic operations do not make sense.

15
New cards

Interval Attribute

Attributes where differences between measurements are meaningful, such as Celsius or Fahrenheit temperature scales or elevation above sea level.

16
New cards

Ratio Attribute

Attributes where it makes sense to divide one measurement by another, characterized by an absolute zero and the absence of negative values.

17
New cards

Cyclic Attribute

Measurements representing directions or cyclic phenomena where distinct points like 0o0^\text{o} and 360o360^\text{o} can be equal.

18
New cards

Vector Data Model

A spatial model that represents reality through points, lines, and polygons, storing accurate coordinates and discrete boundaries.

19
New cards

Sliver Polygons

Small polygons along shared boundaries created when the edges of two polygons do not meet properly during overlay or digitizing.

20
New cards

Undershoots

An error in vector data quality where a line feature does not meet another line feature of the same kind at an intersection.

21
New cards

Overshoots

An error in vector data quality where a line feature crosses and extends beyond another line feature it should connect to.

22
New cards

Raster Data Model

A model representing phenomena as a series of grids or cells in columns and rows, ideal for continuously varying data like topography.

23
New cards

Rasterization

The GIS process of converting vector data into the raster data format.

24
New cards

Vectorization

The GIS process of converting raster data into the vector data format.

25
New cards

Euclidean Distance

The straight-line distance computed based on Cartesian coordinates using the formula d=SQRT((x2x1)2+(y2y1)2)d = \text{SQRT}((x_2 - x_1)^2 + (y_2 - y_1)^2).

26
New cards

Spherical Distance

Long distances on the surface of the Earth computed through spherical trigonometry using angular distance (psi\text{psi}) and the mean radius of Earth (RR).

27
New cards

Overlay

A GIS operation that places one map layer on top of another to create a third map, modifying original features or their attributes.

28
New cards

Point-in-Polygon

An overlay operation where point data is combined with polygon data to determine, for example, which district a specific well is located in.

29
New cards

Map Algebra

The use of mathematical operators (++, -, //, ×\times) or logical operators (AND, OR, NOT) to combine different raster layers.

30
New cards

Interpolation

The procedure for estimating unknown quantities at unsampled sites using known quantities from neighboring locations.

31
New cards

Buffering

The process of creating one or more zones around a feature at a specified linear Euclidean distance, resulting in polygon features.

32
New cards

Connectivity (Topology)

A topological rule stating that arcs connect to each other at points known as nodes.

33
New cards

Arc

In topological terminology, a line segment connected to two endpoints; it includes a starting from-Node and an ending to-Node.

34
New cards

Planar Network

A network where all junctions (e.g., roundabouts or T-junctions) are on the same plane and nodes exist at every intersection.

35
New cards

Non-planar Network

A network where junctions are on different planes, such as overpasses or flyovers, meaning no nodes are allowed at the crossings.

36
New cards

Hybrid Database System

A GIS database system where geometric data and attribute data are stored in separate databases.

37
New cards

Normalization

The process of decomposing a database table into its simplest form to avoid redundancy and facilitate separate updates.

38
New cards

Attribute Data Query

A method of retrieving information from GIS data using expressions, often written in SQL (Structured Query Language).

39
New cards

Manual Digitizing

A technique converting paper maps to digital format using a digitizing surface and a hand-held cursor to trace features.

40
New cards

GPS Space Segment

The part of the Global Positioning System consisting of 24 satellites orbiting at an altitude of 202001,km202001,km above the Earth.

41
New cards

UTM WGS84 Projection

The Universal Transverse Mercator coordinate system and datum adopted for use by many countries, including Ghana, for modern mapping.