GIS Data Analysis and Output Flashcards
In general terms, what is data analysis? Explain.
The process of extracting information from data
How is spatial analysis different from data analysis in a discipline such statistics or relational databases?
Spatial analysis extracts or creates new information from spatial data
Why are GIS processes such as attribute queries and spatial queries considered to be data
analysis?
Spatial analysis extracts or creates new information from spatial data
What is geoprocessing? Explain
Geoprocessing involves the use of tools to manage and analyze geographic data
What is a map overlay? Explain
Combining two feature classes
What is the difference between geoprocessing and map overlay?
Geoprocessing includes operations
such as clip, erase, union, intersect,
dissolve, etc.
Map overlay functions combine
spatial layers to create a single
output
What are extraction operations? How are these operations different from other map
overlay operations?
Extractions create new output features classes/shapefiles
List two extraction operations that can be used in ArcGIS?
Clip and Erase
What is the fundamental difference between a spatial join and a map overlay?
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
What are point-in-polygon overlays? How is the result of a point-in-polygon overlay different from a spatial join?
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
What are line-in-polygon overlays? How is the result of a line-in-polygon overlay different from a spatial join?
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
What are slivers? Explain how they can be prevented.
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
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?
Input layer
What is a merge operation? Explain.
Combines multiple features classes into a new feature class
. True or false? A merge operation can only be used with feature classes that have the
same geometry type?
True