LocationWiseResult
LocationWiseResult
evo.compute.tasks.geostatistics.location_wise.LocationWiseResult
Result of a location-wise task.
Provides access to the multiple computed statistics attributes.
message
A message describing what happened in the task.
target_name
The name of the target object.
target_reference
The reference URL to the target object.
attribute_names
Names of all attributes created by the task.
schema
The schema type of the target object.
get_target_object
Load and return the target geoscience object.
Returns: The typed geoscience object (e.g., Regular3DGrid)
to_dataframe
Get the task results as a DataFrame.
Args: columns: Optional column names to include. If omitted, returns all.
Returns: A pandas DataFrame containing the computed statistics.
__str__
String representation.