GIS 205 Exam One

5.0(1)
studied byStudied by 49 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/74

flashcard set

Earn XP

Description and Tags

Geography

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

75 Terms

1
New cards
Geographic Information Sciences (GIS)
Computer-based mapping and storage for a **spatial database**
2
New cards
Remote Sensing
Acquisition of data and imagery from **satellites or aircraft**. (aerial photos, and more)
3
New cards
Global Positioning System (GPS)
Acquisition of **real-time location information** from satellites.
4
New cards
Geospatial Data
Any piece of data with a location associated with it
5
New cards
Volunteered Geographic Information (VGI)
Crowd Sourced or Citizen Science
6
New cards
Citizen Science
Training citizens to participate in data collection/analysis
7
New cards
Crowd Sourcing
Open call for anyone to submit data
8
New cards
Geolocation
Determining where something is (smart devices finding current location)
9
New cards
Geotag
Putting location on some piece of media (post, tweet, SMS, etc.)
10
New cards
Visual Hierarchy
Used to highlight importance of features relative to each other
11
New cards
Geographic Scale
Real-world size/extent of an area
12
New cards
Map Scale
Metric showing the relationship between a measurement made on a map and the real world
13
New cards
Representative Factor (RF)
* Ratio or fraction showing scale relationship
* Different from map scale
* Applies to all units
14
New cards
Small-Scale Maps
* Show larger geographic area


* small on detail
* Smaller RF (Larger denominator)
15
New cards
Large-Scale Maps
* Show smaller geographic area
* large on detail
* Larger RF (Smaller denominator)
16
New cards
Reference Maps
* Atlas, Google Maps, Campus Maps
* Used to give location information of specific features
* No associated data
17
New cards
Thematic maps
* Conveys a piece of information about **data**
* Population map
* Usually has numbers associated with it
18
New cards
Choropleth Maps
Type of thematic map where the theme is divided into categories based on geographic boundaries
19
New cards
Quantile Classification
* Put an equal or nearly equal # of data values (objects) into each category
* Divide # of data values by # of categories
* 3201 counties / 3 categories = 1067 counties per category
20
New cards
Equal Interval Classification
* Selects breaks by taking the total **range** of values and dividing by the number of desired categories
* Example:
* Range: Highest - Lowest. 56.8% - 27.9% = 28.9%
* 28.9%/3 = 9.6%
* Start at lowest value and add 9.6%
* 27.9 - 37.5, 37.6 - 47.2, 47.3 - 56.8
* Given data, intervals may not be entirely even.
21
New cards
Why is it hard to model the earth?
3D → 2D Creates Distortion
22
New cards
3 things to model the earth
* Geodetic Datum (model of the earth)
* Geographic Coordinate System (location on the earth)
* Projected Coordinate System (location on map)
23
New cards
Geodetic Datum
* Model of the earth
* Associated with measurements of earth
* What shape/size the earth is
* Standard used for taking measurements from geographic surveying
24
New cards
Geographic Coordinate System
* location on earth
* on the globe given a particular geodetic datum
25
New cards
Projected Coordinate System
* Location on map
* reference point after a projection
* on the map given a particular projection
26
New cards
Geographic Coordinate System (GCS)
A global reference system for determining the exact position of a point on earth
27
New cards
Types of Distortion
* Shape
* Area
* Distance
* Direction
28
New cards
Types of map projections
* cylindrical
* conical
* planar (flat)
29
New cards
Cylindrical Projections
* Cylinder wrapped around the entire globe
* Touches (tangent) at the equator
* Least distorted at the equator
* Representation of the entire world
* latitude and longitude perpendicular
30
New cards
Conical Projections
* Cone sitting on part of the globe
* tangent to one or two lines of latitude
* localized (ex. one hemisphere)
* good for mid latitudes
31
New cards
Planar Projections (Azimuthal)
* Plane tangent to one point on a globe
* usually polar viewpoints
* latitude forms concentric circles
* longitude radiates from the center
* distorts towards edges
32
New cards
Incantrix
Calculations and visualizations of distortion
33
New cards
Shape preserved by
Conformal Projections (Mercader)
34
New cards
Distance preserved by
Equidistant Projections
35
New cards
Direction preserved by
Azimuthal projections
36
New cards
Area preserved by
Equal-area projections
37
New cards
Winkel tripel
Preserves distance, direction, and area
38
New cards
Projection Coordinate System
* Similar to GCS, but based on a projection model
* Universal Transverse Mercator
* Grid system similar to lat/long
* world divided into 60 vertical zones
* Degrees, minutes, seconds
* Northing and Easting instead of NSEW
39
New cards

Dr. Roger Tomlinson

ā€œFatherā€ of GIS

40
New cards

Views of the real world

Object and Field

41
New cards

Object View

  • objects

  • boundaries and dimensions

42
New cards

Discrete Object View

  • The world is made of objects that:

    • have fixed locations

    • have fixed boundaries

43
New cards

Three types of objects

Points, Lines, Polygons

44
New cards

Points

  • Zero dimensional objects

  • Represent towns, buildings, trees

45
New cards

Lines

  • One-dimensional object

    • Dimension: Length

  • Represent streets, rivers, boundaries

46
New cards

Polygon

  • Two-dimensional objects

  • Lakes, states, countries, buildings

47
New cards

Vectors

  • Measure discrete objects

  • Consists of points, lines, polygons

48
New cards

Topology

  • A quality of data

  • How vector objects relate to each other geometrically

  • Adjacency, Connectivity, and Containment

  • Independent of coordinates

49
New cards

Continuous Field View

  • Represents data without concrete boundaries

    • precipitation, temperature, elevation

  • Data represented by a set of evenly distributed, square gridlines

  • Modeled as Raster data

    • Satellite data always raster

50
New cards

Raster Data Model

  • comprised of grid squares (cells)

  • Resolution of the cell = length of one side

    • Range from 10 ft to several km

  • Each cell:

    • has the same resolution

    • contain a single value

  • Values can be codes

51
New cards

Nonspatial Data in Vector Data

Represented in attribute tables

52
New cards

Attribute

Any piece of nonspatial data associated with a spatial location

53
New cards

Fields

  • Columns in an attribute table

  • Represent categories of attributes

54
New cards

Records

  • Rows in an attribute table

  • Represent an object

  • Each is a separate polygon

55
New cards

Shapefiles

  • Vector ONLY

  • File format that stores geometric location and attribute information

  • One file made up of at least 3 other files

56
New cards

Shapefile Key

  • Method for automatically transferring data to shapefiles

  • Requires an identical field in both tables

57
New cards

Raster Attribute Tables

  • Only ever have one file

  • Made of two main items

    • Value in the cell

    • Count showing # of cells within that value

  • Can’t add data to raster files

58
New cards

Metadata

  • Data about data

  • Information can be:

    • projection info

    • origin

    • meaning/units of attribute

    • time period

    • data quality

59
New cards

Nominal Data

  • Categorical/Qualitative Data

  • Has no meaningful order

  • May be numbers, but they don’t represent a numerical value

  • Examples

    • hair color, ID number, athlete number

60
New cards

Ordinal Data

  • Categorical/Qualitative Data

  • Order IS meaningful

  • Differences between values

    • Not known

    • Don’t matter

  • Examples

    • place in finishing a race

    • yelp reviews

61
New cards

Interval Data

  • Quantitative Data

  • Meaningful numeric units

  • Values and differences between them are significant

  • No meaningful zero

  • Examples

    • temperature scales

    • years

62
New cards

Ratio Data

  • Quantitative

  • Meaningful numeric value

  • Meaningful zero

  • Examples

    • car price

    • elevation

    • person’s height

    • distance to ___

63
New cards

Spatial Analysis Involves

  • The statistical recognition of a spatial pattern

  • Visualization of a spatial pattern and its variables

  • The association of one or more variables with that spatial pattern

64
New cards

Equal Operator

  • =

  • Find an exact match to the query

65
New cards

Not Equal Operator

  • <>

  • excludes values matching the query

66
New cards

Greater Than Query

  • >

67
New cards

Greater Than or Equal to Query

  • >=

68
New cards

Less Than Query

  • <

69
New cards

Less Than or Equal to Query

  • <=

70
New cards

Compound Queries

  • Allows for selections using multiple criteria

  • Uses a Boolean Operator

71
New cards

Boolean Operator

  • Combines queries

  • And, Or, Not, Xor

72
New cards

AND

  • Both criteria of the query must be met

  • Intersection between both parts of the query

  • only overlap

73
New cards

OR

  • One or both criteria must be met

  • Union of the two parts of the query

  • includes overlap

74
New cards

NOT

  • excludes a record from the selection

  • negation

75
New cards

XOR

  • leaves out what two criteria have in common

  • Opposite of and

  • excludes the overlap