Skip to main content

ConditionalTurningBandsResult

GitHub source

ConditionalTurningBandsResult

evo.compute.tasks.geostatistics.conditional_turning_bands.ConditionalTurningBandsResult

Rich result object for the conditional turning-bands simulation task.

target_name

target_name: str

The name of the target grid object.

target_reference

target_reference: str

Reference URL to the target grid object.

schema

schema: ObjectSchema

The schema type of the target object (e.g., 'regular-3d-grid').

simulations_attribute

simulations_attribute: TaskAttribute | None

Ensemble attribute containing the saved block-scale simulation realizations.

get_target_object

get_target_object() -> BaseObject

Load and return the target geoscience object.

to_dataframe

to_dataframe(*columns: str) -> pd.DataFrame

Load the target object and return its data as a DataFrame.

Args: *columns: Optional column names to select.

Raises: TypeError: If the target object type does not support DataFrame export.

Was this page helpful?