Reorder data sources. The orthoimagery is a product that people will find easier to relate

This commit is contained in:
Diego Ripley
2026-02-11 13:25:52 -05:00
parent 9f26ff1399
commit 85cab6d262
+3 -3
View File
@@ -66,8 +66,8 @@ flowchart TD
subgraph ds [Data Sources] subgraph ds [Data Sources]
Statistical@{ shape: lean-l} Statistical@{ shape: lean-l}
Foundation@{ shape: lean-l} Foundation@{ shape: lean-l}
EnvironmentClimate@{ shape: lean-l, label: "Environment, Climate, & Health"}
Orthoimagery@{ shape: lean-l} Orthoimagery@{ shape: lean-l}
EnvironmentClimate@{ shape: lean-l, label: "Environment, Climate, & Health"}
FieldImagery@{ shape: lean-l, label: "Field Imagery"} FieldImagery@{ shape: lean-l, label: "Field Imagery"}
Elevation@{ shape: lean-l} Elevation@{ shape: lean-l}
WebCorpus@{ shape: lean-l, label: "Web Corpus"} WebCorpus@{ shape: lean-l, label: "Web Corpus"}
@@ -123,12 +123,12 @@ flowchart TD
a1@{animate: true, animation: slow} a1@{animate: true, animation: slow}
Foundation a2@--> Raw Foundation a2@--> Raw
a2@{animate: true, animation: slow} a2@{animate: true, animation: slow}
Orthoimagery a3@--> Raw
a3@{animate: true, animation: slow}
EnvironmentClimate a5@--> Raw EnvironmentClimate a5@--> Raw
a5@{animate: true, animation: fast} a5@{animate: true, animation: fast}
FieldImagery a4@--> Raw FieldImagery a4@--> Raw
a4@{animate:true, animation: fast} a4@{animate:true, animation: fast}
Orthoimagery a3@--> Raw
a3@{animate: true, animation: slow}
Elevation a6@--> Raw Elevation a6@--> Raw
a6@{animate: true, animation: slow} a6@{animate: true, animation: slow}
WebCorpus a7@--> Raw WebCorpus a7@--> Raw