GIS 1 (Shellito) Exam 1

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/77

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.

78 Terms

1
New cards

What is GIS (definition)? What makes GIS different from other information systems?

GIS is computer-based mapping, analysis , and retrieval of location-based data.

2
New cards

What is "geospatial data" and what makes it unique?

Items (or data) that are tied to a specific real-world location

3
New cards

How is data created with GIS considered a model of the world?

4
New cards

How does the discrete view of the world treat real-world items when representing them in GIS?

They are represented as a series of objects with fixed boundaries (multiple lakes in a county, or roads).

5
New cards

What are the three geometric primitives of the vector data model (known as vector objects) and how are they used in GIS?

points (zero-dimensions), lines (one-dimension), and polygons (2-dimension); they are used by representing real-world data within GIS

6
New cards

What is an ellipsoid (Spheroid)?

An ellipsoid is a three-dimensional shape created from a two-dimensional ellipse; an ellipsoid is slightly larger at its center than at the poles.

7
New cards

What is a datum?

a reference surface of earth used for plotting locations across the globe

8
New cards

What are three common datums (NAD27, NAD83, WGS84) measuring and what are the differences between them?

1 - NAD27: developed for measurements of the US and North America;

2 - NAD83: developed by the National Geodetic Survey & Canadian agencies used for the US and the North American continent as a whole

3 - WGS84: the World Geodetic System of 1984 datum developed by the US Department of Defense & is used by the GPS for locating points worldwide on Earth's surface

9
New cards

How are coordinates found and read using the Geographic Coordinate System (GCS)?

a set of global latitude and longitude measurements used as a reference system for finding locations

10
New cards

What units of measurement are used in GCS?

degrees

11
New cards

What are map projections?

the translation of locations on a 3-D Earth to a 2-D surface

12
New cards

What distortions are associated with map projections (4)? Why do map projections have these distortions?

1 - Distance

2 - Area

3 - Shape

4 - Direction

13
New cards

Why are projected coordinate systems used in GIS?

The (PCS) allows you to make measurements in feet or meters rather than in degrees because it is a flat-grid system.

14
New cards

How are the Transverse Mercator and Lambert Conformal Conic map projections set up (and where are they the most accurate)?

Transverse Mercator - This projection is commonly used for data with a north-south orientation. Most accurate within 15 degrees of the central meridian.

Lambert Conformal Conic - Commonly used for data with an east-west orientation. Most accurate at middle-latitude locations (like the US).

15
New cards

What units are UTM and SPCS measured in?

1 - Universal Transverse Mercator (UTM) - meters

2 - State Plane Coordinate System (SPCS) - feet or meters

16
New cards

Why is it good practice to keep all GIS layers in the same projection, datum, and coordinate system?

To ensure that all of the GIS layers correctly line up inside of ArcGIS. If not, units could be incorrect, locations for real-world objects could be wrong, and the size and area of objects could be wrong.

17
New cards

What are the 3 levels of ArcGIS for Desktop and what are the differences between them?

Basic, Standard, & Advanced; the difference between them is functionality, i.e.- the number of functions available for each level.

18
New cards

In ArcMap's Catalog, how can you access a folder or drive not already listed in the catalog tree?

You must connect a folder to the catalog.

19
New cards

In ArcMap, what is a data frame and how is it used?

Data Frame - The section within ArcMap that contains and displays all data layers.

20
New cards

In ArcMap, what is the Table of Contents and how is it used with GIS data?

The section within ArcMap that shows all layers being used in a map document. You know, the section on the left.

21
New cards

In ArcMap, what are some common features available on the Tools toolbar?

Zoom In/Out, Pan, Full Extent, Hyperlink, Identify, Find, Select Features

22
New cards

In ArcMap, what are some common features available on the Standard toolbar?

New/Save/Open/Print Map, Copy/Paste/Delete Items, Undo/Redo, Add Data, Change Scale

23
New cards

What is a Map Document (.mxd file)?

A file that contains information about where all of the data layers used in a session are located, as well as their appearance and settings.

24
New cards

*What is really saved in the .mxd file when you save your work in ArcMap?

A pathway to get to the information stored rather than the actual information.

25
New cards

What is a Map Package (.mpk file)?

A single file that contains the map document PLUS all data layers used in the map document AND appearance

26
New cards

What are the differences between a Map Document and a Map Package?

Map Document is the "shell" of information where the Map Package is "the whole package" of information.

27
New cards

What is the difference between the "project" and "define projection" options in ArcGIS?

Project - A way of changing the coordinate system; for instance: NAD27 to NAD83

Define Projection - This is used when the data has NO defined coordinate system.

28
New cards

What is a database and what is a DBMS?

Database - one or more files that are structured in a way by a DBMS and accessed through it.

DBMS - Database Management System.

29
New cards

What do fields and records represent in a GIS attribute table?

Fields - the columns of an attribute table.

Records - the rows of an attribute table.

30
New cards

What are nominal, ordinal, interval, and ratio data?

Nominal - a type of data that is a unique identifier of some kind; differences between numbers are not significant

ex: Geological Map (different geological formations)

Ordinal - type of data that refers solely to a ranking of some kind

ex: Hazard map of Avalanches (1-10)

Interval - a type of numerical data in which the difference between numbers is significant, but there is no fixed non-arbitrary zero point associated with the data

ex: temperature map or pH values

Ratio - a type of numerical data in which the difference between numbers is significant, but there is a fixed non-arbitrary zero point associated with the data

ex: age, distance, weight, volume.

31
New cards

How are nominal, ordinal, interval, and ratio data represented in GIS with points, lines, and polygons (and what are some real-world mapping examples of each of these 12 concepts)?

32
New cards

What is a join? What is a key?

Join - a method of linking two (or more) tables together

Key - the field that two tables have to have in common with each other in order for the tables to be joined

33
New cards

How is a key used in joining two tables?

A "join" can only be performed between two tables only if they have a field in common (a key).

34
New cards

How can non-spatial data be accessed by performing a join?

You can join geo-spatial data together with non-spatial data as long as each table has a key (common field).

35
New cards

What restrictions are placed on joins?

Each common field (key) must be of the same type (both must be numbers, or text strings).

36
New cards

How does "Select By Attributes" operate as a database query?

You may build different queries to select certain data. You can create a new query, add to the query, remove from query, and select from current selection.... I don't know if any of this is important.

37
New cards

What gets selected as a result of a database query (or a Select By Attributes operation)?

The data that is selected is whatever data you set the parameters to select within the query. You know what I'm talkin' bout.

38
New cards

What is the format of an SQL query when used with a GIS attribute table?

SQL - Structured Query Language: works like a math function. Ex: Population > 10,000

39
New cards

How does a "simple query" operate (and what is the format of a simple query)?

A query that contains only one operator.

40
New cards

How does a "compound query" operate (and what is the format of a compound query)?

A query that contains more than one operator.

41
New cards

How do "AND," "OR," and "NOT" function in compound queries?

This does not need an answer.

42
New cards

What is cartography? What is a map?

Cartography - the art and science of creating and designing maps

Map - a representation of geographic data

43
New cards

What are the steps in the cartographic process?

no idea

44
New cards

What is the importance of map symbology as it relates to the three GIS vector objects?

This does not need an answer.

45
New cards

Why is map design important in GIS? How do color choices, typology, and placement and sizing of items impact the design of a map?

This does not need an answer. Well maybe it does... but bullshit this.

46
New cards

How is type best used on a map?

I don't even know how you put a type on a map to be honest.

47
New cards

How are colors best used on a map?

Colorfully.

48
New cards

What is geographic scale and how is it different from map scale?

the real-world size or extent of an area; map scale is a metric used to determine the relationship between measurements made on a map and their real-world equivalents

49
New cards

What is the difference between small scale and large scale maps?

Small Scale - a map with a lower value for its representative fraction; usually show a large amount of geographic area; (cities would be represented as dots).

Large Scale - a map with a higher value for its representative fraction; usually show a small amount of geographic area.

50
New cards

What is a representative fraction (RF) and how is it used to represent scale?

RF is a value indicating how many units of measurement in the real world are equivalent to how many of the same units of measurement on a map; An example would be (1:4000) = Large Scale & (1:250000) = Small Scale

51
New cards

How does the scale of the map affect what type of items can be represented on it using GIS?

It is important because it affects how much area can be displayed as well as the type of symbology that can be used.

52
New cards

*What is cartographic generalization?

the process of selecting and representing information of a map in a way that adapts to the scale of the display medium of the map.

53
New cards

What are a scale bar, north arrow, legend, and type and how are they used in making maps?

MAP ELEMENTS!

54
New cards

What is an ArcGIS layout?

A collection of map elements organized in the layout view in ArcMap, designed for printing maps. This is where you generally add the title, legend, scale bar, north arrow, & other stuff.

55
New cards

What is a map template?

A pre-made arrangement of items in a map layout

56
New cards

What is a thematic map (and what are some examples of a thematic map vs reference maps)?

a map that displays a particular theme or feature; some examples are: political maps, whether or not a state has a ban on a particular thing, or how many households in a state that have more than 2 children.

57
New cards

What is a choropleth map?

a type of thematic map in which data is displayed according to one of several different classifications

58
New cards

How do the following four types of data classification work and how do they represent data on a choropleth map:

1 - Natural Breaks

2 - Equal Interval

3 - Quantiles

4 - Standard Deviation

1 - Natural Breaks:

2 - Equal Intervals:

3 - Quantiles:

4 - Standard Deviation:

pg 65

59
New cards

What is normalization and why is it used in choropleth mapping?

A process of converting data values to a consistent level of data (such as percentage). Normalizing the values will prevent the data from being skewed and show correct values. (remember the unemployment example of Cali vs. Rhode Isle). pg 63.

60
New cards

What is the difference between normalized data and regular "count" data?

Count data is the data that would have been used and represented in the choropleth map BEFORE being normalized. This data would be shitty.

61
New cards

What is the cloud?

A computing structure where data, content, and resources are all stored at another location and served to the user via the Internet, where the data is normally stored on ESRI's data servers.

62
New cards

How is the cloud utilized in relation to GIS and geospatial data?

The cloud can be used to save data as a map package and have others download it via the cloud. You can also share the map package online as a Web map.

63
New cards

*What are SaaS, IaaS, and PaaS (and how does each relate to GIS and geospatial data)?

1) SaaS - Software as a Service: A cloud structure where the software being used is stored on a server at another location and accessed on-demand via the Internet (gmail).

2) IaaS - Infrastructure as a Service (Amazon, Google):

3) PaaS - Platform as a Service:

64
New cards

What is ArcGIS Online (and how is it an implementation of SaaS)?

It is Esri's cloud-based GIS platform where data and Web mapping software can be accessed via the Internet.

65
New cards

*What are the differences between the free and the organization level versions of ArcGIS Online?

Functionality. Some things will not be available for the free version. You can add, share, and manage content; add data to maps; store maps, apps, and data in the cloud.

66
New cards

What are the advantages of creating a Web Map rather than a Layout to present GIS results?

It is much easier to access up-to-date information and to retrieve information via a shared Web Map rather than a conventional paper map. Accessibility.

67
New cards

What are the advantages of distributing GIS maps and results with a Web Map?

68
New cards

What is a "service" in ArcGIS Online?

A format for GIS data and maps to be distributed to others via the Internet.

69
New cards

What does it mean to "publish" in Web Mapping?

Placing data or content onto a cloud server.

70
New cards

What is a feature service?

A hosted service that allows a user to share GIS data layers that can also be displayed, queried, or edited.

71
New cards

What is a tiled map service?

A hosted service that sets up GIS data as a series of image tiles that can be displayed, but not queried or edited.

72
New cards

What map projection is used with Web Maps?

Web Mercator Auxiliary sphere - the projected coordinate system used by ArcGIS Online.

73
New cards

What types of basemaps are available when working with ArcGIS Online?

A Bunch: Topography, Imagery, Imagery with Labels, Streets, National Geographic, Oceans...

74
New cards

What is a Web Application (Web App) and what is the difference between it and a Web Map?

A structure that uses shared content or data within a specific ArcGIS Online template.

Web Map: Interactive online representation of GIS data which can be accessed through the Internet.

75
New cards

What is a Storymap?

A web application designed to convey a specific theme or concept to the user using a special set of Web templates.

76
New cards

What is VGI?

Volunteered Geographic Information: User-generated geospatial data. pg 128

77
New cards

How is VGI data used in GIS?

pg 128

78
New cards

What are common sources of VGI online?

pg 128