Layer¶
- pydantic model Layer[source]¶
Used to represent a layer, i.e. top or bottom, of a given stratigraphic interval.
- field name: str [Required]¶
This is the identifying name of this data object. For surfaces, this is typically the horizon name or similar. Shall be compliant with the stratigraphic column if applicable.
- field offset: float = 0¶
If a specific horizon is represented with an offset, e.g. “2 m below Top Volantis”.
- Constraints:
allow_inf_nan = False
- field stratigraphic: bool = False¶
True if this is defined in the stratigraphic column.