From 0aac36a744587c8aa839933e5145fb2ac1530b9d Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Mon, 26 Jan 2026 12:20:52 -0500 Subject: [PATCH] Update high-level overview diagram on homepage --- content/_index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/_index.md b/content/_index.md index 5d36cb1..b2badef 100644 --- a/content/_index.md +++ b/content/_index.md @@ -40,15 +40,15 @@ flowchart TD end subgraph "Dissemination Formats" - Parquet[("Parquet Files")]:::storage - PMTiles[("PMTiles")]:::storage + Parquet[("Parquet")]:::storage + PMTiles[("PMTile")]:::storage FlatGeoBuf[("FlatGeoBuf")]:::storage end subgraph "Distribution Infrastructure" ObjectStorage[Object Storage]:::storage DecentralizedDistribution[Decentralized Distribution]:::storage - Serverless[Serverless Worker
API & Serving]:::storage + Serverless[API & Static Files]:::storage end subgraph "Consumption / End Users" @@ -76,10 +76,10 @@ flowchart TD %% Concept Annotations Transform -.->|"Join Spatial & Tabular"| Parquet - PMTiles -.->|"Stream"| WebApps - FlatGeoBuf -.->|"Stream"|DataSci - FlatGeoBuf -.->|"Stream"|WebApps + click Parquet "https://github.com/apache/parquet-format" _blank + click FlatGeoBuf "https://flatgeobuf.org" _blank + click PMTiles "https://github.com/protomaps/PMTiles/blob/main/spec/v3/spec.md" _blank click StatProducts "https://www.dataforcanada.org/docs/processes/statistical_products/" _blank click Orthoimagery "https://www.dataforcanada.org/docs/processes/orthoimagery/" _blank click DecentralizedDistribution "https://www.dataforcanada.org/docs/dissemination/" _blank