Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ATN satellite telemetry data flow diagram update #27

Closed
MathewBiddle opened this issue Nov 17, 2021 · 12 comments · Fixed by #80 or #89
Closed

ATN satellite telemetry data flow diagram update #27

MathewBiddle opened this issue Nov 17, 2021 · 12 comments · Fixed by #80 or #89
Assignees

Comments

@MathewBiddle
Copy link
Collaborator

Need to update the data flow diagram here.

Current draft:

ATN_Data_Flow

@mmckinzie @iamchrisser comments welcome.

@mmckinzie
Copy link

@MathewBiddle can you provide me with an editable version of above diagram? So I can provide some suggested modifications.

@MathewBiddle
Copy link
Collaborator Author

@mmckinzie I made it using drawio in Google Drive. You should have access to view this file at https://drive.google.com/file/d/1XwCgQ1cwSpzRoXAYK4Zr-HScil6uwysZ/view?usp=sharing

If you have major changes, we should talk through what those changes might be as I'm trying to fit ATN into the Biological Data Flow identified for biodiversity data: https://ioos.github.io/mbon-docs/mbon-data-flow.html.

@MathewBiddle
Copy link
Collaborator Author

@mmckinzie I've seen various incarnations of a flow diagram for ATN. Is the diagram linked here representative of what we think is happening?

Do you have something that is more appropriate?

I've seen this slide show up a couple times
image

@MathewBiddle
Copy link
Collaborator Author

MathewBiddle commented Sep 8, 2023

%%{
  init: {
    'theme': 'base',
    'themeVariables': {
      'primaryColor': '#007396',
      'primaryTextColor': '#fff',
      'primaryBorderColor': '#003087',
      'lineColor': '#003087',
      'secondaryColor': '#007396',
      'tertiaryColor': '#CCD1D1'
    },
   'flowchart': { 'curve': 'basis' }
  }
}%%

flowchart TD

A([Satellite Tag Deployment])
B([Ingest into ATN])
C([Axiom Workspace])
D([NCEI])
E([Darwin Core Alignment])
F([IPT OBIS-USA])
G([ATN Portal])

A --> B
B --> C
C --> D
D --> E
E --> F
C --> G
F --collection--> D
Loading

edit: updating theme

@MathewBiddle MathewBiddle self-assigned this Oct 4, 2023
@MathewBiddle MathewBiddle changed the title ATN data flow diagram update ATN satellite telemetry data flow diagram update Oct 23, 2023
@MathewBiddle
Copy link
Collaborator Author

need to add NDBC/GTS for profile data.

@MathewBiddle
Copy link
Collaborator Author

We don't need to worry about NDBC/GTS in this diagram as we're only looking at satellite telemetry data, not profile data.

@mmckinzie
Copy link

Profile data are satellite telemetry data...profiling tags (a type of satellite tag) will have both a trajectory file and a profile file, these data are handled separately but must remained linked. All satellite telemetry tags/datasets will always include a trajectory file but not all satellite tags/dataset will also include profile data (only select tag types from select manufacturers).

@MathewBiddle
Copy link
Collaborator Author

Ahh, thank you @mmckinzie for clarifying. I still have a lot to learn. Updated diagram coming soon.

@MathewBiddle
Copy link
Collaborator Author

%%{
  init: {
    'theme': 'base',
    'themeVariables': {
      'primaryColor': '#007396',
      'primaryTextColor': '#fff',
      'primaryBorderColor': '#003087',
      'lineColor': '#003087',
      'secondaryColor': '#007396',
      'tertiaryColor': '#CCD1D1'
    },
   'flowchart': { 'curve': 'basis' }
  }
}%%

flowchart TD

A([Satellite Tag Deployment])
B([ATN])
D([NCEI])
E([Darwin Core Alignment])
F([IPT OBIS-USA])
G([ATN Portal])
H([NDBC])
I([GTS])

A --> B
B -- Data released from embargo --> D
D --> E
E --> F
B --> G
B -- Profiling Tags --> H
H --> I
F --collection--> D
Loading

@MathewBiddle
Copy link
Collaborator Author

This high level diagram should go on the landing page at https://ioos.github.io/ioos-atn-data/

follow the guidance at ioos/documentation-theme-jekyll#16 (comment) (soon to be added to our docs ioos/ioos-documentation-jekyll-skeleton#17)

@MathewBiddle
Copy link
Collaborator Author

Adding in Federal Catalogs:

%%{
  init: {
    'theme': 'base',
    'themeVariables': {
      'primaryColor': '#007396',
      'primaryTextColor': '#fff',
      'primaryBorderColor': '#003087',
      'lineColor': '#003087',
      'secondaryColor': '#007396',
      'tertiaryColor': '#CCD1D1'
    },
   'flowchart': { 'curve': 'basis' }
  }
}%%

flowchart TD

A([Satellite Tag Deployment])
B([ATN])
D([NCEI])
E([Darwin Core Alignment])
F([IPT OBIS-USA])
G([ATN Portal])
H([NDBC])
I([GTS])
J[(NOAA OneStop)]
K[(data.gov)]
L[("Commerce
Data Hub")]

A --> B
B -- Data released from embargo --> D
D --> E
D --> FC
E --> F
B --> G
B -- Profiling Tags --> H
H --> I
F --collection--> D


subgraph FC [U.S. Federal Catalogs]
J
K
L
end

Loading

@MathewBiddle
Copy link
Collaborator Author

reopening because this should include a pathway to the IOOS Data Catalog.

%%{
  init: {
    'theme': 'base',
    'themeVariables': {
      'primaryColor': '#007396',
      'primaryTextColor': '#fff',
      'primaryBorderColor': '#003087',
      'lineColor': '#003087',
      'secondaryColor': '#007396',
      'tertiaryColor': '#CCD1D1'
    },
   'flowchart': { 'curve': 'basis' }
  }
}%%

flowchart TD

A([Satellite Tag Deployment])
B([ATN])
D([NCEI])
E([Darwin Core Alignment])
F([IPT OBIS-USA])
G([ATN Portal])
H([NDBC])
I([GTS])
J[(NOAA OneStop)]
K[(data.gov)]
L[("Commerce
Data Hub")]
M[("IOOS Data Catalog
(data.ioos.us)")]

A --> B
B -- Data released from embargo --> D
D .-> E
D --> FC
E .-> F
B --> G
B -- Profiling Tags --> H
B .->|Data released from embargo| M
M --> FC
H --> I
F --collection--> D


subgraph FC [U.S. Federal Catalogs]
J
K
L
end

Loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants