ConditionalTurningBandsResult
ConditionalTurningBandsResult
evo.compute.tasks.geostatistics.conditional_turning_bands.ConditionalTurningBandsResult
Rich result object for the conditional turning-bands simulation task.
target_name
The name of the target grid object.
target_reference
Reference URL to the target grid object.
schema
The schema type of the target object (e.g., 'regular-3d-grid').
simulations_attribute
Ensemble attribute containing the saved block-scale simulation realizations.
get_target_object
Load and return the target geoscience object.
to_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.