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