ENGRG 59910 GIS Final Review

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

1/75

flashcard set

Earn XP

Description and Tags

Flashcards for vocabulary review of key GIS concepts.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

76 Terms

1
New cards

Geographic Information System (GIS)

Links locational (spatial) and database (tabular) information and enables a person to visualize patterns, relationships, and trends.

2
New cards

Hardware (GIS Component)

The computer and peripherals on which the GIS operates.

3
New cards

Software (GIS Component)

Provides the functions and tools users need to store, analyze, and display geographical information.

4
New cards

Data (GIS Component)

A crucial GIS component that must be accurate, including vector, raster, image, and attribute types.

5
New cards

People (GIS Component)

Essential for managing the GIS system and developing plans for its application.

6
New cards

Methods (GIS Component)

Well-designed plans and application-specific business rules describing how technology is applied.

7
New cards

Vector Data Model

Spatial information is modeled using points, lines, and areas.

8
New cards

Raster Data Model

Space is divided into a regularly spaced grid, with each cell coded according to what is on the surface.

9
New cards

Point (node) - Vector Data Model

0-dimension, single x,y coordinate pair, zero area, tree, oil well, label location.

10
New cards

Line (arc) - Vector Data Model

1-dimension, two (or more) connected x,y coordinates, road, stream.

11
New cards

Polygon - Vector Data Model

2-dimensions, four or more ordered and connected x,y coordinates, first and last x,y pairs are the same, encloses an area, census tracts, county, lake.

12
New cards

Spaghetti Model (non-topological)

Lines and points are entered and may be visible, but the program does not recognize the relationships between lines. Each line is represented as a separate feature with a start node and an end node, possibly vertices in between.

13
New cards

Topological Vector Data Model

The connections and relationships between objects are described independently of their coordinates.

14
New cards

Polygon Topology Table

Links composing all the polygons.

15
New cards

Node Topology Table

List of the links that meet at each node.

16
New cards

Link (or line segment) Topology Table

List of the beginning and end nodes for each link; polygons to the right and left to the link

17
New cards

Resolution (GIS)

The minimum linear dimension of the smallest unit of geographic space for which data are recorded.

18
New cards

High Resolution (Raster)

Refers to raster with small cell dimensions; means lots of detail, lots of cells, large rasters, small cells.

19
New cards

Rasterization

Loses topological features; no information about relationships; positional accuracy decreases; depends on cell size.

20
New cards

Vectorization

Feature boundaries become jagged in the vector representation; topology is created (relationships).

21
New cards

Spheroid (Ellipsoid of Revolution)

A quadric surface obtained by rotating an ellipse about one of its principal axes.

22
New cards

Ellipsoid Definition

A mathematical model of the earth must be selected.

23
New cards

Geoid

A surface of constant gravitational potential.

24
New cards

Geodetic Datum/System

A coordinate system, and a set of reference points, used to locate places on the Earth (or similar objects).

25
New cards

WGS84 (World Geodetic System - 1984)

The datum on which GPS coordinates are based and probably the most common datum for GIS data sets with global extent. (Developed by DoD).

26
New cards

Shape (Conformal) Map Projection

A map projection which preserves shape, feature outlines look the same on the map as they do on the earth.

27
New cards

Area (Equal-Area) Map Projection

A map projection which preserves area, size of a feature on a map is the same relative to its size on the earth.

28
New cards

Distance (Equidistant) Map Projection

A map which preserves true scale for all straight lines passing through a single, specified point

29
New cards

Direction/Azimuth (Azimuthal) Map Projection

A projection which preserves direction for all straight lines passing through a single, specified point.

30
New cards

Conformality - Map Projection

Angles on the map are the same as they would be on a globe

31
New cards

Equivalence - Map Projection

Any unit area drawn on the map represents the same unit area on a globe

32
New cards

Distance - Map Projection

Straight line lengths on the map are the same as on a globe

33
New cards

Direction - Map Projection

Preserves the correct angle and distance in relation to the map center

34
New cards

Universal Transverse Mercator (UTM) Coordinate System

Underlying projection: Transverse Mercator. World divided into 60 six-degree-wide zones.

35
New cards

State Plane Coordinate System

Underlying projections: Lambert Conformal Conic for “east-west” areas; Transverse Mercator for “north-south” areas.

36
New cards

Control Points (GIS)

Identifiable entities with known coordinates.

37
New cards

Affine (Linear) Transformation

Scale, skew, rotate, translate, correct without distorting map far from GCPs. Cannot correct complex distortions.

38
New cards

Primary Key (Database)

Uniqueness, eliminate Redundancy.

39
New cards

Foreign Key (Database)

Linking tables, establishes relationships between tables.

40
New cards

Geodatabase

A physical store of geographic information (spatial, attribute, metadata, and relationships) inside a relational database management system (RDBMS).

41
New cards

Point Queries (Spatial)

what is at a particular location?

42
New cards

Range Queries (Spatial)

what is in a particular area?

43
New cards

Nearest Neighbor Queries (Spatial)

where is the nearest object to a particular location?

44
New cards

Spatial Join Queries

For each bus stop, find all restaurants within 100 feet (associate a bus stop with a restaurant based on spatial proximity).

45
New cards

Spatial Aggregate Queries

count the numbers of bus stops in community districts.

46
New cards

Classification and Reclassification

Attribute operation in which the attribute values change without altering the geometry.

47
New cards

Dissolve GeoProcessing Tool

Aggregates features based on specified attributes.

48
New cards

Merge GeoProcessing Tool

Append together layers of adjoining areas

49
New cards

Clip GeoProcessing Tool

Extracting an area of interest

50
New cards

Intersect GeoProcessing Tool

Combine attributes of intersected features

51
New cards

Union GeoProcessing Tool

Combine features and keep attributes of both

52
New cards

Buffer (GIS)

Creates one or more polygons of a prescribed extent around points, lines, or areas; defines spatial proximity.

53
New cards

Map Algebra

Cell by cell combination of raster layers using mathematical operations.

54
New cards

Raster Overlay

Combines attributes from two or more layers; often restricted to nominal (categorical) data; can be implemented using raster addition.

55
New cards

Local Raster Operations

Operate on individual cells, one-at-a-time, relative to the ones directly “below.”

56
New cards

Focal Operations

Assign data value to a cell based on its neighborhood (various definitions).

57
New cards

Zonal Raster Operations

operate based on defined regions, or zones, within an area

58
New cards

Raster-based Digital Elevation Model (DEM) / Digital Terrain Model (DTM)

Regularly spaced set of elevation points (z-values) .

59
New cards

Vector based Triangulated Irregular Networks (TIN)

Irregular triangles with elevations at the three corners.

60
New cards

Vector-based contour lines

Lines joining points of equal elevation, at a specified interval.

61
New cards

Point Clouds

Set of regular or irregularly spaced points with heights/distances e.g., LIDAR.

62
New cards

Slope (Terrain Analysis)

The inclination of the terrain; calculated as percentage or degrees.

63
New cards

Aspect (Terrain Analysis)

Direction that a surface faces; typically reported as an azimuthal angle (measured in degrees from the north clockwise).

64
New cards

Local Interpolation Method

Uses sample of known points to estimate an unknown value.

65
New cards

Global Interpolation Method

Uses every known point available to estimate an unknown value.

66
New cards

Exact Interpolation

Predicts a value at the point location that is the same as its known value; generates a surface that passes through the control points.

67
New cards

Inexact Interpolation (Approximate Interpolation)

Predicts a value at the point location that may differ from its known value.

68
New cards

Deterministic Interpolation Method

Provides no assessment of errors with predicted values.

69
New cards

Stochastic Interpolation Method

Offers assessment of prediction errors with estimated variances.

70
New cards

Gradual Interpolation Methods

Produce smooth surface between data points appropriate for interpolating data of low local variability

71
New cards

Abrupt Interpolation Methods

Produce surfaces with a stepped appearance appropriate for interpolating data of high local variability or data with discontinuities

72
New cards

Nearest Neighbor Interpolation (Thiessen polygons)

Value assigned from nearest sample

73
New cards

Inverse-Distance Weighting (IDW)

Value calculated directly from three (usually) nearest samples. Near one sample point, its influence greatly predominates. Must know!

74
New cards

Global Positioning System (GPS)

Satellite navigational system that provides accurate coordinates worldwide.

75
New cards

GPS Working Equation

Distance = Speed * Time

76
New cards

Multi-Path Error (GPS)

Occurs when GPS signals are reflected and the receiver detects two signal instead of one at different times