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

Filter cases by object type, content etc. #324

Closed
Tracked by #673
elifila opened this issue May 31, 2024 · 2 comments
Closed
Tracked by #673

Filter cases by object type, content etc. #324

elifila opened this issue May 31, 2024 · 2 comments
Assignees

Comments

@elifila
Copy link

elifila commented May 31, 2024

In DynaGeo we want to present specific data types to the user, i.e., allow the user to select the data type before selecting the case. It would be very useful if 'SumoExplorer' could filter on cases containing requested data types.

One example is 4D seismic data, which would mean being able to filter out cases containing surfaces where metadata.content == "seismic" and "base" and "monitor" in metadata.date (?).

@perolavsvendsen
Copy link
Member

This is likely relevant also for others. Not providing this through REST and/or through fmu-sumo will be incentive to write own queries directly against Elasticsearch, which is a pattern we don't want.

Will prioritize this 🚀

Generalized user story:
As a data consumer, I would like to filter cases on their content, so that I can limit available cases exposed to my users to those that have the necessary data and/or are compliant with the function my user is using.

  1. General support for case filtering
  2. Specific support for individual use cases, taking the data model into account. Will possibly spark discussions with fmu-dataio.

@equinor-ruaj
Copy link
Contributor

Added filter to find cases with 4d-seismic.
Filters for other types can either be added manually or requested to be added as part of the Explorer package.
Docs: https://fmu-sumo.readthedocs.io/en/latest/explorer.html#finding-cases-with-specific-data-types

@equinor-ruaj equinor-ruaj removed a link to a pull request Sep 16, 2024
6 tasks
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

4 participants