Clean-up homepage high-level diagram and add Pelias to experimental infrastructure

This commit is contained in:
Diego Ripley
2026-02-02 08:09:06 -05:00
parent e12ffa65d8
commit 558322fefc
+38 -35
View File
@@ -59,6 +59,7 @@ flowchart TD
ZOOProject@{ shape: rect, label: "ZOO-Project"} ZOOProject@{ shape: rect, label: "ZOO-Project"}
BBOXServer@{ shape: rect, label: "BBOX Server"} BBOXServer@{ shape: rect, label: "BBOX Server"}
Panoramax@{ shape: rect} Panoramax@{ shape: rect}
Pelias@{ shape: rect}
end end
subgraph "Consumption" subgraph "Consumption"
@@ -69,30 +70,30 @@ flowchart TD
%% Relationships %% Relationships
StatProducts a1@--> Raw StatProducts a1@--> Raw
a1@{animate: true, animation: slow} a1@{animate: true, animation: slow}
Foundation a41@--> Raw Foundation a2@--> Raw
a41@{animate: true, animation: slow}
Orthoimagery a2@--> Raw
a2@{animate: true, animation: slow} a2@{animate: true, animation: slow}
FieldImagery a32@--> Raw Orthoimagery a3@--> Raw
a32@{animate:true, animation: fast}
EnvironmentClimate a31@--> Raw
a31@{animate: true, animation: fast}
Elevation a3@--> Raw
a3@{animate: true, animation: slow} a3@{animate: true, animation: slow}
Raw a4@--> Transform FieldImagery a4@--> Raw
a4@{animate: true, animation: slow} a4@{animate:true, animation: fast}
Transform a5@--> df EnvironmentClimate a5@--> Raw
a5@{animate: true, animation: slow} a5@{animate: true, animation: fast}
Parquet a7@--> FlatGeoBuf Elevation a6@--> Raw
a6@{animate: true, animation: slow}
Raw a7@--> Transform
a7@{animate: true, animation: slow} a7@{animate: true, animation: slow}
Parquet a8@--> PMTiles Transform a8@--> df
a8@{animate: true, animation: slow} a8@{animate: true, animation: slow}
Zarr a39@ --> PMTiles Parquet a9@--> FlatGeoBuf
a39@{animate: true, animation: slow} a9@{animate: true, animation: slow}
df a36@ --> di Parquet a10@--> PMTiles
a36@{animate: true, animation: slow} a10@{animate: true, animation: slow}
COG a28@--> PMTiles Zarr a11@ --> PMTiles
a28@{animate: true, animation: slow} a11@{animate: true, animation: slow}
df a12@ --> di
a12@{animate: true, animation: slow}
COG a13@--> PMTiles
a13@{animate: true, animation: slow}
ObjectStorage a14@--> Metadata ObjectStorage a14@--> Metadata
a14@{animate: true, animation: slow} a14@{animate: true, animation: slow}
Metadata a15@--> HTTP Metadata a15@--> HTTP
@@ -103,34 +104,36 @@ flowchart TD
a17@{animate: true, animation: slow} a17@{animate: true, animation: slow}
HTTP a18@--> DataSci HTTP a18@--> DataSci
a18@{animate: true, animation: slow} a18@{animate: true, animation: slow}
DecentralizedDistribution a22@--> Systems DecentralizedDistribution a19@--> Systems
a22@{animate: true, animation: fast} a19@{animate: true, animation: fast}
DecentralizedDistribution a23@--> DataSci DecentralizedDistribution a20@--> DataSci
a23@{animate: true, animation: fast} a20@{animate: true, animation: fast}
Systems a38@ --> DataSci Systems a21@ --> DataSci
a38@{animate: true, animation: fast} a21@{animate: true, animation: fast}
ei a22@ --> DataSci
a22@{animate: true, animation: slow}
ei a40@ --> DataSci %% URLs
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
click Foundation "/docs/processes/foundation/" _blank click Foundation "/docs/processes/foundation/" _blank
click StatProducts "/docs/processes/statistical_products/" _blank click StatProducts "/docs/processes/statistical_products/" _blank
click Orthoimagery "/docs/processes/orthoimagery/" _blank click Orthoimagery "/docs/processes/orthoimagery/" _blank
click FieldImagery "/docs/processes/field_imagery/" _blank click FieldImagery "/docs/processes/field_imagery/" _blank
%%click EnvironmentClimate "/docs/processes/environmental_climate/" _blank %%click EnvironmentClimate "/docs/processes/environmental_climate/" _blank
%%click Elevation "/docs/processes/elevation/" _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 JPEGXL "https://jpeg.org/jpegxl/" _blank
click AV1 "https://aomedia.org/specifications/av1/" _blank click AV1 "https://aomedia.org/specifications/av1/" _blank
click DecentralizedDistribution "/docs/dissemination/" _blank click DecentralizedDistribution "/docs/dissemination/" _blank
click Metadata "https://stac-utils.github.io/stac-geoparquet/latest/spec/stac-geoparquet-spec/" _blank click Metadata "https://stac-utils.github.io/stac-geoparquet/latest/spec/stac-geoparquet-spec/" _blank
click Martin "https://martin.maplibre.org/" _blank click Martin "https://martin.maplibre.org/" _blank
click GeoServer "https://geoserver.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 ZOOProject "https://zoo-project.org/" _blank
click BBOXServer "https://www.bbox.earth/" _blank click BBOXServer "https://www.bbox.earth/" _blank
click Panoramax "https://gitlab.com/panoramax" _blank
click Pelias "https://pelias.io" _blank
``` ```