qgis-trace-tutorial

Tutorial: Tracing Historical Streets with QGIS

New York’s streets have changed a lot over time: new street grids were projected over old farm roads, housing projects were constructed, often spanning multiple city blocks, and the construction of highways, too, drastically changed the street layout of the city’s neighborhoods.

Some examples:

Yet, it’s very important having data about the changing names and shapes of New York City’s streets; we need this data to to georeference city directories, to make maps of historical photos, and to allow patrons to geographically browse the Library’s Digital Collections.

Contributing

Historical street data are an important part of NYPL’s NYC Space/Time Directory project. By combining data from Building Inspector, NYPL’s website for crowdsourced extraction of historical building footprints and addresses, with the locations and names of historical streets, it is possible to create search tools and visualizations for historical addresses. To see how this is done in detail, see https://github.com/bertspaan/tutorial-historical-addresses.

The latest historical street data can be found here: https://github.com/nypl-spacetime/nyc-historical-streets. We have started tracing some of the maps ourselves, but there are many maps and atlases with which we need your help!

How to contribute:

To keep track of who is doing what, please send an email to bertspaan@nypl.org before you start (or open an issue in the original GitHub repository.

For more information about contributing to the NYC Space/Time Directory, see http://spacetime.nypl.org/#contributing (coming soon!).

Getting Ready

First, download QGIS, and install the application by following their instructions. If all goes well, start QGIS, it should look a little like this:

Keyboard shortcuts

By default, QGIS does not have very convenient keyboard shortcuts for creating and editing polygonal lines. This repository contains a QGIS shortcut definitions file: qgis-shortcuts.xml. Download this file, choose Settings ⟶ Configure Shortcuts…, click Load… and select the shortcut XML file.

Keyboard shortcuts:

#

This section describes creating a new street trace project in QGIS.

Setting up

Tracing

Improving existing data

Setting up

git clone https://github.com/<your-github-name>/nyc-historical-streets

Tracing

See the Tracing paragraph in the Starting a new project section.