From 4efb436bbdd30bff7598c3c7f52361d4db0a92c5 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Thu, 29 Jan 2026 08:57:12 -0500 Subject: [PATCH] Add foundation data source (ex. buildings, roads, address points, etc) to high-level overview diagram on homepage --- content/_index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/_index.md b/content/_index.md index 927bcd6..38f6684 100644 --- a/content/_index.md +++ b/content/_index.md @@ -24,6 +24,7 @@ We act as the transformation layer. We aggregate datasets with permissive licens flowchart TD subgraph ds [Data Sources] StatProducts@{ shape: lean-l, label: "Statistical Products"} + Foundation@{ shape: lean-l, label: "Foundation"} Orthoimagery@{ shape: lean-l} FieldImagery@{ shape: lean-l, label: "Field Imagery"} Elevation@{ shape: lean-l} @@ -68,6 +69,8 @@ flowchart TD %% Relationships StatProducts a1@--> Raw a1@{animate: true, animation: slow} + Foundation a41@--> Raw + a41@{animate: true, animation: slow} Orthoimagery a2@--> Raw a2@{animate: true, animation: slow} FieldImagery a32@--> Raw