Asking Questions about Spatial Data

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

1/41

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.

42 Terms

1
New cards

Queries

Analysis technique/method used to extract certain records from a map or table.

2
New cards

Aspatial queries

All parcels with value greater than $100,000

3
New cards

Spatial queries

All parcels that lie completely within the flood plain

4
New cards

Selecting features of interest

For example, selecting aspen stands from a forest vegetation layer. 

5
New cards

Exploring patterns

For example, are aspen stands randomly scattered or clustered? Do they occur in partictular portions of the forest? What are the distributions of stand densities?

6
New cards

Isolating for more analysis

For example, are there any mature stands with large trees and open crowns? where ate they?

7
New cards

Exploring spatial relationships

For example, what fraction of stands are intersected by roads? What types of trees are adjacent to aspen stands?

8
New cards

Queries involving surfaces

Over what range of elevations do aspen occur? Do aspen occur above 1500m elevation?

9
New cards

Interactive query

User visually identifies the desired features in a map or records in the table

  • Ex. States west of the Mississippi River

10
New cards

Attribute query

An expression is used to find records with values meeting a specified condition

  • Counties with more than 100,000 people

11
New cards

Spatial query

A spatial relationship between two layers is evaluated

  • Cities within 50 miles of a major earthquake

12
New cards

Operators

Act on objects to produce a result.

13
New cards

Arithmetic operators

Act on numbers (+−×÷^)

Ex. 3 + 5

14
New cards

Logical operators

Test conditions and return true or false ( = > < ≥ ≤)

Ex. STATE= NJ, GPA >3.0

15
New cards

Boolean operators

Test pairs of conditions and return ture or false (AND OR XOR NOT)

Ex. MAJOR = Geography AND GPA ≥ 3.5

16
New cards

Spatial operators

Test spatial relationships between features ( intersect contains proximity)

Ex. Cities within 50 miles of a volcano

17
New cards

Attribure queries

Use expressions applied to a table to find records that meet one or more conditions. 

18
New cards

Structured query langyage (SQL)

Expressions are executed using…

19
New cards

Multiple conditions must be tested

Boolean operators are used when…

20
New cards

AND

Returns true if both conditions are true

<p>Returns true if both conditions are true</p>
21
New cards

OR

Returns true if either or both conditions are true

<p>Returns true if either or both conditions are true</p>
22
New cards

XOR

Returns true if one condition is true and the other is false (doesn’t matter which one is the true one)

<p>Returns true if one condition is true and the other is false (doesn’t matter which one is the true one)</p>
23
New cards

NOT

Returns true if the first condition is true and the second condition is false.

<p>Returns true if the first condition is true and the second condition is false. </p>
24
New cards

Venn diagrams

Help visualize how boolean operators work.

25
New cards

Order of precedence

Multiple conditions are evaluated from left to right unless parentheses are used to change the order. 

26
New cards

Intersect

Tests whether features touch

27
New cards

Contains/within

Tests whether a feature is inside another

28
New cards

Proximity

Tests whether features are within a specified distance of another

29
New cards

Contains operator

Permits the feature to lie on the edge of (share a boundary with) the containing feature.

30
New cards

Completely contains operator

Does not permit a shared boundary. 

31
New cards

Target layer

The one from which the features will be selected.

32
New cards

Source layer

The one that the target features are compared to.

33
New cards

Select Layer by Location tool

A way to conduct a spatial query.

34
New cards

Logical consistency

How well a data set reflects real-world relationships.

35
New cards

Buffers

A type of spatial query that delineate the area (or boundary) of the region within a specified distance of a set of features. 

36
New cards

Dissolve buffers

Used to generate a single, clean buffer region.

37
New cards

Clip and Erase

Extraction functions:

38
New cards

Clip

Works like a cookie cutter to extract features that lie inside the boundary of another data set.

39
New cards

Erase

Keep features outside of the boundary and remove the ones within the boundary. 

40
New cards

Extraction functions

May change the lengths or areas of features that cross the boundary.

41
New cards

Interactive selection

User visually picks the desired features form a map.

42
New cards

Selection type

A parameter that determines what happens to an existing selection if another query is performed on the same layer.