Skip to content

Commit

Permalink
Well analysis trail (#1089)
Browse files Browse the repository at this point in the history
* Refactored the code according to the WLF best practice

* Removed well attributes filter, and more code improvements

* Refactored code again, putting figures in view utils folders

* Introduced a view element and got rid of the last store

* Simplified tour_steps and removed some imports from init files

* Added label to layout options checkbox

* Implemented a view element also for the well control view

* Added changelog

* Removed the error layout

* Implemented StrEnum and callback_typecheck

* Fixed bug in callback so that only layout is updated if data is unchanged

* Implemented new callback_typecheck that handles Optional type

* Minor updates to tour_steps

Co-authored-by: Eirik Sundby Håland (OG SUB RPE) <[email protected]>
Co-authored-by: Eirik Sundby Håland (OG SUB RPE) <[email protected]>
Co-authored-by: Øyvind Lind-Johansen <[email protected]>
  • Loading branch information
4 people authored Sep 15, 2022
1 parent 251810d commit 6d093ef
Show file tree
Hide file tree
Showing 25 changed files with 801 additions and 763 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- [#1097](https://github.com/equinor/webviz-subsurface/pull/1007) - `smry2arrow_batch` - Now supports an arbitrary number of paths as input, meaning that it is no longer needed to wrap a wildcarded runpath pattern with "". It is though still required if defining a wildcarded eclbase.
- [#1080](https://github.com/equinor/webviz-subsurface/pull/1080) - `GroupTree` - Converted the GroupTree plugin to WLF (Webviz Layout Framework).
- [#1080](https://github.com/equinor/webviz-subsurface/pull/1080) - Converted the `GroupTree` plugin to WLF (Webviz Layout Framework).
- [#1089](https://github.com/equinor/webviz-subsurface/pull/1080) - Converted the `WellAnalysis` plugin to WLF (Webviz Layout Framework).

## [0.2.14] - 2022-06-28

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions webviz_subsurface/plugins/_well_analysis/_figures/__init__.py

This file was deleted.

4 changes: 0 additions & 4 deletions webviz_subsurface/plugins/_well_analysis/_layout/__init__.py

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6d093ef

Please sign in to comment.