Vector analysis Flashcards

1
Q

What are the 3 parts to a query?

A

Field name ex. volume
Relational operator (bigger than, less than, equal to) ex. greater
value ex. 250m3/ha

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are boolean operators?

A
used to carry out a complex query
-And
-Or
-Not
to refine search
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the arithmetic calculation feature?

A

Applies a formula to a numeric field (similar to excel but different interface)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a the statistics function?

A

provides a temporary pop up table with typical statistical parameters and plots data in a histogram.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the function of the summarize feature?

A

creates a data table that you control the field output of. table is permanent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the 2 options when you right click a field name?

A

Summarize or Statistics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the data classification schemes?

A
  • natural break
  • quantile
  • equal interval
  • user defined
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the max number of classes you would display on a map?

A

5-7 due to color overload

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What must you ensure that you do when relating the attribute table to outside tables in arcGIS?

A
  • You must make sure that you are in the GIS attribute table when you make the join or link.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the euclidean distance function?

A

(Straight line distance)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does geometric distance function give you?

A

line length (perimeter)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How would you calculate area?

A

use the geometric area function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is important to remember about overlays and area?

A

Do not trust the area after you have performed an overlay

create your own column called ha. and use calculate area function.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the select by location query?

A
  • feature selected based on relation to other features by comparing two themes.
  • Target layer - features selected
  • outside source layer - basis for selection
  • ie. Within a distance of, within another feature.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Some relationships

A
  • intersect
  • contain
  • within a distance of (within a buffer)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a buffer? **

A
  • creates a new data layer

- creates polygons defined by a cerrtain distance from select features. (ex. wildlife tree buffer)

17
Q

What are the 3 buffer types?

A
  • single (simple) buffer
  • multi rings
  • variable widths - defined by values in field (fish streams vs non fish)
18
Q

What is the purpose of the dissolve feature when overlapping buffers?

A

merges the overlapping buffers into one (forester should use this function)

19
Q

What is the point of an overlay?

A
  • combine 2 layers
  • creates a new data layer
  • both linework and attributes
20
Q

What are the 5 types of overlays?

A
Clip
Intersect 
Union
Update
Erase
21
Q

Describe the “clip” method of overlay

A
  • Area defined by the clip overlay theme
  • 2 map layers are combined to Give a mini version of the original map
    ie. what forest is contained within a cutblock (input “dough” output “cookie”.)
22
Q

Describe the intersect type of overlay

A
  • Area displayed is where the 2 maps overlap
  • table contains all fields from both themes
  • ex. landowner and forest
23
Q

Compare clip and intersect

A
  • similar on spatial side
  • clip only displays attribute data from the input (cookie dough) map
  • intersect contains attribute data from both maps
24
Q

What is the union method of overlay?

A
  • area is the total area of both (= COMBINED AREA = OR)

- table contains fields from both themes

25
What is the difference between intersect and union?
- intersect only uses coincidence space | - union keeps all space from both maps
26
What is another term for query?
select by attribute
27
What is the update overlay type?
- updates features - fields in both layers have to match - ex. new cutblock supercedes forest theme
28
What is the erase overlay type?
Polygons from an erase layer eliminate an area from the input theme. (overlay and eliminate) ex. part of cutblock expropriated for parkland.
29
What is the difference between append and merge?***
- Merge: Combines 2 layers to produce a new combined area | - Append: adds a layer to an existing layer
30
Spatial Join ***
Creates a new layer containing features from the target layer and attributes from both layers. Based on co-incident space. ex. plots in polygons. good for 1:1 or M:1