From 7b7fae410d5ba5be4352af49a04842baaf197696 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Fri, 20 Feb 2026 11:41:10 -0500 Subject: [PATCH] Various improvements --- content/_index.md | 3 ++- .../_index.md | 0 .../docs/d4c-pkgs/d4c-datapkg-orthoimagery.md | 2 +- .../statistics_canada/census_data.md | 2 +- content/docs/getting_started/data_sources.md | 13 ++++++++++++ content/docs/getting_started/terminology.md | 8 ++++++++ high-level-overview-homepage.mermaid | 20 +++++++++---------- 7 files changed, 35 insertions(+), 13 deletions(-) rename content/docs/{dissemination => d4c-infra-distribution}/_index.md (100%) create mode 100644 content/docs/getting_started/data_sources.md create mode 100644 content/docs/getting_started/terminology.md diff --git a/content/_index.md b/content/_index.md index 79b6619..b5c22d9 100644 --- a/content/_index.md +++ b/content/_index.md @@ -87,6 +87,7 @@ See our processing pipeline in action. View samples and documentation for our cu {{< /rawhtml >}} + {{< svg src="static/high-level-overview-homepage.svg" alt="High Level Overview" >}} ## Get Involved @@ -101,7 +102,7 @@ We are looking for academic institutions, research organizations, or **infrastru ### Contributing & Feedback -Right now, we primarily need **feedback on file naming convention, our datasets and their underlying processes, and the infrastructure** used to generate them. If you have thoughts on data quality, format optimization, or pipeline improvements, we want to hear from you. +Right now, we primarily need **feedback on file naming convention, our [data packages](https://www.dataforcanada.org/docs/d4c-pkgs/d4c-datapkg-statistical/statistics_canada/census_data/), and the infrastructure** used to generate them. If you have thoughts on data quality, format optimization, or pipeline improvements, we want to hear from you. * **Discussions:** Head over to [#dataforcanada:matrix.org](https://matrix.to/#/#dataforcanada:matrix.org) to chat, or go to the individual process GitHub repos to comment on specific issues. diff --git a/content/docs/dissemination/_index.md b/content/docs/d4c-infra-distribution/_index.md similarity index 100% rename from content/docs/dissemination/_index.md rename to content/docs/d4c-infra-distribution/_index.md diff --git a/content/docs/d4c-pkgs/d4c-datapkg-orthoimagery.md b/content/docs/d4c-pkgs/d4c-datapkg-orthoimagery.md index 59d3ff9..db7ceaa 100644 --- a/content/docs/d4c-pkgs/d4c-datapkg-orthoimagery.md +++ b/content/docs/d4c-pkgs/d4c-datapkg-orthoimagery.md @@ -18,7 +18,7 @@ The specifications for the tile packages are defined in this code. ```bash #!/bin/bash -PROJECT_DIR="~/Documents/Personal/Projects/dataforcanada/process-orthoimagery-labs" +PROJECT_DIR="~/Documents/Personal/Projects/dataforcanada/d4c-datapkg-orthoimagery" DATASET_ID="ca-mb_winnipeg-2024A00054611040_orthoimagery_2024_075mm" DATA_DIR="${PROJECT_DIR}/data" DATA_INPUT_DIR="${DATA_DIR}/input/${DATASET_ID}" diff --git a/content/docs/d4c-pkgs/d4c-datapkg-statistical/statistics_canada/census_data.md b/content/docs/d4c-pkgs/d4c-datapkg-statistical/statistics_canada/census_data.md index 70cb276..39ea8b1 100644 --- a/content/docs/d4c-pkgs/d4c-datapkg-statistical/statistics_canada/census_data.md +++ b/content/docs/d4c-pkgs/d4c-datapkg-statistical/statistics_canada/census_data.md @@ -1,7 +1,7 @@ --- title: Census Data weight: 2 -next: /docs/d4c-datapkg-orthoimagery/ +next: /docs/d4c-datapkg-orthoimagery --- I have updated the README.md to reflect the new repository URL, standardized dataset naming conventions, and the updated PMTiles base URL. diff --git a/content/docs/getting_started/data_sources.md b/content/docs/getting_started/data_sources.md new file mode 100644 index 0000000..605f11d --- /dev/null +++ b/content/docs/getting_started/data_sources.md @@ -0,0 +1,13 @@ +--- +title: Data Providers +weight: 1 +next: /docs/d4c-pkgs +sidebar: + open: true +draft: true +--- + +- Statistics Canada +- NRCan +- OSM +- [Versatiles](https://versatiles.org/) \ No newline at end of file diff --git a/content/docs/getting_started/terminology.md b/content/docs/getting_started/terminology.md new file mode 100644 index 0000000..dc82ee8 --- /dev/null +++ b/content/docs/getting_started/terminology.md @@ -0,0 +1,8 @@ +--- +title: Terminology +weight: 2 +next: /docs/terminology +sidebar: + open: true +draft: true +--- \ No newline at end of file diff --git a/high-level-overview-homepage.mermaid b/high-level-overview-homepage.mermaid index 03f9b45..1190bf5 100644 --- a/high-level-overview-homepage.mermaid +++ b/high-level-overview-homepage.mermaid @@ -17,9 +17,9 @@ flowchart TD %% --------------------------------------------------------- %% 3. PROCESSING PIPELINE %% --------------------------------------------------------- - subgraph pp [Processing Pipeline] + subgraph pp %% Not the orchestrator, but a key towards achieving project mission. - DataforCanadaPackagesCollection@{ shape: rect, label: "Data for Canada Packages Collection"} + DataforCanadaPackagesCollection@{ shape: rect, label: "Data Packages"} %% Internal Link end @@ -216,15 +216,15 @@ class Parquet,FlatGeoBuf,SQLite,FileGeodatabase,VectorTiles,NextGenVectorTiles,G %% ========================================================= %% CLICK ACTIONS %% ========================================================= - click DataforCanadaPackagesCollection "https://github.com/dataforcanada/dataforcanadapkgs-labs/" _blank + click DataforCanadaPackagesCollection "https://github.com/dataforcanada/d4c-pkgs" _blank - click Foundation "https://github.com/dataforcanada/process-foundation-labs/" _blank - click Statistical "https://github.com/dataforcanada/process-statistical-labs/" _blank - click Orthoimagery "https://github.com/dataforcanada/process-orthoimagery-labs/" _blank - click FieldImagery "https://github.com/dataforcanada/process-field-imagery-labs/" _blank - click EnvironmentClimate "https://github.com/dataforcanada/process-environmental-climate-health-labs/" _blank - click Elevation "https://github.com/dataforcanada/process-elevation-labs/" _blank - click WebCorpus "https://github.com/dataforcanada/process-web-corpus-labs/" _blank + click Foundation "https://github.com/dataforcanada/d4c-datapkg-foundation" _blank + click Statistical "https://github.com/dataforcanada/process-statistical-labs" _blank + click Orthoimagery "https://github.com/dataforcanada/d4c-datapkg-orthoimagery" _blank + click FieldImagery "" _blank + click EnvironmentClimate "https://github.com/dataforcanada/d4c-datapkg-environment-climate-health" _blank + click Elevation "https://github.com/dataforcanada/process-elevation-labs" _blank + click WebCorpus "" _blank click Parquet "https://github.com/apache/parquet-format/" _blank click FlatGeoBuf "https://flatgeobuf.org/" _blank