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

Implement Well-log viewer module MVP #794

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Anders2303
Copy link
Collaborator

@Anders2303 Anders2303 commented Nov 4, 2024

This PR is equivalent to #702; this is copy-branch to resolve some stuff that broke during some rebases

Branch dependencies

This uses the readout box and sortable list components introduced in other PRs, those should be reviewed and merged first

(Partially) resolves issue #683

Adds a wrapper module for the Subsurface WellLogViewer component. The component renders out well-log data along a given wellbore's MD/TVD values. Note that this implementation is a simpler MVP, an is therefore not feature-complete; more features will be introduced in separate PRs.

Features:

  • Fetch data from well/log_curve_data and well/wellbore_log_curve_headers API endpoint
    • (Aka, the SSDL wellbore-curve APIs)
  • Show continuous data plots
    • Line, area, gradient, dot, and differental plots are supported
  • Show vertical lines for Well-picks
  • Synced settings:
    • Global Hover MD
    • Wellbore
    • Vertical Scaling
  • Export/import JSON file of track config
  • Persistent setting across reloads

Future Work

  • Add support for discrete (or "stacked") plots
    • Implemented in
  • More graph data sources:
    • Geology and Stratigraphy on SMDA
      • Implemented in
    • HAZI, DEVI, DSL curves
      • See SSDL "wellbore survey" for these
  • More settings for visuals
    • Plot domain (visual min-max)
    • Color settings
    • Stacked graph settings

* Supports continuous curves from SSDL endpoint
* Settings are persisted across reloads
@Anders2303 Anders2303 added the enhancement New feature or request label Nov 4, 2024
@Anders2303 Anders2303 self-assigned this Nov 4, 2024
@Anders2303 Anders2303 mentioned this pull request Nov 4, 2024
31 tasks
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

Successfully merging this pull request may close these issues.

1 participant