ioos / ioos-atn-data

Code, documentation and issue tracking for ATN NCEI archiving
https://ioos.github.io/ioos-atn-data/
1 stars 1 forks source link

Add WAF structure description to README-ArchiveSOP.md #52

Closed MathewBiddle closed 3 months ago

MathewBiddle commented 1 year ago

image

MathewBiddle commented 4 months ago

Add this to the home page for ATN archive documentation: https://github.com/ioos/ioos-atn-data/blob/main/README-ArchiveSOP.md

flowchart TD
%% Nodes
    A("Deployment")
    B("Trajectory")
    C("Profile")
    D("Derived\n(eg. Foie-gras)")

%% build the graph
    A --> B 
    A --> C 
    A --> D