Matt Hall

Results 261 issues of Matt Hall

Don't yet know what it would take to do either 'officially', or 'off the record' (like Obspy does it).

question

From here https://en.wikipedia.org/wiki/Template:Geologic_Ages_Inline or https://en.wikipedia.org/wiki/Template:Period_start (currently being merged) Probably closest thing to an online API.

enhancement
question

If an interval overlaps more than one other interval at the top or the base, the merge fails. It assumes that there's just a bit of overlap at each edge....

bug

Provide a way to highlight a striplog's components, like ![image](https://cloud.githubusercontent.com/assets/1692372/12719455/79dfa238-c8cb-11e5-9bce-60fd1a08b32f.png) E.g. `strip.highlight(strip[4])`, or `strip.highlight(strip.find('sandstone'))`

enhancement
good-first-issue

Maybe a binary striplog is a special thing? Where the main component property is True or False... then you could allow operations like `dilate` and `erode`. (Can't really see how...

enhancement

I don't think I want to completely wrap pandas like, say, GeoPandas does. But it would be useful to have methods for getting LASReader (NumPy structured array) curve data into...

enhancement

Seems like it would be useful for stratigraphic columns, say. Or anything that doesn't have components.

enhancement

Needs improving. For example: - Less strict about column names etc. Allow to use_cols like NumPy/Pandas - Allow to load from URL - Encodings - Handling bad intervals (ignore or...

enhancement

We have histograms, but it would be nice to be able to measure mean thickness in a running window to produce a log (say). Also, I'd like to limit the...

Search and replace of bed patterns. Define pattern as simple 'find'-like matches, or by using a mini Striplog containing whatever specific pattern.

enhancement