From 1835d41066f6655955c5678e17fea5ae6b98ef85 Mon Sep 17 00:00:00 2001 From: Cole White Date: Tue, 25 Aug 2026 16:29:32 -0400 Subject: [PATCH] added qgis tutorial entries --- _data/guides.yml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/_data/guides.yml b/_data/guides.yml index 82ef3ea..2191492 100644 --- a/_data/guides.yml +++ b/_data/guides.yml @@ -2256,3 +2256,43 @@ date: "2026-08-14" series: MDL Tutorials type: Tutorial +- id: 236 + title: Projecting data in QGIS + url: https://mdlutoronto.github.io/projecting-data-qgis/ + description: | + Learn how to work with coordinate reference systems and projections in QGIS. + technique: + - Spatial Analysis + - Mapping + tool: + - QGIS + date: "2026-08-25" + series: MDL Tutorials + type: Tutorial +- id: 237 + title: Mapping census data with QGIS + url: https://mdlutoronto.github.io/mapping-census-data-qgis + description: | + How to download census data and census 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-25" + series: MDL Tutorials + type: Tutorial + - id: 238 + title: Georeferencing in QGIS + url: https://mdlutoronto.github.io/georeferencing-qgis + description: | + How to georeference a raster image in QGIS so it can be used as an overlay or for digitizing purposes. + technique: + - Spatial Analysis + - Mapping + tool: + - QGIS + date: "2026-08-25" + series: MDL Tutorials + type: Tutorial +