Evan Bianco
Evan Bianco
Would this work for the moving window RMS attribute? This would only be relevant for a 1-D signal, i.e. on a trace by trace basis. Do we need 2-D and...
@victortxa, Bruges hasn't had much added to it's compilation for a while, but I think it might be the right place for Petrophysical equations and calculatory stuff. It's heavier in...
I wonder if we could embed a mini histogram into the HTML table that get's displayed with each curve. We could standardize the x-axis of the histogram so that it...
This doesn't happen for the left most columns, but it does works for the curve columns via the order of the elements in `keys`.  Unless I'm missing a particular...
`np.isclose()` is worth a try to see if two logs are very close, but we'd likely have to do some testing on whether the tolerances work for us. But curves...
Also: would be good to flag or label the top and base of each log's extent within the cell. This might overcrowd the cell, however. Alternately, it could be good...
Thanks for finding (recovering) these @kinverarity1
FYI, two or more masks can be combined using ([See docs](http://docs.scipy.org/doc/numpy/reference/generated/numpy.ma.mask_or.html#numpy.ma.mask_or)) ``` numpy.ma.mask_or(m1, m2) ``` And logical operations can be done on masks. ``` ma.mask_or(m1, m2[, copy, shrink]) ``` For...
We could use a handful of deviated trajectories for testing. I also feel like manipulating trajectory files is going to require some yet-to-exist helper functions in gio.
@y0y0loach check out some of the functionalities in `welly.location` https://github.com/agile-geoscience/welly/blob/master/welly/location.py and let us know what you suggest just go ahead and contribute something and we'll take a look.