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

I load a bunch of LAS files using `project`. I then create a UWI from Well Name using `regex` and replace `nan` values in gaps using `numpy`. Finally I export...

A user encountered this issue when loading an *.las file with units of 'ft'. Depth values were converted into metres, and no resampling was done. The 'units' of the depth...

Hate to say it, but I think curves need to become either Pandas `Series` or `xarray` datasets (which are implemented via `pandas`). Essentially, all my `basis` stuff is just trying...

enhancement

I'd like to be able to have the same sort of table functionalities with tops as we do for curves in a project. Basically I want to see formation names...

enhancement

Eg for stochastic AVO, since it has gone away in modelr. Not sure what this would entail... a stdev for the curve object, plus some nice viz?

enhancement

I recently used `compute_position_log()` thinking it would take the deviation survey and produce a dx,xy,dz triplet for every position in the current basis. It doesn't do that. fine and as...

possible enhancement, repeated plotting to the same `ax` works as colors rotate. But sometimes you want to be able to use mulitple axes to accomodate different scales, e.g. using `plt.gca().twiny()`...

i have identified a bug in the Project.data_as_matrix. If you specify the parms and do not include any y_keys, then the y_train comes out as None, however, the line 442...

bug

It's possible to make a 2D Curve object, apparently. E.g., if `vp` is a Curve object: x = np.arange(10).reshape(-1, 1) vp * x yields something like: ![image](https://user-images.githubusercontent.com/1692372/47015774-ba44a200-d102-11e8-9c38-5c4771444334.png)

bug

I am having problems when trying to export my project to a matrix. I am getting a 'NoneType' error due to some of the wells in project do not have...