• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/38

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

38 Cards in this Set

  • Front
  • Back
What is overlay?
- multiple layers of features on top of one another
What is buffering?
- a spatial retrieval around points, lines or areas based on distance
What are the three main types of overlay operations? What do overlays do?
1. Union
2. Intersect
3. Identity

- computer the geometric intersection of 2 polygon coverages
What is Union overlay? Draw and give example.
- all polygons from both coverages will be split at their intersections and preserved in the output coverage
- both union and input are combined and everything is preserved in the output coverage
- Ex. within 25 miles of a city OR within 25 miles of a major river
What is Intersect overlay? Draw and give example.
- only those features in the area common to both coverages will be preserved in the output coverage
- Ex. within 25 miles of a city AND within 25 miles of a major river
What is Identity overlay? Draw and give example.
- all features of the input coverage as well as those features of the identity coverage that overlap the input coverage are preserved in the output coverage.
- Ex.portion of the major city buffer WITHIN the major river buffer
How does identity analysis work?
- discovers geometric relationships (overlap) between the input features and the identity features
- cracks (inserts vertices at the intersection of feature edges) and clusters (snaps together vertices) the features
- determines the spatial reference for processing (output spatial reference), all the input feature classes are projected into this spatial reference
What does the Erase tool do? Draw.
- this tool creates a feature class from those features or portions of features outside the erase feature class.
What does the Symmetrical Difference tool do? Draw.
- this tool creates a feature class from those features or potions of features that are not common to any of the other inputs
What does the Update tool do? Draw.
- this tool updates the attributes and geometry of an input feature class or layer by the update feature class or layer that they overlap
What two overlay methods do Point in Polygon and Line in Polygon use?
Union and Intersect
What are the four types of Extract Tools?
1. Clip
2. Select
3. Split
4. Table Select
What is Clip? Draw.
- extracts a section of from an input feature class that overlaps with the clip feature class
- the clip tool is similar to the intersect tool, however, the clip tool does not transfer any attributes from from the clip feature class to the output
What is Select? Provide example.
- extracts features from an input feature class or layer and stores them in a new output feature class
ex. picking out Garry Oak ecosystems in BC
- can make selections based on attribute data in a table
What is Split? Draw.
- the spatial extraction of features by clipping portions of the input feature class into multiple feature classes.
What is Table Select?
- extracts selected attributes from an input table based on attribute query and stores them in an output table.
What are the four Proximity Tools?
1. Buffer
2. Multiple Ring Buffer
3. Near
4. Point Distance
What is a buffer?
- the construction of area features by extending outward from point, line or polygon features over a specified distance
What is Multiple Ring Buffer? Draw.
- creates a new feature class of buffer features using a set of buffer distances
- can have two buffers of two different aspects of a project
What is Near?
- computes the distance from each point in a feature class to the nearest line or point in another feature class
- uses Pythagorum theorem
What is Point Distance?
- computes the distances between point features in one feature class to all points in a second feature class that are within a specified radius
What is Geocoding?
- creates spatial data from information that describes or names a location (ex. address)
- GIS assigns coordinates to data records - ex. making map of postal codes
What is Frequency?
- produces a list of the unique code occurrences and their frequency in an output table for a specified set of fields from an input feature class or table
What are Summary Statistics?
- statistics about fields from an input table or feature class that are then saved as an output table
- include: sum, mean, minimum, maximum, standard deviation, etc
What are Local Functions?
- compute an output raster data set where the output value at each location is a function of the value associated with that location on one or more raster datasets
What are Focal Functions?
- produce an output raster dataset in which the output value at each location is a function of the value at a location and the values of cells in a specified neighborhood around that location
What are Zonal Functions?
- compute an output raster dataset where the output value for each location depends on the value of the cell at that location and the association that that location has within a cartographic zone
What are Global Functions?
- compute an output raster dataset in which the output value at each cell location is potentially a function of all the cells in the input raster data sets.
What does XOR do in a raster calculator?
- compares 2 input bits and generates 1 output bit. If the bits are the same the result is 0. If they are different the result is 1.
What is Overlay Using Maximum?
- when overlaying 2 raster images the output product chooses the highest value for each pixel of the 2 input layers
What is Recode?
- changes certain input values to different output values. Ex. yellow and green become black, red and orange pixels become white.
What are the seven types of Terrain Analysis?
1. Contours
2. Slope
3. Aspect
4. Hillshade
5. Viewshed
6. Cut/Fill
7. Hydrologic Features
What are contours?
- polylines that connect points of equal value such as elevation, temperature, precipitation, pollution or atmospheric pressure
What is aspect?
- measured clockwise in degrees from 0 (due North) to 360.
- the value of each cell in an aspect dataset indicates the direction the cell's slope faces. Flat slopes have no direction and are given a value of -1.
What is hillshade?
- setting a hypothetical light source and calculating the illumination values for each cell in relation to neighboring cells It can greatly enhance the visualization of a surface for analysis or graphical display.
- relies on azimuth and altitude of the sun
What is Viewshed?
- identifies the cells in an input raster that can be seen from one or more observation points or lines
- useful for finding the visibility. ex. finding a well-exposed place for communication towers
What is Cut/Fill?
- summarizes the areas and volumes of change between 2 surfaces
- by taking 2 surface rasters of a given area from 2 different time periods, the cut/fill function will produce a raster displaying regions of surface material addition/removal
- negative values indicate areas that have been filled, positive values indicate areas that have been cut
- ex. used to track erosion in a river valley
What is Reclassification?
- reclassifying data means replacing input cell values with new output cell values (for raster data)
- can be used to group certain values together or to replace values based on new information, etc