From 6da1b7b1bfc4260ae08eb8037c58f196763eab86 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Mon, 26 Jan 2026 12:29:24 -0500 Subject: [PATCH] Simplified diagrams --- content/_index.md | 3 --- content/docs/dissemination/_index.md | 22 ++++++++-------------- 2 files changed, 8 insertions(+), 17 deletions(-) diff --git a/content/_index.md b/content/_index.md index b2badef..df358bf 100644 --- a/content/_index.md +++ b/content/_index.md @@ -74,9 +74,6 @@ flowchart TD Serverless --> WebApps Serverless --> DataSci - %% Concept Annotations - Transform -.->|"Join Spatial & Tabular"| Parquet - 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 diff --git a/content/docs/dissemination/_index.md b/content/docs/dissemination/_index.md index e8d219d..25bf812 100644 --- a/content/docs/dissemination/_index.md +++ b/content/docs/dissemination/_index.md @@ -19,35 +19,29 @@ Once data products reach a production-ready state, the workflow is as follows: ```mermaid flowchart TD - Sources[Open Data Sources
Statistics Canada and Others] + Sources[Open Data Sources] Notebook[Jupyter Notebooks] - DuckDB[DuckDB] - QGIS[QGIS] - Artifacts[Analysis-Ready Data
Parquet and GeoParquet] - - Distribution[Decentralized Distribution] + Artifacts[Analysis-Ready Data] Portal[Static Data Portal] + Distribution[Decentralized Distribution] + Zenodo[Long-Term Archive] Torrent[Peer Distribution] - Users[Researchers and Developers] + Users[Researchers, Developers, Systems] Sources --> Notebook - Notebook --> DuckDB - DuckDB --> QGIS - QGIS --> Artifacts + Notebook --> Artifacts + Artifacts --> Portal + Portal --> Distribution - Artifacts --> Distribution - - Distribution --> Portal Distribution --> Zenodo Distribution --> Torrent Portal --> Users Zenodo --> Users Torrent --> Users - ```