Closed jorgenherje closed 1 month ago
Refactor well completions module.
This PR uses new package with utility-function for @webviz/well-completions-plot, created after https://github.com/equinor/webviz-subsurface-components/pull/2251
@webviz/well-completions-plot
Description
pandas
polars
well_completions_access.py
pa.Table
well_completions_assembler.py
utility-lib
webviz-subsurface-components
settings.tsx
Closes bulletin in: #711 Closes bulletin in: #695 Closes: #627
Refactor well completions module.
This PR uses new package with utility-function for
@webviz/well-completions-plot
, created after https://github.com/equinor/webviz-subsurface-components/pull/2251Description
pandas
withpolars
well_completions_access.py
, split into two files:well_completions_access.py
for retrieving data from Sumo and returning resulting well completions data as single pyarrowpa.Table
.well_completions_assembler.py
building well completions data structure from thepa.Table
from Sumo.utility-lib
from@webviz/well-completions-plot
fromwebviz-subsurface-components
settings.tsx
code to utilize atoms for business-logicCloses bulletin in: #711 Closes bulletin in: #695 Closes: #627