Matt Hall

Results 261 issues of Matt Hall

`Striplog.anneal()` just uses the `z` values, so metadata etc is lost. Note that it's not totally clear that you want it, because it could be a different interface entirely — ...

question

`Position` shows up as `__str__()`, whereas the `Component`s are with `__repr__()` ![image](https://cloud.githubusercontent.com/assets/1692372/12176048/e046ea7a-b53b-11e5-833c-e18f562ef3c0.png)

See #43 Intervals can have info (`style`) about their contact (conformable, erosive, downlapping, etc). We don't do anything with this info however. Main next thing would be to add a...

enhancement

1. CSV files 2. LAS 2.0 and LAS 3.0 files 3. PNG images 4. HTML (for rendering in Jupyter Notebook) 5. Scalable Vector Graphics (SVG) files and PDF 6. Tagged...

enhancement

It would be cool (but very clever so probably hard) to interpret pattern fills as well as colours for making a striplog. Related: sketch2model (Matteo et al at 2015 hackathon)...

`lexicon.get_component()` should squawk if something is not found in the lexicon. Perhaps optionally silence with, eg, `verbose=False` Weirdly, just setting 'required=True` in that function smits _too many_ warnings, suggesting that...

bug

The `ncols` and `nrows` parameters don't adapt to the length of the legend. They should/could probably call decor.plot() behind the scenes, to avoid repeating that code. See also #5

bug

Might want to annotate intervals in the plot.

A method to render HTML would let us render a nice table in IPython Notebook with their special functions, like so... https://ipython.org/ipython-doc/dev/config/integrating.html Ditto for SVG, see #27

The text `description` should probably be an object of its own, subclassing `str`. This would allow it to hold a provenance, and some of the language functions currently awkwardly held...