Rogii Solo.Types

Interpretation

attribute meta

Metadata information about the Interpretation.

attribute horizons

Horizon data associated with the Interpretation.

attribute segments

Segment information for the Interpretation.

attribute earth_models

Earth model data used in the Interpretation.

Module Contents

class Interpretation

Bases: TypedDict

A TypedDict representing the types of an Interpretation structure by the use of DataFrame.

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.