From 4435254578c42c1d2f9c6b238a83611fa1d72b83 Mon Sep 17 00:00:00 2001 From: Cole White Date: Thu, 4 Jun 2026 11:05:24 -0400 Subject: [PATCH] Update guides.yml Extracting geographic features from a larger dataset in QGIS --- _data/guides.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/_data/guides.yml b/_data/guides.yml index c67b86d..d70530b 100644 --- a/_data/guides.yml +++ b/_data/guides.yml @@ -2271,3 +2271,16 @@ date: "2026-05-05" series: MDL Tutorials type: Guide + - id: 220 + title: Extracting geographic features from a larger dataset in QGIS + url: https://mdlutoronto.github.io/qgis-extracting-geographic-features-from-larger-dataset/ + description: | + This tutorial will demonstrate how to use QGIS to extract just the features you need from larger spatial datasets, saving them to new files that you can then use to map and analyze your data. # A brief description of the page for SEO purposes. + technique: + - Extracting data + tool: + - QGIS + dataFormat: Vector + date: "2026-06-04" + series: MDL Tutorials + type: Tutorial