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

Global filtering of realizations in the different ensembles #348

Closed
anders-kiaer opened this issue Sep 25, 2023 · 3 comments · Fixed by #571
Closed

Global filtering of realizations in the different ensembles #348

anders-kiaer opened this issue Sep 25, 2023 · 3 comments · Fixed by #571
Assignees

Comments

@anders-kiaer
Copy link
Collaborator

anders-kiaer commented Sep 25, 2023

  • Ensure consistent filtering across modules (i.e. if I select a subset of realizations for a given ensemble, these are refltected throughout).
  • Does grouping of realization in "mini-ensembles"/sensitivities belong here? Or maybe it is better handled in ensemble selector?
  • Realization selections should be possible in different ways:
    • Select subset of realization indices directly.
    • Select ranges of parameters for a given ensemble, and calculate the subset of realizations on behalf of the user.
@jorgenherje
Copy link
Collaborator

Will resolve: #330

@jorgenherje
Copy link
Collaborator

jorgenherje commented Dec 7, 2023

Regarding "Select ranges of parameters for a given ensemble" see discussion in following issue: #321

@anders-kiaer
Copy link
Collaborator Author

anders-kiaer commented Dec 7, 2023

Status after video meeting:

  • We implement a realization filter GUI element on app level which should be easily accessible, and non-modal (i.e. a drawer where filter can be adjusted and changes seen "live").
  • For each ensemble the user can define a realization filter (independent of the other ensembles).
  • Each realization filter can either be given directly using realization indices, or using parameter filtering (first iteration will only cover the former of these two). Maybe in a later iteration sensitivity filtering could naturally fit in here in the context of realization filtering?

The modules can/will react/update to ensemble + ensemble filter. Modules can also choose to ask the user for a single realization to show from the given filtered list of realizations on their own level. This is useful especially in modules where you sometimes/often do no look at aggregations but a single realization at a time, like 3D grid and map.

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