GIS Data Analysis and Output Flashcards

1
Q

In general terms, what is data analysis? Explain.

A

The process of extracting information from data

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

How is spatial analysis different from data analysis in a discipline such statistics or relational databases?

A

Spatial analysis extracts or creates new information from spatial data

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

Why are GIS processes such as attribute queries and spatial queries considered to be data
analysis?

A

Spatial analysis extracts or creates new information from spatial data

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

What is geoprocessing? Explain

A

Geoprocessing involves the use of tools to manage and analyze geographic data

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

What is a map overlay? Explain

A

Combining two feature classes

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

What is the difference between geoprocessing and map overlay?

A

Geoprocessing includes operations
such as clip, erase, union, intersect,
dissolve, etc.

Map overlay functions combine
spatial layers to create a single
output

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

What are extraction operations? How are these operations different from other map
overlay operations?

A

Extractions create new output features classes/shapefiles

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

List two extraction operations that can be used in ArcGIS?

A

Clip and Erase

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

What is the fundamental difference between a spatial join and a map overlay?

A
Spatial joins do not alter the
geometry of input feature
classes
 Features don't always fall neatly
inside other features
 You can join the land-use layer
to the roads layer: however, the
road does not coincide with the
land use boundary
 Also, a summarized join won't
work with categorical data
A map overlay, such as intersect,
forces the road features to split at
the land use boundary
 Each new segment falls inside one
land use category
 The attribute table of output
feature class includes a field with
the total road lengths in each land
use category
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are point-in-polygon overlays? How is the result of a point-in-polygon overlay different from a spatial join?

A

 The point features in the input layer are included in the output layer
 Each point receives the attributes of the polygon where it falls
 The result is the same as in a spatial join
 Example:
 Assign each house point the
associated school district with
education statistics
 Allow buyers to compare schools

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

What are line-in-polygon overlays? How is the result of a line-in-polygon overlay different from a spatial join?

A

 The line features in the input layer are included in the output layer
 A line is split at every intersection with a polygon boundary
 Each line receives the attributes of the polygon where it falls

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

What are slivers? Explain how they can be prevented.

A
Slivers
 Tiny polygons created during
geoprocessing
 Result of slight differences in
boundaries
 Can build up as a result of multiple
operations
 Nuisance for some applications. For
example, when calculating statistics
 It is desirable to prevent slivers
when overlaying

Tolerances can be used to reduce
problems with slivers

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

A GIS analyst is performing a clip operation (polygon-on-polygon overlay), the input layer
has a UTM coordinate system, the clip layer has a geographic coordinate system, and the
data frame has a State Plane coordinate system. What is the coordinate system of the
output feature class?

A

Input layer

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

What is a merge operation? Explain.

A

Combines multiple features classes into a new feature class

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

. True or false? A merge operation can only be used with feature classes that have the
same geometry type?

A

True

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

True or false? A merge operation will fail if the input datasets do not have the same table
structure. Explain.

A

True

17
Q

What is the difference between a merge operation and an append operation?

A

 Appends multiple features classes into an existing feature class

18
Q

When using the append operation, what happens if the schema of the tables in the input
feature classes does not match the schema of the table in the target feature class?

A

User can specify if the schema (structure) of the
input tables needs to match the target table
 If the property ‘Schema Type’ is set to ‘Test’ the
schema must match, otherwise, ‘No Test’ should be
used

19
Q

What are the results of a dissolve operation?

A

Aggregates features based on specified attributes

20
Q

What are the results of a clip operation?

A

Extracts input features that overlay the clip features

21
Q

Why is a clip operation compared to a cookie cutter?

A

beacuse it is….

22
Q

What are the results of an erase operation?

A

Removes the features that fall within the erase features layer (Donut cutter)

23
Q

How is the erase operation similar to the clip operation? How are they different?

A
erase = inside
Clip = Outside
24
Q

What are the results of a intersect operation?

A

 Produces the geometric intersection of the input features

25
Q

How are the results of an intersect operation similar to a clip operation? How are they
different?

A
Output feature class has attributes from all the input
feature classes
26
Q

True or false? In an intersect operation, where all the input feature classes are polygon, it
is possible to obtain lines or points as the geometry of the output feature class.

A

False

27
Q

What are the results of a union operation?

A

Computes the geometric union of the input features

Input feature classes must be polygon
 Preserves all the features from the input
feature classes
 Output feature class combines all the features
and attributes of the input layers

28
Q
You are performing a union operation between a layer of horizontal parcels and a layer of
vertical parcels, as demonstrated in class. What do the nulls in the attribute table of the
output feature class represent?
A

Not sure, find out

29
Q

What are the results of a symmetrical difference operation?

A

 Preservers the features of the input feature classes that do not overlap