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

Better handle variables with no data or all 0s #92

Open
2 of 4 tasks
guidocioni opened this issue Feb 2, 2024 · 0 comments
Open
2 of 4 tasks

Better handle variables with no data or all 0s #92

guidocioni opened this issue Feb 2, 2024 · 0 comments

Comments

@guidocioni
Copy link
Owner

guidocioni commented Feb 2, 2024

For some variables, like snow, it may be beneficial to avoid drawing/plotting/processing when they do not contain any information.
For example, if snow is less than a certain value (0.1) for all members/models, we can avoid drawing the trace.

  • Do not draw snow trace if it is 0 everywhere in Ensemble plot
  • Do not draw precipitation trace if it is 0 everywhere in Ensemble plot -> see what happens in case that there is no snow or precipitation forecast for the entire period
  • Do not draw snow trace if it is 0 everywhere in Deterministic plot, also suppress the secondary axis labels creations!
  • Do not draw precipitation trace if it is 0 everywhere in Deterministic plot -> see what happens in case that there is no snow or precipitation forecast for the entire period
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

No branches or pull requests

1 participant