Simplify high-level overview diagram on homepage

This commit is contained in:
Diego Ripley
2026-01-28 11:54:45 +00:00
parent 835b9af2e1
commit a273218850
+9 -13
View File
@@ -26,6 +26,7 @@ flowchart TD
StatProducts@{ shape: lean-l, label: "Statistical Products"} StatProducts@{ shape: lean-l, label: "Statistical Products"}
Orthoimagery@{ shape: lean-l} Orthoimagery@{ shape: lean-l}
Elevation@{ shape: lean-l} Elevation@{ shape: lean-l}
EnvironmentClimate@{ shape: lean-l, label: "Environmental & Climate"}
end end
subgraph "Processing Pipeline" subgraph "Processing Pipeline"
@@ -49,7 +50,7 @@ flowchart TD
DecentralizedDistribution@{ shape: rect, label: "Decentralized Distribution"} DecentralizedDistribution@{ shape: rect, label: "Decentralized Distribution"}
end end
subgraph "Experimental Infrastructure" subgraph ei [Experimental Infrastructure]
Martin@{ shape: rect} Martin@{ shape: rect}
GeoServer@{ shape: rect} GeoServer@{ shape: rect}
ZOOProject@{ shape: rect, label: "ZOO-Project"} ZOOProject@{ shape: rect, label: "ZOO-Project"}
@@ -62,12 +63,14 @@ flowchart TD
end end
%% Relationships %% Relationships
StatProducts a1@--> Raw
a1@{animate: true, animation: slow}
Orthoimagery a2@--> Raw
a2@{animate: true, animation: slow}
Elevation a3@--> Raw Elevation a3@--> Raw
a3@{animate: true, animation: slow} a3@{animate: true, animation: slow}
EnvironmentClimate a31@--> Raw
a31@{animate: true, animation: slow}
Orthoimagery a2@--> Raw
a2@{animate: true, animation: slow}
StatProducts a1@--> Raw
a1@{animate: true, animation: slow}
Raw a4@--> Transform Raw a4@--> Transform
a4@{animate: true, animation: slow} a4@{animate: true, animation: slow}
Transform a5@--> Opt Transform a5@--> Opt
@@ -98,17 +101,10 @@ flowchart TD
a14@{animate: true, animation: slow} a14@{animate: true, animation: slow}
Metadata a15@--> HTTP Metadata a15@--> HTTP
a15@{animate: true, animation: slow} a15@{animate: true, animation: slow}
HTTP a16@--> DataSci HTTP a16@--> ei
a16@{animate: true, animation: slow} a16@{animate: true, animation: slow}
HTTP a17@--> DecentralizedDistribution HTTP a17@--> DecentralizedDistribution
a17@{animate: true, animation: slow} a17@{animate: true, animation: slow}
HTTP a18@--> Martin
a18@{animate: true, animation: slow}
HTTP a19@--> GeoServer
a19@{animate: true, animation: slow}
HTTP a20@--> ZOOProject
a20@{animate: true, animation: slow}
HTTP a21@--> BBOXServer
a21@{animate: true, animation: slow} a21@{animate: true, animation: slow}
DecentralizedDistribution a22@--> Systems DecentralizedDistribution a22@--> Systems
a22@{animate: true, animation: fast} a22@{animate: true, animation: fast}