← All workshops

Reference · printable (Ctrl/Cmd+P)

QGIS cheat sheet.

The interface, in one breath

Middle: the map canvas. Bottom-left: the Layers panel — your map is this list, drawn bottom-to-top. Top: toolbars (hover anything for its name). Bottom edge: coordinates, scale, and the current CRS.

Vocabulary

WordMeaning
LayerOne dataset on the map — points, lines, polygons, or an image. Maps are stacks of layers.
FeatureOne thing in a layer: one station, one ward. Every feature is also a row in the attribute table.
Attribute tableThe spreadsheet behind a layer. Right-click layer → Open Attribute Table.
SymbologyHow a layer looks: colors, sizes, categories. Double-click a layer to edit it.
CRSCoordinate reference system — how the round Earth becomes a flat map. Accept defaults until Session 2.
GeoJSONA simple text file format for layers. What we publish; what QGIS happily reads and writes.
Vector vs. rasterVector = shapes with data (our world). Raster = pixel grids like satellite imagery.

The moves

You want to…Do this
Add dataDrag the file onto the QGIS window. That's genuinely it.
See everythingRight-click layer → Zoom to Layer(s).
Restyle a layerDouble-click it → Symbology. "Categorized" + a column + Classify = color by data.
Label featuresDouble-click layer → Labels → Single Labels → pick the column. Add a text buffer.
Inspect one featureIdentify tool (blue “i” icon), then click the feature.
Reorder drawingDrag layers up/down in the Layers panel. Top of list = front of map.
Make a finished mapProject → New Print Layout → Add Map, Add Label → Export as Image.
Save your workProject → Save. A .qgz project remembers layers + styling (not the data files — keep them together).
Export a layerRight-click layer → Export → Save Features As → GeoJSON, CRS EPSG:4326 — the Atlas format.
Undo a messCtrl/Cmd+Z works nearly everywhere. Worst case: remove the layer and drag it in again.

Where data lives

SourceWhat's there
opendata.dc.govHundreds of DC datasets — wards, transit, housing, trees, permits. Export as GeoJSON.
data.census.govDemographics for joins (Session 2). TIGER files carry the shapes.
naturalearthdata.comCountries, states, rivers, cities for world/regional maps. Public domain.
guspatial.org/atlasOur published layers — every atlas's data/ folder is downloadable GeoJSON.