Matt Hall

Results 133 comments of Matt Hall

I think this functionality exists, see striplog_advanced.ipynb

See https://gist.github.com/kwinkunks/28634d462769f5dbe431e76f15dbbe3a

Need to check if this is still an issue, I thought I'd fixed it.

Agree. Since we're changing things pretty substantially, we should go to 0.9 next.

Where are those functions at now, @mtb-za ? I don't think they are in production yet, they maybe just need tests?

NB The user effectively can manually set the order now, by building the legend in the desired order.

It just comes down to the lexicon. The text is parsed in a very naive way, and it's up to the user to compile an appropriate lexicon for their task....

Good questions. I had a go in this notebook > https://github.com/agile-geoscience/striplog/blob/master/tutorial/Striplog_with_a_binary_flag.ipynb But yes, these require a strictly True/False value for the primary component... Not sure how it would handle gaps...

@rgmyr Ah, sorry, it's only on the `develop` branch and I linked to `master`... Check it out here >> https://github.com/agile-geoscience/striplog/blob/develop/tutorial/Striplog_with_a_binary_flag.ipynb Scroll down to *Dilate and erode* and note that you'd...

FWIW, I just pushed v0.8.1 with binary morphology. I wanted to avoid depending on `scipy` (not sure why) so hacked my own binary operators... as a result they can't do...