Comprehensive GIS and Cartography: Map Types, Data, and Projections

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/64

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.

65 Terms

1
New cards

Cartography

The science or study of making and understanding maps.

2
New cards

Maps

Abstract models of the real world; a symbolic language for describing or communicating about the world; depictions of the spatial arrangement of our institutions.

3
New cards

Marshallese Stick Chart

An example of an early navigational map used by Micronesian peoples to represent ocean currents and islands.

4
New cards

GIS (Geographic Information System)

"A computerized system for capturing, storing, analyzing, visualizing, and managing data that are spatially referenced. The key function is linking LOCATION to INFORMATION."

5
New cards

Vector Data

"A representation of the world using points, lines, and polygons."

6
New cards

Raster Data

A representation of the world as a surface divided into a regular grid of cells.

7
New cards

Feature

"Each geographic object in a vector layer (e.g., city, river, lake, or country)."

8
New cards

Attribute Table

A database table where attributes (identifying and descriptive information) of features are stored.

9
New cards

Layers

"Data organized by theme in GIS (e.g., streets, rivers); one theme per layer."

10
New cards

Data Layers

"Both raster and vector systems have data layers grouped by theme (e.g., streets, rivers, parcels). One theme per layer."

11
New cards

Map Design Principles

"Factors including purpose, geographic space/expanse, available data, map scale, audience, conditions of use, technical limits, and conventions & standards."

12
New cards

Map Composition Elements

"Map body, inset/overview map, title, legend, scale, orientation/direction indicator (north arrow, graticule), and map metadata (source, projection, name, date)."

13
New cards

Visual Hierarchy

The order of graphical representation of map information; helps define figure-ground relationship. First: large masses of color & shape; second: specific information.

14
New cards

Balance

"The organization of map elements and empty space, resulting in visual harmony and equilibrium."

15
New cards

Figure-Ground Relations

Organization used to make objects pop out (figure) or recede into the background (ground).

16
New cards

Typographic Guidelines

"Avoid decorative fonts; use italics for water features; consistency in font type (vary size, not style); legibility (no less than size 7 font); pronounced labels for important features; do not accept default label settings."

17
New cards

Thematic Map

"A map showing the spatial distribution of one or more specific data themes for standard geographic areas (e.g., physical, social, political aspects)."

18
New cards

Spatial Distribution

"The arrangement (spread, pattern) of thematic phenomena in geographic space; can be discrete or continuous, abrupt or smooth."

19
New cards

Levels of Data Measurement

"Nominal (categorization); Ordinal (categorization & ordering); Interval (ordering & explicit values, arbitrary zero); Ratio (ordering & explicit values, non-arbitrary zero)."

20
New cards

Choropleth Mapping

"Portrays data for enumeration units (e.g., counties) using color shading; suited to abrupt data; requires standardization for uneven units."

21
New cards

Proportional Symbol Mapping

Scales symbols proportional to data magnitude; suited to raw data totals; can show multiple variables in graph format.

22
New cards

Isarithmic/Isopleth Mapping

Interpolates isolines between sample points; isopleth uses enumeration units; suited to smooth data totals.

23
New cards

Dot Mapping

"One dot equals a certain amount of phenomena, placed where likely to occur; suited to raw data totals."

24
New cards

Standardization/Normalization

Adjusting raw data totals for the size of enumeration units to allow appropriate comparisons.

25
New cards

Data Classification Methods

Equal Intervals (equal sub-ranges); Quantiles (equal number of observations per class); Natural Breaks/Jenks (natural groupings from histogram); Mean-Standard Deviation (variation from mean); Geometrical Interval (geometrical series minimizing square sum); Manual (user-defined).

26
New cards

Cartogram

"A map where areas are distorted proportional to a variable (e.g., population)."

27
New cards

Bivariate Mapping

Mapping two variables on one map using color blends or symbols.

28
New cards

Quick Review

29
New cards

Spatial Distribution (Review)

"Arrangement of phenomena: discrete/continuous, abrupt/smooth."

30
New cards

Coordinate System

"Reference system for locations; includes geographic (lat/long), projected (2D plane), and grid systems."

31
New cards

Latitude

Angular distance north or south of the equator.

32
New cards

Longitude

Angular distance east or west of a prime meridian.

33
New cards

Datum

Defines position of spheroid/ellipsoid relative to Earth's center.

34
New cards

Map Projection

"Process of transforming spherical Earth to flat map; involves class (cylindrical, conic, planar), case (tangent, secant), aspect (equatorial, polar, oblique)."

35
New cards

Distortion

"Inevitable in projections; affects area, shape, distance, direction."

36
New cards

Geographic Coordinate System

"Global/spherical system using latitude-longitude (e.g., DMS or DD)."

37
New cards

Projected Coordinate System

"Projects Earth's surface onto 2D plane (e.g., using feet/meters)."

38
New cards

Grid System

"Plane/Cartesian (x,y) system over a map projection."

39
New cards

Reference Globe

Reduced-scale model of Earth for projections.

40
New cards

Developable Surface

"Surface (cylinder, cone, plane) onto which graticule is projected."

41
New cards

Distortion Patterns

Vary by projection; minimized along lines of tangency/secancy.

42
New cards

Database

"A set of structured or related data, managing spatial and attribute data in GIS."

43
New cards

DBMS (Database Management System)

"Manages linkages between features and attributes, interactions, versions, integrity, and access."

44
New cards

Attribute Table

"Table with records (rows), attributes (columns), and unique keys."

45
New cards

Query

Method to retrieve data; aspatial (attribute-based) or spatial (location-based).

46
New cards

SQL (Structured Query Language)

"Language for accessing/managing databases using set algebra (<, >, =) and Boolean (AND, OR, NOT)."

47
New cards

Join

Appends attributes from one table to another based on common field (one-to-one or many-to-one).

48
New cards

Relate

Defines relationship between tables without appending (many-to-one or many-to-many).

49
New cards

Primary Key

Unique identifier for each row.

50
New cards

Foreign Key

Non-unique identifier linking to primary key in another table.

51
New cards

Spatial Join

"Joins based on spatial relationships (e.g., intersect, within distance, contains, within)."

52
New cards

Adjacency

Features that touch others.

53
New cards

Containment

Features that contain or surround others.

54
New cards

Model

An idealized and simplified representation of the world.

55
New cards

Data Model

Set of constructs for representing objects and processes in digital environment.

56
New cards

Spatial Data Model

"Constructs for geographical objects, data, processes, and relationships for analysis."

57
New cards

Vector Data Model

"Stores spatial data using coordinate pairs (x,y) for points, lines, arcs, or polygons."

58
New cards

Topology

"Mathematical relationships between points, lines, and polygons; enforces geometric rules (e.g., connectivity, adjacency)."

59
New cards

Raster Data Model

Stores data in grid cells (pixels) with assigned values.

60
New cards

Relational Database Model

"Uses fixed data types (numbers, dates, strings) for attributes; quick but requires modeling."

61
New cards

Object-Oriented Database Model

Models objects after real-world entities.

62
New cards

Object-Relational Database Model

"Blends relational with object-oriented behaviors (e.g., ESRI Geodatabase)."

63
New cards

TIN (Triangulated Irregular Network)

Height observations joined into triangles for elevation modeling.

64
New cards

Network Model

"System of interconnected elements (lines, junctions) for routing analyses."

65
New cards

Modeling Process

"Steps for problem-solving: identify problem, simplify, organize data, flowchart operations, run and modify model."