mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-13 14:00:51 +02:00
Clean-up homepage high-level diagram and add Pelias to experimental infrastructure
This commit is contained in:
+38
-35
@@ -59,6 +59,7 @@ flowchart TD
|
||||
ZOOProject@{ shape: rect, label: "ZOO-Project"}
|
||||
BBOXServer@{ shape: rect, label: "BBOX Server"}
|
||||
Panoramax@{ shape: rect}
|
||||
Pelias@{ shape: rect}
|
||||
end
|
||||
|
||||
subgraph "Consumption"
|
||||
@@ -69,30 +70,30 @@ flowchart TD
|
||||
%% Relationships
|
||||
StatProducts a1@--> Raw
|
||||
a1@{animate: true, animation: slow}
|
||||
Foundation a41@--> Raw
|
||||
a41@{animate: true, animation: slow}
|
||||
Orthoimagery a2@--> Raw
|
||||
Foundation a2@--> Raw
|
||||
a2@{animate: true, animation: slow}
|
||||
FieldImagery a32@--> Raw
|
||||
a32@{animate:true, animation: fast}
|
||||
EnvironmentClimate a31@--> Raw
|
||||
a31@{animate: true, animation: fast}
|
||||
Elevation a3@--> Raw
|
||||
Orthoimagery a3@--> Raw
|
||||
a3@{animate: true, animation: slow}
|
||||
Raw a4@--> Transform
|
||||
a4@{animate: true, animation: slow}
|
||||
Transform a5@--> df
|
||||
a5@{animate: true, animation: slow}
|
||||
Parquet a7@--> FlatGeoBuf
|
||||
FieldImagery a4@--> Raw
|
||||
a4@{animate:true, animation: fast}
|
||||
EnvironmentClimate a5@--> Raw
|
||||
a5@{animate: true, animation: fast}
|
||||
Elevation a6@--> Raw
|
||||
a6@{animate: true, animation: slow}
|
||||
Raw a7@--> Transform
|
||||
a7@{animate: true, animation: slow}
|
||||
Parquet a8@--> PMTiles
|
||||
Transform a8@--> df
|
||||
a8@{animate: true, animation: slow}
|
||||
Zarr a39@ --> PMTiles
|
||||
a39@{animate: true, animation: slow}
|
||||
df a36@ --> di
|
||||
a36@{animate: true, animation: slow}
|
||||
COG a28@--> PMTiles
|
||||
a28@{animate: true, animation: slow}
|
||||
Parquet a9@--> FlatGeoBuf
|
||||
a9@{animate: true, animation: slow}
|
||||
Parquet a10@--> PMTiles
|
||||
a10@{animate: true, animation: slow}
|
||||
Zarr a11@ --> PMTiles
|
||||
a11@{animate: true, animation: slow}
|
||||
df a12@ --> di
|
||||
a12@{animate: true, animation: slow}
|
||||
COG a13@--> PMTiles
|
||||
a13@{animate: true, animation: slow}
|
||||
ObjectStorage a14@--> Metadata
|
||||
a14@{animate: true, animation: slow}
|
||||
Metadata a15@--> HTTP
|
||||
@@ -103,34 +104,36 @@ flowchart TD
|
||||
a17@{animate: true, animation: slow}
|
||||
HTTP a18@--> DataSci
|
||||
a18@{animate: true, animation: slow}
|
||||
DecentralizedDistribution a22@--> Systems
|
||||
a22@{animate: true, animation: fast}
|
||||
DecentralizedDistribution a23@--> DataSci
|
||||
a23@{animate: true, animation: fast}
|
||||
Systems a38@ --> DataSci
|
||||
a38@{animate: true, animation: fast}
|
||||
DecentralizedDistribution a19@--> Systems
|
||||
a19@{animate: true, animation: fast}
|
||||
DecentralizedDistribution a20@--> DataSci
|
||||
a20@{animate: true, animation: fast}
|
||||
Systems a21@ --> DataSci
|
||||
a21@{animate: true, animation: fast}
|
||||
ei a22@ --> DataSci
|
||||
a22@{animate: true, animation: slow}
|
||||
|
||||
ei a40@ --> DataSci
|
||||
a40@{animate: true, animation: slow}
|
||||
|
||||
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 Zarr "https://github.com/zarr-developers/geozarr-spec/" _blank
|
||||
%% URLs
|
||||
click Foundation "/docs/processes/foundation/" _blank
|
||||
click StatProducts "/docs/processes/statistical_products/" _blank
|
||||
click Orthoimagery "/docs/processes/orthoimagery/" _blank
|
||||
click FieldImagery "/docs/processes/field_imagery/" _blank
|
||||
%%click EnvironmentClimate "/docs/processes/environmental_climate/" _blank
|
||||
%%click Elevation "/docs/processes/elevation/" _blank
|
||||
|
||||
click Parquet "https://github.com/apache/parquet-format/" _blank
|
||||
click FlatGeoBuf "https://flatgeobuf.org/" _blank
|
||||
click COG "https://cogeo.org/" _blank
|
||||
click Zarr "https://github.com/zarr-developers/geozarr-spec/" _blank
|
||||
click PMTiles "https://github.com/protomaps/PMTiles/blob/main/spec/v3/spec.md" _blank
|
||||
click JPEGXL "https://jpeg.org/jpegxl/" _blank
|
||||
click AV1 "https://aomedia.org/specifications/av1/" _blank
|
||||
click DecentralizedDistribution "/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 Panoramax "https://gitlab.com/panoramax" _blank
|
||||
click COG "https://cogeo.org/" _blank
|
||||
click ZOOProject "https://zoo-project.org/" _blank
|
||||
click BBOXServer "https://www.bbox.earth/" _blank
|
||||
click Panoramax "https://gitlab.com/panoramax" _blank
|
||||
click Pelias "https://pelias.io" _blank
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user