GEOG 222 II Flashcards
(128 cards)
Intersection =
only location in both remain
-AND
Union =
locations in either remain
-OR
cookie cutter tool
clip
like the opposite of the clip tool, what is left over
erase
things to watch out for with intersection and overlay
common boundaries
spurious polygons
mixing up identify and intersect
common boundaries
- may be able to see that the line looks thicker
- zoomed in there may be a new polygon from lines crossing, not quite lining up
new polygon formed from common boundaries
spurious polygon
- not there in real life
- artifact
intersect vs identify
- both calculate geometric intersection of input layers
- intersect = AND - only in common features, based on input layer, order doesn’t matter
- identity = all features of first layer + those that overlap w/ identity layer, order matters
raster
- space divided into small units
- space is tessellated
tessellation
process to cover a surface through the repeated use of a single shape
Raster shape
- any reasonable geometric shape that can be connected to create a continuous surface
- squares, triangles, hexagons
- not circles - dont interlock
best raster shape
- lattice, grid, square, rectangle
- interlock, end at edge, fit screens
- easy to deal with mathematically
- efficient to store
Information location, raster
- not explicit like coordinates
- recorded by cell location i.e. row 1, col 1
continuous raster
- infinite values
- each cell has one value
Raster issues
- grid cell size
- data storage
- only one attribute per layer
why use raster
- data storage
- efficiency and processing speed
types of raster encoding
- row by row, uncompressed
- run-length encoding
- boustrophedon
discrete raster
- limited, non-continuous numbers
- classes, eg. soil class
- pixels w/ same value = same class
- similar to polygons, eg. a group of 0’s is a water body
boustrophedon
=how oxen ploughs the field
- right across bottom row
- left across second last row
- right …
row by row encoding
- start at bottom left corner
- right on last row
- right on second last row
Raster issues, multiple attributes
- stack grids
- raster calculator
raster calculator
- operators (mathematical, boolean)
- functions
- queries
Raster calculator, mathematical operators
-arithmetic: *, /, -, +
[raster1] + [raster2]
Raster calculator, boolean operators
-AND, OR, NOT
[raster1] = 1 AND [raster2] = 4
-binary result