-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
%%{
init: {
'theme': 'base',
'themeVariables': {
'primaryColor': '#007396',
'primaryTextColor': '#fff',
'primaryBorderColor': '#003087',
'lineColor': '#003087',
'secondaryColor': '#007396',
'tertiaryColor': '#CCD1D1'
},
'flowchart': { 'curve': 'basis' }
}
}%%
flowchart LR
PA["in-situ"]
PB["remote sensing"]
A["Data Ingest"]
B["QA/QC"]
C["Models & Analysis"]
D["Data/Info
Dissemination"]
E["Common Interface"]
F["Intermediate"]
G["NOAA
Beneficiaries
(fish/coops)"]
H["Other External
Beneficiaries/end-users"]
I["Other Fed"]
J["Industry"]
PA --> A
PB --> A
A --> B
B --> C
C --> D
D --> E
E --> F
F --> G
F --> H
H --> I
H --> J
B -- Operational Chain --> D
subgraph GLOBAL/NATIONAL
A
B
C
end
subgraph REGIONAL
D
E
F
G
H
I
J
end
Metadata
Metadata
Assignees
Labels
No labels