Matt Hall
Matt Hall
My comment in Slack: > I think we could definitely have something like `well.rename_curves(mapping)`, a la `pandas`
Hi - apologies for being so slow. Thank you for this PR -- this has been on the wishlist for a while. I am finally working on welly again this...
Thanks Corey, I'll try to look at this soon. (In the meantime, maybe try the new `prj.df()` to get a DataFrame. You'll need to be on the develop branch to...
Right, but the idea is to be able to resort them dynamically according to some criteria. They're arranged according to my `keys` list, but now I want alphabetical, now by...
I think there might be a way to do this with `tqdm` callback, if not will have to unwrap the list comp I currently use to build the well list...
See also #198
Added ability to plot a crude project map in 28e0f863
`np.isclose()` has two tolerance parameters, and another to tell it how to handle NaNs. - `rtol` : float. The relative tolerance parameter. - `atol` : float. The absolute tolerance parameter....
These are from API, allegedly documented in Recommended Standard Fonnat for Recording Digital Well Log Data on Magnetic Tape, API Bul. 0-9, 3rd edition, 1981.But I can't find this document...
Again, this feels like something we should maybe handle?