agilescientific / striplog

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

Could Intervals contain more Intervals? #65

Open kwinkunks opened 8 years ago

kwinkunks commented 8 years ago

Could the list of components in an Interval also be a list of Intervals, to give a 'nested' striplog, like a geological timescale, or Formations+Members, etc?

So interval.components might become interval.contents or interval.children, and be agnostic as to what those elements are.

Related to #60