Spatial Data Models

This module is all about spatial data! What makes spatial data special and how do we represent it in a GIS? Spatial Data has some unique properties which mean we need to implement specific strategies to work with it. There are two key formats we work with in GIS for spatial data: Raster and Vector. Both models can be used to represent most spatial phenomena; but they are not equally suited for all applications.

Learning Outcomes

Learning Outcomes

  • What makes spatial data special?
  • Differentiate between raster and vector data models.
  • Learn how each model represents space and stores attributes.
  • Learn which types of models are best suited for different applications.
  • Overview of data resolution and how it relates to scale.
  • Work with both Raster (Satellite Imagery) and Vector (Census) data to investigate how green space effects housing cost.

Spatial is Special

You might encounter the phrase “Spatial is special” in your time studying GIS. Spatial data is the foundation of Geographic Information Science, it is what distinguishes GIS from the broader field of data science. This was succinctly summarized by Waldo Tobler in The First Law of Geography:

View Slides in New Tab

Raster Data

A simple but storage intensive method for representing data that is widely utilized in GIS. Rasters are commonly encountered as: satellite and drone imagery, elevation models, climate data, model outputs, and scanned maps.

View Slides in New Tab

Vector Data

In GIS, vector data are commonly encountered as: political boundaries, census data, pathways (road, trails, etc.), point location (stop sign, fire hydrant), etc.

View Slides in New Tab

Which Model is Best?

Lets recap to think through some Practical Considerations and compare the spatial data models side by side.

View Slides in New Tab