Skip to main content

DistributionTarget

GitHub source

DistributionTarget

evo.compute.tasks.geostatistics.continuous_distribution.DistributionTarget

Target specifying where to create the continuous distribution object.

reference

reference: GeoscienceObjectReference

Reference to the target distribution object.

overwrite

overwrite: bool = False

Whether to overwrite an existing object.

description

description: str | None = None

Description to put into the target object.

tags

tags: dict[str, str] = Field(default_factory=dict)

Tags to put into the target object.

Was this page helpful?