From ccb7fd0edc78d3f6455da833cad0bd9e0a3a2dea Mon Sep 17 00:00:00 2001 From: Cole White Date: Wed, 26 Aug 2026 16:04:04 -0400 Subject: [PATCH] added new qgis tutorials --- _data/guides.yml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/_data/guides.yml b/_data/guides.yml index 82ef3ea..f1ff164 100644 --- a/_data/guides.yml +++ b/_data/guides.yml @@ -2256,3 +2256,42 @@ date: "2026-08-14" series: MDL Tutorials type: Tutorial +- id: 236 + title: Georeferencing images in QGIS + url: https://mdlutoronto.github.io/georeferencing-qgis/ + description: | + How to overlay imagery, scanned maps, and other raster images on your map in QGIS. + technique: + - Spatial Analysis + - Mapping + tool: + - QGIS + date: "2026-08-26" + series: MDL Tutorials + type: Tutorial +- id: 237 + title: Mapping census data with QGIS + url: https://mdlutoronto.github.io/georeferencing-qgis/ + description: | + How to download census data and boundary files and match them together in QGIS for further analysis. Census data will be downloaded using CHASS. + technique: + - Spatial Analysis + - Mapping + tool: + - QGIS + date: "2026-08-26" + series: MDL Tutorials + type: Tutorial +- id: 238 + title: Projecting data in QGIS + url: https://mdlutoronto.github.io/projecting-data-qgis/ + description: | + An introduction to working with coordinate reference systems and projections in QGIS. + technique: + - Spatial Analysis + - Mapping + tool: + - QGIS + date: "2026-08-26" + series: MDL Tutorials + type: Tutorial