Experimental plugin for 3D visualization #955
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Draft experimental plugin for 3D visualization in Dash with Mesh3D https://plotly.com/python/3d-mesh/ using
ResInsight
as backend for geometry computations. This is a draft prototype, so no effort has been put into restructure of the plugin into multiple files.The plugin is based on the existing plugin
SurfaceWithGridCrossSection
ResInsight has as Python API called
rips
https://api.resinsight.org/en/main/ This plugin requires minimum ResInsight version2021.10.2-dev.03
. ResInsight has to be installed on the same computer running the WebViz plugin.ResInsight is not able to import roff-files, so
EGRID/UNRST
files must also be included.Here is an example of required plugin parameters:
Small video of the plugin displaying a cross section from the Drogon test case
Drogon.Webviz.Demonstration.-.Google.Chrome.Ubuntu.2022-02-04.13-49-34.mp4
Contributor checklist
CHANGELOG.md
, and added it if should be communicated there.