Matt Hall

Results 133 comments of 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... ![image](https://cloud.githubusercontent.com/assets/1692372/16844251/c934d482-49ba-11e6-8cc4-b681596477e3.png) 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... ![image](https://cloud.githubusercontent.com/assets/1692372/16875980/87fba568-4a78-11e6-89f0-e3b1b5c03ae0.png)

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'. ![image](https://user-images.githubusercontent.com/1692372/205017268-d1e6fb68-b7dc-4a6f-be2d-d02adc414dea.png)

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`...