Passing this fucking test

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

1/23

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

24 Terms

1
New cards

discrete data

represents real-world features that have well-defined boundaries. A discrete feature is distinct from the other features around it. For example, a river is a discrete feature: You can be in the river, out of the river, or half-in and half-out of the river, but there is a distinct place where you stop being dry and begin getting wet.

2
New cards

continuous data

real-world phenomena that do not have well-defined boundaries.

ex. elevation, temperature, rainfall

3
New cards

Deciding between continuous and discrete

consider if taking an average of the values would make sense. If it makes sense to take an average of the values, such as average precipitation, average depth, or average humidity, then the data is continuous. If it does not make sense to take an average of the values, such as for building type, street name, or type of tree, then the data is discrete.

4
New cards

spatial data

data that includes information about the location of a feature or phenomenon

5
New cards

vector

represents discrete dating using points, lines, and polygons

6
New cards

spatial analysis

natural process of looking at and analyzing a map. uses data to solve problems and make decisions. it examines spatial data to understand the world

7
New cards

overlay tool: ERASE

removes the part of an input feature class that overlaps with another feature class, known as the "erase" feature class. It creates a new output layer containing only the portions of the input features that are outside the boundaries of the erase features. This is similar to the Clip tool, but instead of preserving the overlapping area, Erase removes it. 

8
New cards

overlay tool: INTERSECT

computes a geometric intersection of the input features

result: The input features or portions of it that overlap identity features get the attributes of those identity features.

9
New cards

overlay tool: UNION

Computes a geometric union of the input features

All features and their attributes are written to the output feature class.

10
New cards


When using the Erase tool, which portions of the features are copied to the output feature class?

The portions of the input feature that fall outside the erase feature

11
New cards

A GIS analyst has been asked to determine the impervious surface areas within the town

union method can help answer this spatial question

12
New cards

union

combines the geometry of each input feature class into a single feature class

13
New cards

An analyst has a map of a tree area that they manage. Tree area has a polygon geometry. Som trees have been recently harvested, so the analyst needs to remove the method from the tree area feature class

Erase method allows you to remove the overlapping trees form the feature class

14
New cards

buffer operation

creates a new feature class of a fixed distance. used to analyze areas within a specific distance, such as houses within 100 meters off a highway for a noise study

15
New cards

select layers by location

tool that selects features in a layer based on their spatial relationship to features in another layer, or within the same layer. It is used to perform spatial analysis, such as selecting all homes within a flood zone, by defining a relationship (like intersect or within a distance) and applying it to the input layers. This is a powerful tool for tasks like identifying which parcels are near a river or selecting all roads that touch a specific area. 

result: applies a selection to the input feature class

16
New cards

spatial query

A statement or logical expression that selects geographic features based on location or spatial relationship. For example, a spatial query might find which points are contained within a polygon or set of polygons, find features within a specified distance of a feature, or find features that are adjacent to each other.

17
New cards

definition query

a filter that controls which features are shown on a map based on their attributes

18
New cards

query

request to select a subset of feature

19
New cards

data source

layer property that enables you to determine where a feature layer is stored

20
New cards

A map of a national park that shows details about hiking trails and campgrounds would be considered which scale of map?

large

21
New cards

what information can symbology convey to a map reader?

22
New cards

feature attributes

23
New cards

geoprocessing

A framework and technology that allows you to process geographic and related data. 

24
New cards

What differentiates geoprocessing from spatial analysis?