Rogii Solo.Types¶
attribute meta |
Metadata information about the |
attribute horizons |
Horizon data associated with the |
attribute segments |
Segment information for the |
attribute earth_models |
Earth model data used in the |
Module Contents¶
- class Interpretation¶
Bases:
TypedDictA TypedDict representing the types of an
Interpretationstructure by the use ofDataFrame.- meta: pandas.DataFrame¶
Metadata information about the
Interpretation.
- horizons: pandas.DataFrame¶
Horizon data associated with the
Interpretation.
- segments: pandas.DataFrame¶
Segment information for the
Interpretation.
- earth_models: pandas.DataFrame¶
Earth model data used in the
Interpretation.