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

Per field config #556

Open
rubenthoms opened this issue Jan 16, 2024 · 1 comment
Open

Per field config #556

rubenthoms opened this issue Jan 16, 2024 · 1 comment
Assignees
Labels
Support basic analysis E.g. golden set of modules / dashboards Support Coviz use cases Webviz Workshop Topic Topics discussed in Webviz workshop - can be transformed to regular issues

Comments

@rubenthoms
Copy link
Collaborator

rubenthoms commented Jan 16, 2024

Add config settings for fields

  • Color mapping
  • Ranges (values)
  • Named polygons
  • Calculated vector expressions
  • Well mapping

Add a JSON file per field (start with Troll).

Start with implementing skeleton and dummy config for Drogon.

@rubenthoms rubenthoms added Webviz Workshop Topic Topics discussed in Webviz workshop - can be transformed to regular issues Support basic analysis E.g. golden set of modules / dashboards Support Coviz use cases labels Jan 16, 2024
@anders-kiaer
Copy link
Collaborator

anders-kiaer commented Jan 23, 2024

Two JSON sources (per field):

  • One for "webviz settings/config" (colors etc.) - lives client side - ships with frontend
    • min/max range depth
    • custom colormaps
    • named custom polygons and polylines (only used during analysis)
    • calculated vector expressions
  • One for "fmu-dataio workarounds" (use it for currently missing metadata) - backend endpoint?
    • well mapping
    • fipnum2region
    • surface-faults mapping

First iteration:

  • Frontend: Class making the frontend field config available to modules.
  • Backend: Utility class which can be used by other endpoints, while waiting for missing metadata in SUMO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support basic analysis E.g. golden set of modules / dashboards Support Coviz use cases Webviz Workshop Topic Topics discussed in Webviz workshop - can be transformed to regular issues
Projects
None yet
Development

No branches or pull requests

3 participants