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

Annotate data from multiple devices #69

Closed
PeterKraus opened this issue Mar 5, 2024 · 0 comments · Fixed by #75
Closed

Annotate data from multiple devices #69

PeterKraus opened this issue Mar 5, 2024 · 0 comments · Fixed by #75
Milestone

Comments

@PeterKraus
Copy link
Contributor

Currently, when the partial Datasets generated by separate devices are concatenated into one using xarray.concat(), we align the dataset on the "uts" coordinate, but the data_vars are unmodified. This means that if multiple devices in a pipeline produce the same column (e.g. "flow" for a flow meter), its difficult to disambiguate.

Solution: the role of the device in the pipeline should be prepended to all columns.

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.

1 participant