From 50e63eb79eaa561f27f09c5e43814e3c17104c11 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Mon, 26 Jan 2026 12:49:14 -0500 Subject: [PATCH] Added metadata portion to the high-level diagram in the front page --- content/_index.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/content/_index.md b/content/_index.md index b61d0c8..e1dbe86 100644 --- a/content/_index.md +++ b/content/_index.md @@ -50,6 +50,7 @@ flowchart TD ObjectStorage[Object Storage]:::storage DecentralizedDistribution[Decentralized Distribution]:::storage Serverless[API & Static Files]:::storage + Metadata[Metadata]:::storage end subgraph "Experimental Infrastructure" @@ -77,8 +78,15 @@ flowchart TD FlatGeoBuf --> ObjectStorage PMTiles --> ObjectStorage COG --> ObjectStorage - ObjectStorage --> DecentralizedDistribution - ObjectStorage --> Serverless + ObjectStorage --> Metadata + Metadata --> DecentralizedDistribution + Metadata --> Serverless + Metadata --> GeoServer + Metadata --> QGISServer + Metadata --> Martin + Metadata --> DataSci + Metadata --> WebApps + Metadata --> Systems DecentralizedDistribution --> Systems Serverless --> WebApps Serverless --> DataSci @@ -98,6 +106,7 @@ flowchart TD 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 + click Metadata "https://stac-utils.github.io/stac-geoparquet/latest/spec/stac-geoparquet-spec/" _blank click Martin "https://martin.maplibre.org/" _blank click GeoServer "https://geoserver.org/" _blank click COG "https://cogeo.org/" _blank