Matt Hall
Matt Hall
Don't yet know what it would take to do either 'officially', or 'off the record' (like Obspy does it).
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.
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....
Provide a way to highlight a striplog's components, like  E.g. `strip.highlight(strip[4])`, or `strip.highlight(strip.find('sandstone'))`
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...
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...
Seems like it would be useful for stratigraphic columns, say. Or anything that doesn't have components.
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...
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.