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

Intersection module and backend #355

Open
HansKallekleiv opened this issue Sep 25, 2023 · 0 comments
Open

Intersection module and backend #355

HansKallekleiv opened this issue Sep 25, 2023 · 0 comments
Labels
epic map & intersection Functionality relevant for visualizing maps and intersection data

Comments

@HansKallekleiv
Copy link
Collaborator

The PR #267 is an investigation into solving these user stories:

Investigations/conclusions/follow ups below (in progress):

  1. Create a SeismicAccess class towards Sumo and assess the if the current metadata is adequate for our use
    Conclusion: (Most) metadata is available and retrieval of cube works fine. Ready for implementation. Add Sumo SeismicAccess #350
  • Evaluate using well trajectories from SMDA as intersection source
    Conclusion: Works fine. Request for relevant well data already implemented in TopographicMap module with mesh/property surfaces, fault polygons and official well trajectories #263

  • Create a VdsAccess class towards a hosted service of vds-slice for extracting seismic slices on-the-fly
    Conclusion: Performance is good on tested cubes. Ready for implementation: Add VDS Access #319

  • Evaluate performance of slicing grid geometry using xtgeo
    Conclusion: Requires user-session due to data size and computation time. Xtgeo handles the intersection logic so not much code to add. Performance is ok for smaller simulation grids, but will be an issue for larger grids. We should investigate if the compution can be improved, but it will have value to implement in its current state. Add backend functionality for intersection data #352

  • Evaluate performance of slicing multiple surfaces using xtgeo
    Conclusion: Requires user-session / redis? to keep the surfaces when switching between wells. The intersection logic is handled by xtgeo and is fairly fast. Can be implemented. Add backend functionality for intersection data #352

  • Investigate using esv-intersection module as visualization component for intersections
    Conclusion: The visualization is a good candidate for visualizing intersections and could be implemented. Add visualization component for intersections #351

  • Visualize multiple intersections side-by-side in a dashboard together with a map module using synced settings
    Conclusion: Synced setting works for e.g. syncing selected well, but could become an issue when many settings should be synced between views. Needs further investigation on how to sync e.g. time interval/ colors/ zoom and bounds

@HansKallekleiv HansKallekleiv added epic map & intersection Functionality relevant for visualizing maps and intersection data labels Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic map & intersection Functionality relevant for visualizing maps and intersection data
Projects
None yet
Development

No branches or pull requests

1 participant