From d546ad965143c7cbf79c60dbcf97dc7102502d01 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Mon, 2 Feb 2026 15:36:57 -0500 Subject: [PATCH] Add Web Corpus data source --- content/_index.md | 43 +++++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/content/_index.md b/content/_index.md index 8b17b92..9227ace 100644 --- a/content/_index.md +++ b/content/_index.md @@ -27,8 +27,9 @@ flowchart TD Foundation@{ shape: lean-l, label: "Foundation"} Orthoimagery@{ shape: lean-l} FieldImagery@{ shape: lean-l, label: "Field Imagery"} - Elevation@{ shape: lean-l} EnvironmentClimate@{ shape: lean-l, label: "Environmental & Climate"} + Elevation@{ shape: lean-l} + WebCorpus@{ shape: lean-l, label: "Web Corpus"} end subgraph pp [Processing Pipeline] @@ -80,38 +81,40 @@ flowchart TD a5@{animate: true, animation: fast} Elevation a6@--> Raw a6@{animate: true, animation: slow} - Raw a7@--> Transform - a7@{animate: true, animation: slow} - Transform a8@--> df + WebCorpus a7@--> Raw + a7@{animate: true, animation: fast} + Raw a8@--> Transform a8@{animate: true, animation: slow} - Parquet a9@--> FlatGeoBuf + Transform a9@--> df a9@{animate: true, animation: slow} - Parquet a10@--> PMTiles + Parquet a10@--> FlatGeoBuf a10@{animate: true, animation: slow} - Zarr a11@ --> PMTiles + Parquet a11@--> PMTiles a11@{animate: true, animation: slow} - df a12@ --> di + Zarr a12@ --> PMTiles a12@{animate: true, animation: slow} - COG a13@--> PMTiles + df a13@ --> di a13@{animate: true, animation: slow} - ObjectStorage a14@--> Metadata + COG a14@--> PMTiles a14@{animate: true, animation: slow} - Metadata a15@--> HTTP + ObjectStorage a15@--> Metadata a15@{animate: true, animation: slow} - HTTP a16@--> ei + Metadata a16@--> HTTP a16@{animate: true, animation: slow} - HTTP a17@--> DecentralizedDistribution + HTTP a17@--> ei a17@{animate: true, animation: slow} - HTTP a18@--> DataSci + HTTP a18@--> DecentralizedDistribution a18@{animate: true, animation: slow} - DecentralizedDistribution a19@--> Systems - a19@{animate: true, animation: fast} - DecentralizedDistribution a20@--> DataSci + HTTP a19@--> DataSci + a19@{animate: true, animation: slow} + DecentralizedDistribution a20@--> Systems a20@{animate: true, animation: fast} - Systems a21@ --> DataSci + DecentralizedDistribution a21@--> DataSci a21@{animate: true, animation: fast} - ei a22@ --> DataSci - a22@{animate: true, animation: slow} + Systems a22@ --> DataSci + a22@{animate: true, animation: fast} + ei a23@ --> DataSci + a23@{animate: true, animation: slow} %% URLs click Foundation "/docs/processes/foundation/" _blank