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

Return quality flags depending on fields requested #112

Open
torimcd opened this issue Mar 7, 2024 · 1 comment
Open

Return quality flags depending on fields requested #112

torimcd opened this issue Mar 7, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@torimcd
Copy link
Collaborator

torimcd commented Mar 7, 2024

There are both overall quality flags (eg reach_q, node_q) and individual variable quality flags. We should consider automatically returning the associated quality flags for when fields are requested that have them, to help ensure users are interpreting the data correctly.

We could:

  • always only return the overall quality flags
  • only return the associated quality flags for the specific fields requested
  • both?
@torimcd torimcd added the enhancement New feature or request label Mar 7, 2024
@cassienickles
Copy link
Member

I'd say return both! Good catch :) And when the bitwise explanations for the quality flags are present, we should return those too. (e.g., reach_q_b associated with reach_q)

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

No branches or pull requests

2 participants