Skip to content

Types of Geospatial Information

Types of Geospatial Information

This tutorial is designed to introduce you different types of geospatial information that are usually used in GIS and can be found from geospatial data portals such as the BTAA Geoportal.


Note for Instructors

  • Geographic Information Systems (GIS) can use several different types of data.
  • The “type” introduced in this tutorial refers to the data models or formats that GIS professionals typically use to collect and share information.
  • It does not refer to the information’s topic, content, purpose, source, or other aspects.

  • Most GIS data, but not all, is stored in one of the following data models:
    • Vector
    • Raster
    • Tabular

Geospatial information can also be extracted from scanned maps.

GIS data can be hosted online using web services.


  • Vector data is comprised of vertices and lines (or arcs)
  • It is represented explicitly in the form of XY coordinates.
  • The 3 basic geometry types for vector data are:
    • Points - XY coordinates (examples: cities, schools, incident locations)
    • Lines - connecting the points in a set order (example: roads, streams)
    • Polygons - a set of points connected in a particular order and closed, the 1st and last point are the same (examples: a state, county, or census block)
  • Most GIS applications do not allow mixed geometry type in a single layer

  • Each vector feature has attribute data that describe it.
  • Vector data are usually saved as a shapefile or a feature class in a geodatabase.
  • In Arc/Info (1980-1999), it was saved in a format called “coverage”.

Single Symbol

Categorical Symbol

Quantitative Symbol


  • Raster data is made up of pixels.
  • Each pixel has its own value.
  • Raster data is usually used to represent surfaces.
  • Raster data models are commonly used for:
    • digital elevation models (DEM)
    • aerial and satellite imagery
    • land use / land cover maps
  • Raster data resolution: cell dimension, or the size of pixels.
  • Raster images can consume a large amount of storage space.

  • Types of raster data
    • Discrete rasters have distinct themes or categories. Each class can be discretely defined, usually ba integer values. Example, land cover/use map.
    • Continuous rasters are grid cells with gradual changing data such as elevation and temperature.
  • Raster data are usually saved in the format of raster dataset, GeoTIFF, or many other formats.

VectorRaster
Positional PrecisionCan be preciseDefined by cell size
Attribute PrecisionPoor for continuous dataGood for continuous data
Output QualityVery good, map likeFair to poor, depending on resolution
Data StructureOften complexOften quite simple
Storage RequirementRelatively smallOften quite large
Spatial AnalysisGood topology relationshipGood for modeling

Tables with geospatial information can be used for mapping purposes in GIS.

  • Tables with spatial information that can be joined with an existing map

  • Tables with XY coordinate information

  • Tables with address information

  • Geocoded data


  • A scanned map stored as an image file.
  • Georeferenced scanned map: has a linked file that stores spatial information so that it can be overlayed with other digital maps in GIS. Usually stored as GeoTIFF.
  • Un-georeferenced scanned map: The presence of coordinates in the record’s metadata does not make the map georeferenced. Can be saved as TIFF or JPG, etc.

  • A streaming GIS layer that can be viewed and queried in a browser or GIS application.

  • Types of GIS web services - they are often provided using either Esri format or open standard defined by Open Geospatial Consortium (OGC)


EsriArcGIS Dynamic Map Layer ServiceVector data. Map image layers are dynamically rendered.
ArcGIS Feature Layer ServiceDisplays vector data as individual or collected features.
ArcGIS Image Map Layer ServiceDisplays raster data (a grid of cells used to store imagery).
ArcGIS Tiled Map Layer ServiceDisplays set of web-accessible tiles that reside on a server.
OGCWeb Mapping Service (WMS)Renders a geospatial dataset as map images.
Web Feature Service (WFS)Serves queryable geographic features.
IIIFInternational Image Interoperability Framework (IIIF)Displays an image from a server. This image can be panned and zoomed.

The BTAA Geoportal search results page provides a facet for Resource Class. This allows a user to filter by the following categories:

  • Datasets: vector or raster data
  • Maps: scanned print maps
  • Web Services: any item with a web service, such as an ArcGIS REST service or an OGC web service
  • Imagery: aerial photography and satellite imagery
  • Websites: interactive web resource, such as a dashboard or online map
  • Series: a set of records that are part of a sequence or local grouping
  • Collections: a thematic or administrative group of records

Find an example for each of following type of data from BTAA Geoportal. Discuss the use cases of each data type, as well as pros/cons of the particular data type.

  • Vector data
  • Raster data
  • Scanned map
  • Web service