striplog
striplog copied to clipboard
Lithology and stratigraphic logs for wells or outcrop.
formations.union(swc_data) 
Implemented merge_neighbours, see #99, but these probably could/should be one method to simplify the API. `merge_overlaps()` needs refactoring anyway, see #67.
I'm working on this to allow for more flexibility in `Interval` shapes (multi-width Polygons, curved PathPatches) when plotting detailed graphic log / measured section data. This should also make it...
Each `Position` object has a unit, but probably the striplog should have a global units that it reconciles everything to... maybe while leaving position units alone? I don't think we...
Make and plot a histogram of all depth samples, including empty ones, showing all lithologies.
I saw in the video from scipy2015 that there were ideas for using NLP for parsing lithological descriptions and would be interested in the feature. I did not see any...
The implementation of ``partialmethod`` in utils.py (used when python 2.7 is present) doesn't work, because it is used on a ``@classmethod``, which is not callable (ref python 3.4+ implementation of...
See [comment on blog](https://agilescientific.com/blog/2015/4/15/striplog). JSON is also mentioned in #70 and #46.
Seems like this could be easier: 
E.g. see https://github.com/agile-geoscience/recipes/blob/master/Loading%20complex%20point%20data.ipynb ... then you could remap in an adaptive way.