mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-13 14:00:51 +02:00
Updated homepage high-level overview diagram, simplified things and added more detail
This commit is contained in:
+24
-3
@@ -41,8 +41,9 @@ flowchart TD
|
|||||||
|
|
||||||
subgraph "Dissemination Formats"
|
subgraph "Dissemination Formats"
|
||||||
Parquet[("Parquet")]:::storage
|
Parquet[("Parquet")]:::storage
|
||||||
PMTiles[("PMTile")]:::storage
|
|
||||||
FlatGeoBuf[("FlatGeoBuf")]:::storage
|
FlatGeoBuf[("FlatGeoBuf")]:::storage
|
||||||
|
PMTiles[("PMTile")]:::storage
|
||||||
|
COG[("COG")]:::storage
|
||||||
end
|
end
|
||||||
|
|
||||||
subgraph "Distribution Infrastructure"
|
subgraph "Distribution Infrastructure"
|
||||||
@@ -51,6 +52,12 @@ flowchart TD
|
|||||||
Serverless[API & Static Files]:::storage
|
Serverless[API & Static Files]:::storage
|
||||||
end
|
end
|
||||||
|
|
||||||
|
subgraph "Experimental Infrastructure"
|
||||||
|
GeoServer
|
||||||
|
QGISServer[("QGIS Server")]
|
||||||
|
Martin
|
||||||
|
end
|
||||||
|
|
||||||
subgraph "Consumption / End Users"
|
subgraph "Consumption / End Users"
|
||||||
DataSci[DuckDB, Python, QGIS, Jupyter]:::consumer
|
DataSci[DuckDB, Python, QGIS, Jupyter]:::consumer
|
||||||
WebApps[Web Applications]:::consumer
|
WebApps[Web Applications]:::consumer
|
||||||
@@ -63,16 +70,27 @@ flowchart TD
|
|||||||
Raw --> Transform
|
Raw --> Transform
|
||||||
Transform --> Opt
|
Transform --> Opt
|
||||||
Opt --> Parquet
|
Opt --> Parquet
|
||||||
Opt --> PMTiles
|
|
||||||
Opt --> FlatGeoBuf
|
Opt --> FlatGeoBuf
|
||||||
|
Opt --> PMTiles
|
||||||
|
Opt --> COG
|
||||||
Parquet --> ObjectStorage
|
Parquet --> ObjectStorage
|
||||||
PMTiles --> ObjectStorage
|
|
||||||
FlatGeoBuf --> ObjectStorage
|
FlatGeoBuf --> ObjectStorage
|
||||||
|
PMTiles --> ObjectStorage
|
||||||
|
COG --> ObjectStorage
|
||||||
ObjectStorage --> DecentralizedDistribution
|
ObjectStorage --> DecentralizedDistribution
|
||||||
ObjectStorage --> Serverless
|
ObjectStorage --> Serverless
|
||||||
DecentralizedDistribution --> Systems
|
DecentralizedDistribution --> Systems
|
||||||
Serverless --> WebApps
|
Serverless --> WebApps
|
||||||
Serverless --> DataSci
|
Serverless --> DataSci
|
||||||
|
ObjectStorage --> GeoServer
|
||||||
|
ObjectStorage --> QGISServer
|
||||||
|
ObjectStorage --> Martin
|
||||||
|
GeoServer --> WebApps
|
||||||
|
QGISServer --> WebApps
|
||||||
|
Martin --> WebApps
|
||||||
|
GeoServer --> DataSci
|
||||||
|
QGISServer --> DataSci
|
||||||
|
Martin --> DataSci
|
||||||
|
|
||||||
click Parquet "https://github.com/apache/parquet-format" _blank
|
click Parquet "https://github.com/apache/parquet-format" _blank
|
||||||
click FlatGeoBuf "https://flatgeobuf.org" _blank
|
click FlatGeoBuf "https://flatgeobuf.org" _blank
|
||||||
@@ -80,4 +98,7 @@ flowchart TD
|
|||||||
click StatProducts "https://www.dataforcanada.org/docs/processes/statistical_products/" _blank
|
click StatProducts "https://www.dataforcanada.org/docs/processes/statistical_products/" _blank
|
||||||
click Orthoimagery "https://www.dataforcanada.org/docs/processes/orthoimagery/" _blank
|
click Orthoimagery "https://www.dataforcanada.org/docs/processes/orthoimagery/" _blank
|
||||||
click DecentralizedDistribution "https://www.dataforcanada.org/docs/dissemination/" _blank
|
click DecentralizedDistribution "https://www.dataforcanada.org/docs/dissemination/" _blank
|
||||||
|
click Martin "https://martin.maplibre.org/" _blank
|
||||||
|
click GeoServer "https://geoserver.org/" _blank
|
||||||
|
click COG "https://cogeo.org/" _blank
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user