Matt Hall
Matt Hall
A helpful remark from an onlooker 'in the know'... > All land sections we plotted, had the following: > 1. Side label on LHS…. as previously mentioned > 2. Fold...
I think the computation would be easier with a bit of trace-by-trace processing. Then we can get rid of the zero-crossings. This should work, even for 8-bit data... https://github.com/agile-geoscience/seisplot/blob/master/Polygon_around_data_area.ipynb
I improved the contouring method — extracting the contours as `shapely` polygons. So now I get this, which I think is pretty good...  Still an orthogonal grid, but it's...
Awesome article! As for Concaveman, I think the problem with a hull is that it won't support holes in the survey. On Sat, Apr 29, 2017, 12:23 Evan Bianco wrote:...
@evan Moved to #39 @mycarta I think we solved the outline issue, no? See above. Just needs implementing.
See 21218848ac20d7ba8e6a7ce53c68dc9f980b760d We probably have to be a bit careful with setting output DPI in seisplot, because it uses ‘real world’ sizes for the plot — traces per inch and...
This could be a way to do it, but unfortunately introduces another dependency... 
So sorry I didn't spot this earlier, Bane... must have landed in the middle of our travel chaos. I updated the README, hopefully that helps.
FWIW, I found the same in v4.0.3 on Komodo 2022.10.04-py38, except everything gets stuck in 'pending'. 
API like: df.redflag.cool_method(X=None, y=None, **kwargs) E.g. features = ['GR', 'RHOB', 'PE'] # Columns in df. df.redflag.cool_method(X=features, y='Lithology') # y can also be a list. Then... - If `X` and `y`...