Skip to main content

Geostatistics Compute Tasks

Version: 0.0.1

Simulation report

POST
/compute/orgs/{org_id}/geostat/simulation-report

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:

  • Regular3DGrid_V1_0_1
  • Regular3DGrid_V1_1_0
  • Regular3DGrid_V1_2_0
  • Regular3DGrid_V1_3_0
  • RegularMasked3DGrid_V1_0_1
  • RegularMasked3DGrid_V1_1_0
  • RegularMasked3DGrid_V1_2_0
  • RegularMasked3DGrid_V1_3_0

A Geoscience object:

  • ContinuousEnsemble
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

Point scale distribution

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

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

A Geoscience object:

  • NonParametricContinuousCumulativeDistribution_V1_0_1
  • NonParametricContinuousCumulativeDistribution_V1_1_0
  • NonParametricContinuousCumulativeDistribution_V1_2_0

Variogram model

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

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

A Geoscience object:

  • Variogram_V1_0_1
  • Variogram_V1_1_0
  • Variogram_V1_2_0

If 'None' create the search neighborhood based on the anisotropy of a variogram model. By default, the structure with the longest range is used.

Block discretization

Default: 1

Discretization in X

Default: 1

Discretization in Y

Default: 1

Discretization in Z

Default: 500

Number of lines for tbsim simulation

Default: 38239342

Integer value to initiate random number generation

Default: 1

Number of realisations, defaults to 1

Set it to 'True' to reproduce the experimental variogram for each simulation

kriging_method"simple" | "ordinary"
Default: "simple"
normalize_variogram_modelboolean
Default: true

Set it to 'True' to reproduce the experimental variogram for each simulation

Full URL reference to a new file in the File API. e.g: https://<evo_hub>.api.seequent.com/file/v2/orgs/<org_uuid>/workspaces/<workspace_uuid>/files/path/<report_name>.json

{
"simulation_parameters": {
"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"
}
]
},
"distribution": {
"type": "geoscience-object-reference",
"key": "string",
"object_reference": "string"
},
"variogram_model": {
"type": "geoscience-object-reference",
"key": "string",
"object_reference": "string"
},
"neighborhood": {
"max-samples": 0,
"anisotropy": {
"ellipsoid_ranges": {
"major": 0,
"semi_major": 0,
"minor": 0
},
"rotation": {
"dip_azimuth": 0,
"dip": 0,
"pitch": 0
}
}
},
"block_discretization": {
"nx": 1,
"ny": 1,
"nz": 1
},
"number_of_lines": 500,
"random_seed": 38239342,
"realisations": 1,
"variogram_reproduction": false,
"kriging_method": "simple",
"normalize_variogram_model": true
},
"variogram_reproduction": false,
"target": "string"
}

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