Lecture 01/01/2017 Flashcards
How are Raster data are represented in space?
By an array (or grid) of cells (pixels) which contains a value that describes the phenomena being examined.
What kind of meta data is raster data best positioned to display?
Raster data models are mainly used to describe and depict spatial entities (temperature, precipitation, elevation, etc.) that are continuous across a landscape (e.g., DEMs)
What are the two metrics used to store data in Raster File Formats?
- Cell Size - x,y dimension of a pixel
2. Cell Value - coded representation
How is Raster data georeferenced to relate them with other spatial datasets?
By control points (e.g., upper left corner coordinate, lower right corner coordinate). Georeferenced values can also be interpolated within individual pixels as representing specific coordinates.
What are the different Raster Data Structures?
- Simple rasters
- Run-length encoding/Block coding
- Chain coding
- Quadtrees
What happens when you convert from vector to raster and raster to vector?
Vector to raster: diagonal lines look like staircases if the resolution isn’t high enough.
Raster to vector: you get splinters and triangles.