9: Raster Data Flashcards
UNDERSTAND CHARACTERISTICS OF RASTER DATA STRUCTURE
Basic mapping unit: cell/pixel
- spatial resolution size of cell defines the level of spatial detail
- location of cells specified as x,y coordinates
- regions: groups of adjacent cells of the same value
- called a grid dataset
AWARENESS OF RASTER MANIPULATION
Raster will allow a user to perform basic manipulations on a raster, or grid data set. Some basic manipulations include:
- reclassify
- convert
- preparation for analysis (set extent and mask)
BASIC GIS RASTER ALGEBRA OPERATIONS
Map algebra - way to do mathematical functions with grids/raster layers in GIS
- arithmetic (+,-,x,/)
- relational (>,
LOCAL, FOCAL AND ZONAL OPERATIONS
Methods of combining raster layers
Local - 1 to 1 (drilling down)
Focal - Neighbourhood to 1
Zonal - Input raster area as a cookie cutter
Cell resolution
What is the length and height of each cell, normally square so the same
High resolution refers to rasters with small cell dimensions - lots of detail, lots of cells, small cells, large file size
Raster can be very inefficient because every cell must have a value even if nothing is there
Cell value assignment scheme
value of a cell may be…
- an average for that cell
- total value for the cell
- most common value in the cell
- value at the cell’s centre
Raster data sources
Aerial photos
Satellite imagery
Scanned maps
Saying about raster vs vector data
Raster is faster but vaster, vector only seems more corrector
Raster functions in ArcMap
Map Algebra
Local
Focal / Neighbourhood
Zonal
Raster functions in ArcMap
Spatial Analyst Tools: Local Map Algebra Neighbourhood Zonal
Raster functions in ArcMap
Spatial Analyst Tools: Local Map Algebra Neighbourhood (Focal) Zonal
Problems with map algebra
if layers are not coincident (not the same origin/alignment/extent)
or different cell sizes
think about metadata and how data should be added together
Mathematical operators
Maximum
Sum
Average
Re-classification operations
Binary example:
Cell value = “X” then replace with “1”
Cell value not equal to “X” then replace with “0”
Operations on raster layers
Local Focal (neighbourhood) Zonal Global Boolean