welly icon indicating copy to clipboard operation
welly copied to clipboard

Welly helps with well loading, wireline logs, log quality, data science

Results 113 welly issues
Sort by recently updated
recently updated
newest added

Update DC Slagel's organization and location information. -- Let me know if this change could be accepted (or rejected) or needs some additional changes to be approved and merged. Thank...

Added 1 more alias for SGRC from some GOM wells.

Any insight why welly can't load in this file, but lasio can? lasio ver: 0.30 welly ver: 0.5.2 wellpathpy ver: 0.5.0 ``` las = lasio.read(welllogfiles[13], ignore_header_errors=True) print('TEST') w = well.from_lasio(las,...

`DEPT` is a LAS thing, and could sometimes be `TIME` or `DEPTH` (as well as DEPT... yes, it's gross). At least, those are the 3 options in the standard. I...

bug
enhancement

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...

The test well `tests/assets/F03-02.las` loads but the depths are reversed (as in the file). The curve step is given as 0 in the file and `welly` determines it to be...

bug

I import the JSON well Log file, create a LAS file from it. Then import the LAS file as a Welly object.

Is there a way to import .las file with Date-Indexed data?? ![image](https://user-images.githubusercontent.com/62827729/103733653-d9fc6500-4faf-11eb-8678-a2febb42c0b5.png) Thanks

From a user: > I have a well with very ugly curve names. Is there a method in welly (with the alias dictionary like for the quality tests, probably?) to...

enhancement

There is code to accept a basis in `well.df()`, but it doesn't do anything. E.g. lines 589 to 593 in `well.py`: if basis is None: basis = self.survey_basis(keys=keys, alias=alias) if...

bug