Add Web Corpus data source

This commit is contained in:
Diego Ripley
2026-02-02 15:36:57 -05:00
parent e9f22343cb
commit d546ad9651
+23 -20
View File
@@ -27,8 +27,9 @@ flowchart TD
Foundation@{ shape: lean-l, label: "Foundation"} Foundation@{ shape: lean-l, label: "Foundation"}
Orthoimagery@{ shape: lean-l} Orthoimagery@{ shape: lean-l}
FieldImagery@{ shape: lean-l, label: "Field Imagery"} FieldImagery@{ shape: lean-l, label: "Field Imagery"}
Elevation@{ shape: lean-l}
EnvironmentClimate@{ shape: lean-l, label: "Environmental & Climate"} EnvironmentClimate@{ shape: lean-l, label: "Environmental & Climate"}
Elevation@{ shape: lean-l}
WebCorpus@{ shape: lean-l, label: "Web Corpus"}
end end
subgraph pp [Processing Pipeline] subgraph pp [Processing Pipeline]
@@ -80,38 +81,40 @@ flowchart TD
a5@{animate: true, animation: fast} a5@{animate: true, animation: fast}
Elevation a6@--> Raw Elevation a6@--> Raw
a6@{animate: true, animation: slow} a6@{animate: true, animation: slow}
Raw a7@--> Transform WebCorpus a7@--> Raw
a7@{animate: true, animation: slow} a7@{animate: true, animation: fast}
Transform a8@--> df Raw a8@--> Transform
a8@{animate: true, animation: slow} a8@{animate: true, animation: slow}
Parquet a9@--> FlatGeoBuf Transform a9@--> df
a9@{animate: true, animation: slow} a9@{animate: true, animation: slow}
Parquet a10@--> PMTiles Parquet a10@--> FlatGeoBuf
a10@{animate: true, animation: slow} a10@{animate: true, animation: slow}
Zarr a11@ --> PMTiles Parquet a11@--> PMTiles
a11@{animate: true, animation: slow} a11@{animate: true, animation: slow}
df a12@ --> di Zarr a12@ --> PMTiles
a12@{animate: true, animation: slow} a12@{animate: true, animation: slow}
COG a13@--> PMTiles df a13@ --> di
a13@{animate: true, animation: slow} a13@{animate: true, animation: slow}
ObjectStorage a14@--> Metadata COG a14@--> PMTiles
a14@{animate: true, animation: slow} a14@{animate: true, animation: slow}
Metadata a15@--> HTTP ObjectStorage a15@--> Metadata
a15@{animate: true, animation: slow} a15@{animate: true, animation: slow}
HTTP a16@--> ei Metadata a16@--> HTTP
a16@{animate: true, animation: slow} a16@{animate: true, animation: slow}
HTTP a17@--> DecentralizedDistribution HTTP a17@--> ei
a17@{animate: true, animation: slow} a17@{animate: true, animation: slow}
HTTP a18@--> DataSci HTTP a18@--> DecentralizedDistribution
a18@{animate: true, animation: slow} a18@{animate: true, animation: slow}
DecentralizedDistribution a19@--> Systems HTTP a19@--> DataSci
a19@{animate: true, animation: fast} a19@{animate: true, animation: slow}
DecentralizedDistribution a20@--> DataSci DecentralizedDistribution a20@--> Systems
a20@{animate: true, animation: fast} a20@{animate: true, animation: fast}
Systems a21@ --> DataSci DecentralizedDistribution a21@--> DataSci
a21@{animate: true, animation: fast} a21@{animate: true, animation: fast}
ei a22@ --> DataSci Systems a22@ --> DataSci
a22@{animate: true, animation: slow} a22@{animate: true, animation: fast}
ei a23@ --> DataSci
a23@{animate: true, animation: slow}
%% URLs %% URLs
click Foundation "/docs/processes/foundation/" _blank click Foundation "/docs/processes/foundation/" _blank