sandplover.strat.BaseStratigraphyAttributes¶
- class sandplover.strat.BaseStratigraphyAttributes(style)¶
- __init__(style)¶
Methods
__init__(style)Attributes
XYdatadisplay_arraysBoolean array indicating preservation.
Nmber of preserved voxels per x-y.
style- abstractmethod __call__()¶
Slicing operation to get sections and planforms.
Must be implemented by subclasses.
- abstract property preserved_index¶
Boolean array indicating preservation.
True where data is preserved in final stratigraphy.
- Type:
ndarray
- abstract property preserved_voxel_count¶
Nmber of preserved voxels per x-y.
X-Y array indicating number of preserved voxels per x-y pair.
- Type:
ndarray