Files
d4c-service-main-site/content/docs/getting_started/file_naming_convention.md
T
2026-02-11 17:49:23 -05:00

5.8 KiB

title, weight, next, sidebar
title weight next sidebar
File Naming Convention 2 /docs/processes
open
true

Data for Canada: File Naming Convention (DFC-FNC)

1. The Current Schema

All published datasets must adhere to the following structure to ensure files are machine-parsable, sortable by region, and identifiable by human readers. This file naming convention will be modified as we solidify our processes.

{{< callout >}} We are open to feedback on the current file naming convention. {{< /callout >}}

Syntax

[iso-region]_[source-identifier]_[theme]_[iso-date]_[variant]_[version].[extension]

Example: ca-ab_edmonton-2023A00054811061_orthoimagery_2023_075mm_v0.0.1.pmtiles

Component Breakdown

Segment Definition Format / Rules Example
1. ISO Region The ISO 3166-2 code for the jurisdiction. Lowercase. Hyphenated. ca-ab, ca
_ Separator Underscore
2. Source / Location ID Organization OR Location. Use [colloquial-name]-[dguid] for locations, OR [organization-name] for national bodies. edmonton-2023A00054811061 OR statcan
_ Separator Underscore
3. Theme The primary category or title of the dataset. Lowercase. snake_case allowed for longer titles. orthoimagery, open_database_of_buildings
_ Separator Underscore
4. ISO Date The vintage of the data source. ISO 8601. Flexible precision. 2023, 2023-06, 2023-06-01
_ Separator Underscore
5. Variant Resolution or specific subset info. No Projections. Alphanumeric. Units included. 075mm, 30cm
_ Separator Underscore
6. Version Semantic Versioning. v[Major].[Minor].[Patch] v0.0.1

2. Component Detail

A. Source / Location ID (Flexible)

This segment defines the "Who" or "Where" of the dataset.

  • For Geographic Datasets: Use the Colloquial Name + Hyphen + DGUID.
    • Example: edmonton-2023A00054811061
  • For Organization Datasets: Use the Organization Acronym when the data is national or not tied to a single DGUID.
    • Example: statcan, cmhc, nrcan

B. The DGUID (Capitalization Exception)

If using a DGUID (Dissemination Geography Unique Identifier), you must adhere to Statistics Canada standards.

  • Link: Statistics Canada: DGUID Definition
  • Rule: While the rest of the filename is lowercase, you must capitalize the structural type letter (e.g., 'A' for Administrative areas, 'S' for Statistical areas) within the DGUID.
  • Example: 2021A0005... (Correct) vs 2021a0005... (Incorrect).

C. ISO Date Flexibility

Dates follow strictly ISO 8601, but the precision can vary based on the nature of the data (Year, Month, or Day).

Examples of Date Precision:

  • Month Precision: ca_statcan_national_address_register_2024-12_v0.0.1.parquet
  • Day Precision: ca_statcan_open_database_of_buildings_2025-04-15_v0.0.1.parquet

D. Variant

This field is strictly for resolution (e.g., 075mm, 1m) or content subsets.

  • Rule: Do not include projection information (e.g., EPSG:3857, NAD83) in the filename.
  • Reasoning: Projection details are handled exclusively in the file format metadata or the accompanying FAIR Data Catalog item.

E. Semantic Versioning

We use SemVer (vMAJOR.MINOR.PATCH) to track changes to datasets.

Component Logic for Data Example Scenario
MAJOR Breaking Change. The schema changed, columns were renamed/removed, or the meaning of the data changed significantly. Old code will break. v0.0.1v1.0.0
(Renamed column geo_id to dguid)
MINOR New Feature (Non-Breaking). New columns were added, or coverage was expanded, but old columns remain. Old code still runs. v0.0.1v0.1.0
(Added a population_density column)
PATCH Bug Fix. Incorrect data values were fixed, but the schema (columns) is identical. v0.0.1v0.0.2
(Fixed typo in metadata or coordinate precision)

3. Example Scenarios

Scenario 1: High-Res Orthoimagery (Location Based)

  • Context: Initial release (v0.0.1) of 7.5cm pixel resolution imagery of Edmonton, Alberta from 2023.
  • File Name: ca-ab_edmonton-2023A00054811061_orthoimagery_2023_075mm_v0.0.1.pmtiles
  • Reference: Preview and Download Orthoimagery

Scenario 2: National Organization Data (Source Based)

  • Context: The Open Database of Buildings released by Statistics Canada on April 15, 2025.
  • File Name: ca_statcan_census_pop_dissemination_areas_tabular_2021_v0.0.1.parquet
  • Reference: Preview and Download Census Data

4. Helper Tools

To accurately populate the Location ID segment of the schema, use this tool to find 2021 Census geographies and their corresponding DGUIDs.