welly icon indicating copy to clipboard operation
welly copied to clipboard

Log extent table

Open kwinkunks opened this issue 4 years ago • 3 comments

We need some sort of summary view of the logs in a well.

Here's a proposed text version:

Curve:   CALD	Unit:    IN	Descr: 2 Caliper Density Caliper
Curve:   CALS	Unit:    IN	Descr: 3 Caliper DT Caliper
Curve:   DRHO	Unit:  G/C3	Descr: 5 Drho Delta Rho
Curve:     DT	Unit: US/FT	Descr: 6 Sonic Delta-T
Curve:    GRD	Unit:  GAPI	Descr: 7 GammaRay Gamma Ray Density
Curve:    GRS	Unit:  GAPI	Descr: 8 GammaRay Gamma Ray Sonic
Curve:    ILD	Unit:  OHMM	Descr: 9 DeepRes Deep Induction Standard Processed Resistivity
Curve:    ILM	Unit:  OHMM	Descr: 10 MedRes Medium Induction Standard Processed Resistivity
Curve:    LL8	Unit:  OHMM	Descr: 11 LL8 Shallow - Latero-Log 8
Curve: NPHISS	Unit:   V/V	Descr: 12 Neutron Neutron Porosity – Ss Mtx
Curve:   RHOB	Unit:  G/C3	Descr: 13 Density Bulk Density
Curve:     SP	Unit:    MV	Descr: 14 SP Spontaneous Potential

which comes from something like

text = f"Curve: {c.mnemonic:>6}\tUnit: {c.units:>5}\tDescr: {' '.join(c.description.split())}"

The scorecard branch contains a new class, which we can test, but there's also this proposal:

image

Code for this and some other ideas here [private repo]: https://github.com/agile-geoscience/geocomp-gl/blob/main/Plotting_well_data.ipynb

kwinkunks avatar Feb 12 '21 13:02 kwinkunks

The notebook mentioned above seems to have moved. @kwinkunks do you know where it lives now?

EvanBianco avatar Apr 22 '22 13:04 EvanBianco

I don't know if there's a newer version, but of course everything is always in the history, eg https://github.com/agilescientific/geocomp-gl/blob/74b714c91022a29ce1f4a95ae5bc348887bdc44c/master/Plotting_well_data.ipynb

kwinkunks avatar Apr 22 '22 14:04 kwinkunks

That's in https://github.com/agilescientific/geocomp-gl/blob/master/master/Demo_Log_utils.ipynb at the moment, but that repo is pretty stale obviously with all changes to Welly.

Zabamund avatar Apr 22 '22 14:04 Zabamund