Skip to main content

Geostatistics Compute Tasks

Version: 0.0.1

Break ties

POST
/compute/orgs/{org_id}/geostat/break-ties

For more information, please read the guide

Request

Path parameters

The organisation identifier

Body parameters
type"geoscience-object-reference"
Default: "geoscience-object-reference"

key of the attribute you want to save/retrieve the data to/from.

A Geoscience object:

  • Pointset_V1_0_1
  • Pointset_V1_1_0
  • Pointset_V1_2_0
  • Pointset_V1_3_0
  • DownholeIntervals_V1_0_1
  • DownholeIntervals_V1_1_0
  • DownholeIntervals_V1_2_0
  • DownholeIntervals_V1_3_0

A Geoscience object:

  • ContinuousAttribute
type"element"
Default: "element"

The attribute path that contains the values to be processed. It must contain the full path and the filter e.g:

  • /cell_attributes/@name=attr-name
  • /locations/attributes/@name=attr-name

Where to store the result.

type"geoscience-object-reference"
Default: "geoscience-object-reference"

key of the attribute you want to save/retrieve the data to/from.

A Geoscience object:

  • Pointset_V1_0_1
  • Pointset_V1_1_0
  • Pointset_V1_2_0
  • Pointset_V1_3_0
  • DownholeIntervals_V1_0_1
  • DownholeIntervals_V1_1_0
  • DownholeIntervals_V1_2_0
  • DownholeIntervals_V1_3_0

A Geoscience object:

  • ContinuousAttribute
type"element"
Default: "element"

The attribute path that contains the values to be processed. It must contain the full path and the filter e.g:

  • /cell_attributes/@name=attr-name
  • /locations/attributes/@name=attr-name
Default: 123456789

Random seed for reproducibility

{
"source": {
"type": "geoscience-object-reference",
"key": "string",
"object_reference": "string",
"object_element": [
{
"type": "element",
"path": "string"
}
]
},
"target": {
"type": "geoscience-object-reference",
"key": "string",
"object_reference": "string",
"object_element": [
{
"type": "element",
"path": "string"
}
]
},
"random_seed": 123456789
}

Responses

200

The task result returned by the Compute API Result endpoint when the task is done

Concise summary of the completed job

Modified geoscience object

type"geoscience-object-reference"
Default: "geoscience-object-reference"

key of the attribute you want to save/retrieve the data to/from.

object_referencestring
object_elementarray | null
{
"message": "string",
"object_modified": {
"type": "geoscience-object-reference",
"key": "string",
"object_reference": "string",
"object_element": [
{
"type": "element",
"path": "string"
}
]
}
}

303

303 response, see Compute API Execute Task documentation for more details