agilescientific / striplog

Lithology and stratigraphic logs for wells or outcrop.
https://code.agilescientific.com/striplog
Apache License 2.0
204 stars 69 forks source link

from_csv and build_list_of_intervals should take `function` arg #132

Open kwinkunks opened 3 years ago

kwinkunks commented 3 years ago

from_petrel() has an arguemnt, function, which is a dict of functions that transform a field.

This is missing from from_csv() and _build_list_of_intervals, and other readers / instantiators. We should add it.

Check include and 'exclude` should be everywhere too.