watex.geology.geology.Structural#
- class watex.geology.geology.Structural(configfile=None, **kwds)[source]#
Geology strutural conventions class.
Note that the given structural objects are quite less than the litterature More structural object can be added as the structures is known. All geological structural informations are geostructral object.
Holds the following informations:
More attributes can be added by inputing a key word dictionary
- Example:
>>> from watex.geology import Structural >>> s=Structural().fit() >>> s.boudin_axis.code_ ... 'lsb' >>> s.boudin_axis.name_ ... 'Boudin Axis' >>> s.boudin_axis.color_ ... 'R128GB'