From 85cab6d2621e432e914440b49839bdd718b83755 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Wed, 11 Feb 2026 13:25:52 -0500 Subject: [PATCH] Reorder data sources. The orthoimagery is a product that people will find easier to relate --- content/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/_index.md b/content/_index.md index 7474305..302fa5a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -66,8 +66,8 @@ flowchart TD subgraph ds [Data Sources] Statistical@{ shape: lean-l} Foundation@{ shape: lean-l} - EnvironmentClimate@{ shape: lean-l, label: "Environment, Climate, & Health"} Orthoimagery@{ shape: lean-l} + EnvironmentClimate@{ shape: lean-l, label: "Environment, Climate, & Health"} FieldImagery@{ shape: lean-l, label: "Field Imagery"} Elevation@{ shape: lean-l} WebCorpus@{ shape: lean-l, label: "Web Corpus"} @@ -123,12 +123,12 @@ flowchart TD a1@{animate: true, animation: slow} Foundation a2@--> Raw a2@{animate: true, animation: slow} + Orthoimagery a3@--> Raw + a3@{animate: true, animation: slow} EnvironmentClimate a5@--> Raw a5@{animate: true, animation: fast} FieldImagery a4@--> Raw a4@{animate:true, animation: fast} - Orthoimagery a3@--> Raw - a3@{animate: true, animation: slow} Elevation a6@--> Raw a6@{animate: true, animation: slow} WebCorpus a7@--> Raw