Index
subsurfaceio.site_investigation.strata
Field log strata models and helpers.
Classes:
| Name | Description |
|---|---|
StrataData |
Single stratum interval (field description + log graphics). |
Functions:
| Name | Description |
|---|---|
append_uscs_to_description |
Append |
uscs_to_hatch |
Map a USCS (or USCS-like) symbol to a lithology hatch key. |
StrataData
pydantic-model
Bases: BaseModel
Single stratum interval (field description + log graphics).
Fields:
-
depth_top(NullableFloat) -
depth(NullableFloat) -
hatch(LithologyGraphics | None) -
color(str | None) -
description(str | None)
append_uscs_to_description
Append (USCS) to a description for inferred strata.