Selecting data types

Selecting Data Types (Raster vs Vector)

The number systems of spatial data are of several types and some are suited to raster representation, and some are suited to vector (after Theobald, 2007). Other decisions are necessary for image, terrain or the host of other types

  • Qualitative or nominal data – discrete (1=basalt, 2=granite, etc for a geological map)
  • Ordinal or rank data – discrete (low, medium, high; implies a quantity but is in “bins” or discrete categories)
  • interval – continuous (e.g. Temperature)
  • ratio – continuous (hillslope angle, which could be measured/calculated to any precision and reported in floating point values or integer values)
  • cyclic – continuous (with a break at one or more points, like compass direction for the “aspect” of a hillslope)

Choosing the format for continuous vs discrete data types

Vector storage better for discrete and raster for continuous

Advantages/Disadvantages

Vector Raster
  • digitizing or GPS data entry
  • less data storage volume
  • greater boundary precision
  • complex analyses are easier (inside? outside?)
  • “overlays” rapidly increase complexity and data storage needs
  • scanner/remote sensing acquisition
  • substantially easier manipulation
  • higher data storage requirements (8-32 bytes per cell* rows* columns), but compression (run length encoding, quad trees) helps,
  • decreased boundary precision,
  • no increase in complexity with son and daughter maps

Demo in ArcGIS

  1. view the grid vs polygon map in the introPro project
  2. change the transparency of the top layer, or swipe it away
  3. here the grid cell size is 200 m