Raster & Surface Analysis
Spatial Analysis & Modeling
GIS Workflows, Automation & Data Sharing
Queries, Joins & Relates
GIS Data Wild Card
100

Which raster data model represents the Earth’s surface elevation?

Digital Elevation Model (DEM)

100

Which GIS operation creates zones at a specified distance around features and can be used to define conditions like floodplains?

Buffer

100

Which GIS tool is used to generate a visual workflow of steps, tools and processes used in sequence?

ModelBuilder

100

Describe the terms of a data relationship when a simple join occurs. Give three main factors.

A simple join is a temporary data relationship.

Cardinality = one to one or many to one

Common fields between tables must be the same data type

100

Which operational tool (found when right-clicking on an attribute in a table) is used to determine the mean, mode, sum, & standard deviation of a given attribute?

Summary Statistics

200

Which raster operation/tool calculates the steepness or rate of change in elevation. 

Slope

200

Which overlay tool combines multiple layers and retains only shared areas?

HINT: This can be used for both vector and raster data!

Intersect

200

What programming language is commonly used to write GIS-based data analysis scripts?

Python

200

How do the two main (vector) data query tools differ?

Select by Attributes: Generates a subset of data based on shared characteristics of a single attribute.

Select by Location: generates a subset based on proximity or other map placement characteristics.

200

What must be consistent in order for field calculations to incorporate data from other attributes?

Data types must be consistent

(numeric: Double, integer, etc.)

300

Which raster analysis tool identifies all areas visible from a specific observation point?

Viewshed

300

What type of rasters tend to be optimal for multi-criteria analysis, such as a suitability index?

Boolean rasters

300

You want to share a dataset that includes all data and dependencies in a single downloadable file for desktop use. What do you do?

Export/Share Package

300

AND, OR and XOR are commutative Boolean operations.

What does that mean?

Values are transversal: A AND B is equal to B AND A.

Order of operations does not matter for values A and B.

Operations applied right-to-left can also be applied left-to-right.

300

Explain the difference between a gis layer and a shapefile.

Layer File: Stores spatial data and display properties, but no data for analysis.

Shapefile: A spatial data model used by GIS software (minus display properties), but contains data which can be analyzed.

400

Name three advantages or disadvantages of raster data sets and their use.

Raster Advantages

•Good for complex analysis (e.g. map algebra)

•Efficient for overlays

•Data structure common for imagery

Raster Disadvantages

•Large datasets

•No topology

•Maps less "realistic“ (blocky vs resembling reality)

400

For a weighted overlay raster analysis, what is ONE example of how to interpret results?

1. Negative values = low, Positive values = high

2. Defined 0 value as a midrange

3. Typically 1, 5 or other numerical values for a defined range

400

Which GIS tool leads the user through the steps to define a study area, creating feature classes, digitizing boundaries, and clipping data to the boundary?

Task Designer

400

Explain the difference between simple, summarized & spatial joins

Simple Join: one to one/many to one

Summarized: Overcomes rule of joining violations, totals values of one to many/many to many; relies on statistics (sum, mean, median, variance, etc.)

Spatial: Considers proximity/containment

400

What is SQL and how is it used in GIS?

HINT: What do the letters represent?

Structured Query Language (SQL):

An established syntax for creating logical expressions to extract records from a database according to specified criteria.

500

What name is given to raster data where x, y, and z coordinates are defined?

Voxcells

500

What value must all weights assigned to a multicritera raster analysis add up to?

All weights assigned need to add up to 1 or 1.00, distributed across all layers included in the analysis.

The weight assumes the proportion of influence, value or priority given to the layer in question.

500

What colors and shapes are used within ModelBuilder and what do each represent?

1. Inputs (blue ovals) 

2. Tools (yellow squares)

3. Outputs (green ovals)

500

Which dataset (2 possible options) enables Boolean algebraic calculations to create an index value based on multiple datasets?

Raster datasets

500
What does it mean to concatenate data? When might this be useful for GIS data?

To concatenate data means to join or combine data elements end-to-end to form a single, continuous result. 

In a GIS attribute table, you create a new field by combining values from multiple fields—such as merging city and state into a single label (e.g., “Cedar Falls, IA”) and include a character as a separator, such as a comma to denote a list.