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

E.g., can we have a Boolean `Curve` and if so, can you mask with it, or (say) filter on a categorical curve?

question

Not sure what the interface should look like, but now that welly can handle point data, it feels like we should make it easier to plot as points. Here's an...

enhancement

This has no repr_html in a notebook: ``` index = np.linspace(0, 699, 700) data = np.sin(basis/10) curve = Curve(data=data, index=index) ```

bug

It would be straightforward to wrap `pd.read_csv()` as a convenience, electing the column(s) to use for the index, creating a Project if there's a dual index.

enhancement

Welly uses the index of the DataFrame. We could have an option to use a named column as the index, and we'll take care of the `set_index`.

enhancement

When `remap` is used, the original_mnemonic and mnemonic are still the same. Not sure if this is intended behaviour, but I was expecting the original name to be preserved.

bug

See line 390 in las.py (the `if` clause is my temporary workaround)... ``` dfs = [curve.df for curve in well.data.values() if isinstance(curve, Curve)] ```

bug

![image](https://user-images.githubusercontent.com/1692372/148432160-e16bc0fc-078a-4d93-b05c-c99eafca676f.png)

bug

The new Pandas approach just build a dataframe from a LAS file -- unless you build the well yourself, in which case it's a dictionary object. The `Header` class is...

bug

Thank you very much for sharing the comprehensive geoscience python codes. I wonder if it is possible to display GR, Density, Sonic in linear scale, RT (resistivity in log scale)...