-
Notifications
You must be signed in to change notification settings - Fork 59
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
Including stratigraphy in the well completion plugin #642
Including stratigraphy in the well completion plugin #642
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 👏 🚀 Some minor improvement suggestions below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we are close to be able to merge this 👍 🚀
In addition to the comments above, it might be worth adding a changelog entry in CHANGELOG.md
and bumping the lower level version constraint on ecl2df
in setup.py
(since we depend on new functionality in that dependency). 🙂
…ing about not seing lumped completions being closed.
The main change in this PR is the possibility to pass a json file with a stratigraphic tree to the plugin. The stratigraphy will be combined with the zone_layer mapping file (lyr-file) to generate the final stratigraphy that is passed to the wsc component.
There is also new logic around colors. Colors can be supplied through both the stratigraphy file and the lyr file. If colors is passed in both files, the stratigraphy has priority. If no colors is passed, the theme colors will be used. The parsing of the lyr files with colors is depending on new functionality in ecl2df.
There is a file with tests around the logic of the above.
There is also some new functionality around the kh units. If now kh unit is supplied, the plugin will look in the eclipse DATA file for the unit system, and choose the correct unit according to that.