gis midterm 1

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

1/62

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.

63 Terms

1
New cards

GIS

computer-based framework for collecting, analyzing & visualizing spatial information

2
New cards

spatial information

data that includes a geographic or location component

3
New cards

how gis is used in ecology

plan where and how to collect data, to make measurements and calculations, to create new variables, link data together for spatial analysis,

4
New cards

what is a map

a symbolic representation of an area that depicts geographic features and their relationships, often using symbols and scales

5
New cards

what is the use of maps?

served to store geographic knowledge, visualize spatial patterns, guide data collection,
analyze ecological processes, and communicate findings

6
New cards

geographic features

information that represents the real world

7
New cards

cartographic elements

information that helps the reader to interpret the geographic features

8
New cards

reference map

generalized map that shows general spatial properties like world maps and road maps

9
New cards

thematic map

highlights a specific theme by emphasizing spatial variation (feature, choropleth, dot density and contour maps)

10
New cards

chloropleth map

shows quantitative information for areas (maps of population density)

11
New cards

dot density map

shows quantitive information with dots (dot = value)

12
New cards

contour map

shows line of equal value (elevation, rainfall, temp)

13
New cards

spatial resolution

smallest feature that is individually resolved (high means smaller things are captured)

14
New cards

temporal resolution

frequency of measurements or the shortest time interval a system can capture to distinguish between events

15
New cards

attribute resolution

How fine are distinctions between categories

16
New cards

scale

shows relationship between map units and real units

17
New cards

ratio

1:24000 means one display unit = 24000 real units; 3 cm on a 1:100,000 scale is 300,000 cm

18
New cards

advantage of a scale bar

it remains accurate and functional even when a map or drawing is resized

19
New cards

scale trade-off

as extent increases, resolution decreases

20
New cards

large scale

more zoomed in, more information

21
New cards

storymap

digital storytelling with maps

22
New cards

mercator projection pros

preserves shape and direction, a straight line gives the correct angle to follow between 2 points, close up views match real-world angles

23
New cards

mercator cons

distorts area (poles enlarged), reinforces eurocentric perspectives

24
New cards

galls-peters projection pros

preserves size (equal area)

25
New cards

galls-peters projection cons

distorts shape (countries stretched vertically)

26
New cards

conformal pros and cons

preserve angle and shape, distorts area and distance

27
New cards

equal-area pros and cons

preserve area, distorts shape

28
New cards

equidistant

preserve distance, distorts direction, shape, and area

29
New cards

azimuthal

preserves direction from a central point, distorts distance, shapes, and area

30
New cards

coordinate system

defines the shape and size of the earth with an ellipsoid

31
New cards

reference ellipsoid

mathematical model of the Earth’s shape; WSG-84

32
New cards

datum

reference system that aligns the ellipsoid to the Earth’s surface using a network of reference stations with fixed coordinates; defines origin and orientation of coord system; NAD83;

33
New cards

geographic coords

uses lat and long on 3D model of earth

34
New cards

projected coords

uses linear units (Easting and Northing) on a 2D map

35
New cards

Coordinate Reference System (CRS)

full spatial reference framework for the data (coord system, datum, projection)

36
New cards

spillhaus projection

azimuthal projection stitched together to display the ocean as a continuous body of water; useful for studying migration routes of marine species, marine pollution, fish stocks, etc.

37
New cards

vector data layer

stores data as individual features; attribute table with data about each feature; points, line, and polygons;

38
New cards

raster data layer

stores data as an array of cells in rows and columns, each cell has a value (one only), layer properties contain information on cell size, number of cells per row/col, location of one cell

39
New cards

vector rules

all rows in a layer must be the same type, features within a data layer can overlap

40
New cards

raster rules

cells within data has a consistent size, data layer has info over one variable only, cells cannot overlap in space/time

41
New cards

what should we use raster layers for?

background imagery, continuous surfaces

42
New cards

what should we use vector layers for?

features we want to label and measure

43
New cards

lakes with vector vs raster

vector good for when you care about individual lakes, their exact boundaries, and their attributes. raster good for to see how the lake gets bigger or shrinks over time

44
New cards

buffer tool

Creates buffer polygons around input features to a specified distance

45
New cards

dissolve tool

Merges polygons that share a common attribute, removing their internal boundaries

46
New cards

intersection tool

Keeps only the areas where two layers overlap

47
New cards

union tool

Combines two layers into one, keeping all areas and their attributes

48
New cards

difference tool

Subtracts one layer from another.

49
New cards

Why is it important to keep GIS data organized in a single folder?

Because QGIS project files only store references (addresses) to data, not the data itself. If data is moved or renamed, the project link breaks

50
New cards

Example naming convention: World_Cities_WGS84_LL.shp

Name = World_Cities; Datum = WGS84; Coordinate format = Latitude/Longitude

51
New cards

What are the three essential files in a shapefile?

.shp (geometry), .shx (index), .dbf (attributes)

52
New cards

What does the .prj file store?

projection info

53
New cards

what is a shapefile

A common vector data format made of multiple files (.shp, .shx, .dbf, etc.) that store geometry and attributes

54
New cards

What is the difference between cartesian and ellipsoidal distance in QGIS?

Cartesian = flat ruler on map (projection-dependent); Ellipsoidal = string over globe (accounts for Earth’s curvature)

55
New cards

Which distance measurement is more accurate for global data, and why?

Ellipsoidal, because it accounts for Earth’s curvature

56
New cards

Why might you still want an equidistant projection even if ellipsoidal distances are available?

Because map readers interpret distances visually on the flat map, equidistant projections reduce misinterpretation .

57
New cards

What’s the difference between a reprojection and a datum transformation?

Reprojection = changing coordinate system (projection); Datum transformation = aligning datasets with different datums (same projection)

58
New cards

What are five main ways to create new data layers in GIS?

1) Create new features manually in QGIS, (2) Subset features from existing layers, (3) Import coordinates from spreadsheets, (4) Digitize from imagery, (5) Import GPS waypoints/tracks

59
New cards

Why is clipping layers to a study area useful?

It reduces file size, speeds up processing, and focuses analysis on the area of interest

60
New cards

Why add Easting and Northing fields when creating a new point layer?

To store coordinate values directly in the attribute table for reference and quality control

61
New cards

What is digitizing in GIS?

Manually tracing features (lines, polygons) from imagery into vector layers

62
New cards

Why convert a .kml GPS file to a shapefile with reprojection in QGIS?

To make it permanent, match the project CRS, and apply necessary datum transformations

63
New cards

What’s a key difference when importing .gpx vs .kml files in QGIS?

gpx may contain multiple layers (tracks, routes, waypoints) while .kml often stores a single layer