From 3ae1610697266980e0d1b2d3f0dd8c95014cf894 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Fri, 13 Feb 2026 14:58:07 -0500 Subject: [PATCH] Update file naming convention. Clearer instructions --- content/docs/getting_started/file_naming_convention.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/docs/getting_started/file_naming_convention.md b/content/docs/getting_started/file_naming_convention.md index b06e0df..a91bbbc 100644 --- a/content/docs/getting_started/file_naming_convention.md +++ b/content/docs/getting_started/file_naming_convention.md @@ -100,8 +100,12 @@ We use **SemVer** (`vMAJOR.MINOR.PATCH`) to track changes to datasets. ### **Statistics Canada Geography Search** -To accurately populate the **Location ID** segment of the schema, use this tool to find 2021 Census geographies and their corresponding DGUIDs. +{{< callout type="warning" >}} + In the tool below, you can click on each individual **DGUID** to see their associated geography. +{{< /callout >}} + +To accurately populate the **DGUID** segment of the schema, use this tool to find 2021 Census geographies and their corresponding DGUIDs. * **Tool URL:** [https://statcan-geography.labs.dataforcanada.org/](https://statcan-geography.labs.dataforcanada.org/) * **Source Code:** [GitHub Repository](https://github.com/dataforcanada/statcan-geography.labs.dataforcanada.org) -* **Usage:** Enter a city or region name to retrieve the correct colloquial name and DGUID pairing (e.g., searching "Ottawa" returns `2021A00053506008`). \ No newline at end of file +* **Usage:** Enter a city or region name to retrieve the correct colloquial name and DGUID pairing (e.g., searching "Ottawa" returns `2021A00053506008`).