striplog icon indicating copy to clipboard operation
striplog copied to clipboard

Lithology and stratigraphic logs for wells or outcrop.

Results 79 striplog issues
Sort by recently updated
recently updated
newest added

formations.union(swc_data) ![image](https://cloud.githubusercontent.com/assets/1699959/13954230/ad8c1240-f01e-11e5-8cd8-2bb561199b3b.png)

bug

Implemented merge_neighbours, see #99, but these probably could/should be one method to simplify the API. `merge_overlaps()` needs refactoring anyway, see #67.

enhancement

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...

enhancement

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.

enhancement

Seems like this could be easier: ![image](https://cloud.githubusercontent.com/assets/1692372/17188602/36017c60-5414-11e6-8f60-3a89d6448878.png)

enhancement

E.g. see https://github.com/agile-geoscience/recipes/blob/master/Loading%20complex%20point%20data.ipynb ... then you could remap in an adaptive way.

enhancement