Accessing Maps for Georeferencing

September 12, 2025 5 min read

This guide will walk you through finding georeferenced historic maps from the Harvard Map Collection and understanding the difference between raster and vector data.


Finding a historical map to use

Depending on your project topic, it may be useful to be able to compare information from historic maps against the modern layers you are working with.

Many map library special collections allow you to download versions of their maps in formats that are already spatial data, and will be compatible with GIS mapping.

How does it work?

Paper maps!

In the Harvard Map Collection, there are thousands of drawers of flat filing cabinets that contain hundreds of thousands of maps.

Flat filing cabinets

Here is one of these drawers open to find a folder full of maps of Cambridge, MA. Pictured here is a map from 1865 in one of the Harvard Map Collection's flat filing cabinet drawers.

map in drawer

Library catalog

If you visit the Harvard Library catalog, HOLLIS, you can:

  • Change the initial search drop-down from Catalog & Articles to Library Catalog to show only items held by the library, and exclude journal articles.
  • Scroll down to the Location filter on the right, and filter by Harvard Map Collection

You'll notice that some of the maps from the Harvard Map Collection have been scanned and added to the catalog record, so that you can view the map in high-resolution online from a link in the catalog that says ONLINE ACCESS.

map listings in HOLLIS

On the other hand, many of the maps in the Harvard Map Collection do not have online access links, and they are listed in the catalog as records only; the records are there simply to let you know you can request to come see these items if you visit the map collection.

If you find a map in the HOLLIS catalog that does not have online access, from the HOLLIS catalog record, you can request this item. Then, you can make an appointment with the Harvard Map Collection to come see the map. If you think it would work for your project, you can request a scanned copy, and use that image file to perform georeferencing.

Process of georeferencing

This process will result in a file in .TIF or .geoTIFF format that you can layer along with your other map layers.

Georeferenced map

You can obtain .TIF, .JPEG, or .PNG images of maps anywhere to georeference. Archival map collections are a great source, because:

  • Special map collections have a lot of maps
  • Special map collections scan and preserve maps with a high degree of image resolution, which results in clear and legible versions of the maps once they become a GIS layers
  • Sourcing maps from special collections will ensure you are able to cite your map data

Once the Harvard Map Collection has scanned a map (for a patron request, for an exhibition, etc.), we add that image to the HOLLIS catalog record. Here is an example of the map of Cambridge's HOLLIS record, denoting ONLINE ACCESS.

map in HOLLIS

And here is an embedded version of the online access viewer. Note how you can zoom in and pan around with a high degree of image resolution.

Map of the city of Cambridge for 1865, Harvard Map Collection.

Harvard Geospatial Library

In addition to a catalog of our map holdings, the Harvard Map Collection also maintains an online repository for spatial data. This includes point, line, and polygon data such as the census and infrastructure data we have been working with so far. It also includes, however, pre-georeferenced versions of many of the maps in our archival special collections.

Before you decide to georeference a map on your own, you may want to check to see if we already have one that could work for your project!

Search for georeferenced maps

  1. Visit the Harvard Geospatial Library (HGL), https://hgl.harvard.edu/.
  2. Type in a search term and click Search.
  3. Under the Institution filter, choose Harvard. Under Data Type choose Raster. There are currently only raster options available for this search term, but the data type filter allows you to differentiate between results of scanned maps (raster) and modern GIS data (points, lines, and polygons).

What is the difference between vector and raster data?

One common data type in GIS is called vector data, which abstracts features of the world into point, line, and polygon representations of geography, each of which has a tabular correlate with attribute feature information. This could mean census tracts (polygons) with tabular "attribute" information about census populations. Or, locations of unique addresses (points) with information about something that happened there.

Vector data

vector points lines polygons

File formats for vector can be:

  • shapefiles (.shp)
  • geojsons (.geoJSON)
  • geopackage (.gpkg)

Raster is formatted differently

Raster data is structured completely differently. We use images containing grids of pixels. Each pixel represents some unit of measurement on the earth and will often have a value.

Raster grid

Raster imagery is often collected by satellite.

A common example of raster data are digital elevation models (DEMs). Each pixel in the grid has a value about how high or low the surface of the earth is.

DEM

These values can be used to symbolize elevation or perform different kinds of terrain analysis.

land cover

Another popular type of raster data is land use data. Each pixel has a categorical value which indicates what type of land use any given area pertains to.

What do vector and raster data have in common?

They are both spatial data! Even though these different types of GIS data are structured differently, they share that they are both encoded with location metadata, which lets GIS software place them in relationship with real geography.

map pixellated

Georeferenced maps are raster data, because they are images organized as grids of pixels. In the case of georeferenced maps, however, the value represented by each pixel is usually just the RGB color code to tell the program which colors to display the map as.

Raster formats
  • The file format for a georeferenced map is typically a .geoTIFF.

Georeferencing

Georeferencing historic maps is somewhat more of an art than a science, and the tools can be sensitive. Budget time for troubleshooting. You can use the georeferencing tutorial to get started.

Next steps

If you've successfully georeferenced a map, and would like to learn how to extract data for analysis, check out our tutorial, Vectorizing from Historic Maps Tutorial.