Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions _data/guides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2271,3 +2271,16 @@
date: "2026-05-05"
series: MDL Tutorials
type: Guide
- id: 220

Check failure on line 2274 in _data/guides.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

2274:3 syntax error: expected <block end>, but found '-' (syntax)
title: Extracting geographic features from a larger dataset in QGIS
url: https://mdlutoronto.github.io/qgis-extracting-geographic-features-from-larger-dataset/

Check failure on line 2276 in _data/guides.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

2276:3 [key-duplicates] duplication of key "url" in mapping
description: |

Check failure on line 2277 in _data/guides.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

2277:3 [key-duplicates] duplication of key "description" in mapping
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:

Check failure on line 2279 in _data/guides.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

2279:3 [key-duplicates] duplication of key "technique" in mapping
- Extracting data
tool:

Check failure on line 2281 in _data/guides.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

2281:3 [key-duplicates] duplication of key "tool" in mapping
- QGIS
dataFormat: Vector
date: "2026-06-04"

Check failure on line 2284 in _data/guides.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

2284:3 [key-duplicates] duplication of key "date" in mapping
series: MDL Tutorials

Check failure on line 2285 in _data/guides.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

2285:3 [key-duplicates] duplication of key "series" in mapping
type: Tutorial

Check failure on line 2286 in _data/guides.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

2286:3 [key-duplicates] duplication of key "type" in mapping
Loading