Lecture 7 - Raster Data Flashcards
What is a raster data model?
Divides geographic area into regular grid of cells in specific sequence (identified by row and column)
- each cell contains a single attribute value
- space-filling: every location corresponds to a cell in the raster (regular tessellation that can be conceptualized as a matrix-like series of cells)
- large file
How are feature coordinates expressed in raster?
They are implict
- store grid origin (cell in upper left corner)
- store grid resolution: minimum linear dimension of smallest unit of geographic space sampled
- find coordinates indirectly
How are attributes expressed in raster?
They are explicit
- often only a single attribute assigned to a cell
- otherwise, key identifier in each cell links to related database files containing multiple attributes for each grid cell
How do you create a raster file?
Although this is rarely done, here are the conceptual steps:
- choose grid resolution (choose raster cell size 1/2 length of smallest feature on map)
- set data type (integer, real)
- overlay grid over study area
- assign attribute code to each grid cell
- repeat process for each map layer
What are raster input methods?
- manual raster coding
- raster scanning
- existing digital raster data
- RS imagery
- vector to raster conversion
What is the manual raster coding input method?
Uses spreadsheet, text editor, or digitizer (not popular)
- overlay transparent grid on existing map
- record attribute for each cell (decision rules for mixed cells)
- some digitizer software allows coding of attributes from digitizer puck
What is raster scanning input method?
Scans maps or aerial photos
- several scanner types: drum scanners for large docs and desktop for small docs
- problems: resampling, editing, raster to vector conversion
What is the existing digital raster data input method?
- elevation data commonly available in raster form (govt agencies)
- much raster data already in digital form as images
- resampling likely needed so pixels in images coincide with cells in other data layers
What is the remote sensing data input method?
- airborne imagery: air photos
- satellite imagery: landsat, radarsat
What is the vector to raster conversion input method?
- coded polygons
- grid overlay with appropriate cell sizes
- Each cell is assigned the attribute code of the polygon which it belongs to
How would you convert back to vector from raster?
- each raster is assigned attribute value
- boundaries set up b/w different attribute classes
- polygon is created by storing x and y coordinates for the points adjacent to boundaries
What conversion errors can occur?
- polygons turn blocky if converted back and forth
- may depict incorrect info
What does the type of cell value being used depend on?
- depends on feature being coded and the GIS used
What kind of data is grid-cell representation often used for?
- categorical data (nominal/ordinal scale)
- quantitative data (interval/ratio scale)
What can raster cell data be coded as?
- whole numbers (integers)
- real values (decimal)
- alphabetic values (text)
What are the different cell measurement values?
- nominal
- ordinal
- interval
- ratio