agilescientific / welly

Welly helps with well loading, wireline logs, log quality, data science
https://code.agilescientific.com/welly
Apache License 2.0
313 stars 132 forks source link

Log extent table #151

Open kwinkunks opened 3 years ago

kwinkunks commented 3 years ago

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

EvanBianco commented 2 years ago

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

kwinkunks commented 2 years ago

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

Zabamund commented 2 years ago

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.