LogoLogo
  • About
  • Digital Scholarship
    • DS Methods Overview
      • ¶ Data Visualization
        • Basic Charts
        • Timeline
        • Treemap
        • Network
      • ¶ Mapping
        • GIS
        • Story Maps
        • Maps as Interface
      • ¶ 3D & Immersive Technologies
        • Augmented Reality & Virtual Reality
        • 3D Modeling & Laser Scanning
        • Immersive Games
        • 360 Degree Capturing
      • ¶ Digital Exhibits
        • Example Exhibits
      • ¶ Hypertext
        • Publishing & Presenting
        • Multimedia
        • Narratives & Games
      • ¶ Textual Encoding Initiative
        • What Does TEI Markup Look Like?
        • Facsimiles & Critical Editions
      • ¶ Text Analysis
        • Out of the Box vs Coding and Scripting
        • Text Analysis Examples
    • Introduction to Data
      • ¶ What is Data?
        • Structured & Unstructured Data
        • Quantitative & Qualitative Data
        • Humanities & Data
      • ¶ What is Data Visualization?
      • ¶ DS Data Projects
        • Getting Started Questions
        • Project Examples
        • Visualization Tools
      • ¶ Research Data Lifecycle
        • Data Management Best Practices
      • ¶ Glossary
    • Introduction to Mapping
      • ¶ What is Spatial Data?
      • ¶ Vector and Raster Data
        • Vector and Raster Data Examples
        • File Format Examples
      • ¶ Starting a Mapping Project
        • Getting Started Questions
        • Project Examples
        • Mapping Tools and Platforms
    • Introduction to Digital Exhibits
      • ¶ What is a Digital Exhibit?
        • Related Concepts
      • ¶ Starting a Digital Exhibit
      • ¶ Exhibit Examples
      • ¶ Platforms
  • Digital Pedagogy
    • ¶ What is Digital Pedagogy?
    • ¶ Considerations
    • ¶ Recommendations
    • ¶ Assignment Design
      • Learning Outcomes
      • Mode/Method/Tool Process
      • Assignment Examples
    • ¶ Evaluation
      • Assignment Criteria
    • ¶ Maintenance & Archiving
      • Recommended File Formats
  • Accessibility
  • Skills
  • Tools
Powered by GitBook
On this page
  • Vector Data
  • Raster Data
Export as PDF
  1. Digital Scholarship
  2. Introduction to Mapping

¶ Vector and Raster Data

Previous¶ What is Spatial Data?NextVector and Raster Data Examples

Last updated 3 years ago

Spatial datasets, in general, come in two distinct forms, and . Raster and vector data can come together in the creation of a wide variety of mapping projects, from a traditional figure with an explanatory legend and caption, such as might appear in an academic text, to an online interactive platform that allows for the searching or filtering of thousands of pieces of spatial data or hundreds of historical maps.

Vector Data

Vector data includes points, lines, or polygons (shapes made up of straight lines) containing spatial information that represent some sort of feature or event in a physical or imagined landscape and may contain other types of qualitative or quantitative information, called attributes. A point may represent a tree, a city, or a moment in time. Lines might indicate the street grid of a town, the path someone traveled across the world, or a social link between two communities. Polygons can mark the boundaries of a country or voting district, the catchment area of a river, or a single city block.

Raster Data

Raster consists of "cells" of data covering a specific area (its extent), with attribute values in each cell representing a particular characteristic. It may still consist of points, lines, and polygons, but these shapes are themselves composed of pixels (the way a jpeg or other image file type is).

Data of this type may take many forms, such as satellite imagery containing vegetation or elevation data, precipitation maps, or even an historical map, which has been given a spatial reference. Unlike vector data, raster data has a particular resolution, meaning each pixel represents a particular geographic region of a specific size.

Vector vs Raster data sets
vector data
raster (or pixel data)