Skip to main content

LocationWiseTargetResult

GitHub source

LocationWiseTargetResult

evo.compute.tasks.geostatistics.location_wise.LocationWiseTargetResult

Target information from a location-wise task result.

Unlike single-attribute tasks, location-wise produces multiple attributes (one per requested statistic/quantile/cutoff).

reference

reference: str

Reference URL to the target object.

name

name: str

Name of the target object.

description

description: str | None = None

Optional description of the target object.

schema_id

schema_id: str

Schema identifier for the target object type.

attributes

attributes: list[TaskAttribute]

List of attributes created by the task.

Was this page helpful?