Geostatistics Task API
Conditional simulation workflow
For more information, please read the guide
Request
Example body
{
"source_object": "https://example.com",
"source_attribute": "string",
"target_object": "https://example.com",
"neighborhood": {
"ellipsoid": {
"ellipsoid_ranges": {
"major": 0,
"semi_major": 0,
"minor": 0
},
"rotation": {
"dip_azimuth": 0,
"dip": 0,
"pitch": 0
}
},
"max_samples": 0,
"min_samples": 1
},
"variogram_model": "https://example.com",
"block_discretization": {
"nx": 1,
"ny": 1,
"nz": 1
},
"number_of_lines": 500,
"number_of_simulations": 1,
"random_seed": 38239342,
"number_of_simulations_to_save": 5,
"location_wise_quantiles": [
0
],
"perform_validation": false
}
Responses
200
The task result returned by the Compute API Result endpoint when the task is done
Examples: {"key":"value"}, {"another_key":123}
The target grid with simulation results.
Reference to a geoscience object.
Supported schemas: regular-3d-grid/[>=1.2,<2], regular-masked-3d-grid/[>=1.2,<2]
The name of the geoscience object.
The description of the geoscience object.
The ID of the Geoscience Object schema.
Attribute containing summary statistics of the simulation results.
Attribute containing the mean of the simulations.
Reference to the attribute in the geoscience object.
The name of the output attribute.
Attribute containing the variance of the simulations.
Reference to the attribute in the geoscience object.
The name of the output attribute.
Attribute containing the minimum of the simulations.
Reference to the attribute in the geoscience object.
The name of the output attribute.
Attribute containing the maximum of the simulations.
Reference to the attribute in the geoscience object.
The name of the output attribute.
List of attributes containing quantiles of the simulation results.
Reference to the attribute in the geoscience object.
The name of the output attribute.
Quantile of the simulations, that this attribute represents.
Attribute containing the simulation results.
Reference to the attribute in the geoscience object.
The name of the output attribute.
Attribute containing the simulation results in normal score space.
Reference to the attribute in the geoscience object.
The name of the output attribute.
Attribute containing the point simulation results.
Reference to the attribute in the geoscience object.
The name of the output attribute.
Attribute containing the point simulation results in normal score space.
Reference to the attribute in the geoscience object.
The name of the output attribute.
Attribute containing the loss calculation results.
Reference to the attribute in the geoscience object.
The name of the output attribute.
Summary of the validation results.
Mean of the input values.
Mean of the simulated values.
Link to the validation report file.
Reference to a file.
The name of the file, typically the terminal segment of the path.
Examples: {"key":"value"}, {"another_key":123}
Links related to the simulation task.
Link to the validation dashboard.
{
"target": {
"reference": "https://example.com",
"name": "string",
"schema_id": "string",
"summary_attributes": {
"mean": {
"reference": "string",
"name": "string"
},
"variance": {
"reference": "string",
"name": "string"
},
"min": {
"reference": "string",
"name": "string"
},
"max": {
"reference": "string",
"name": "string"
}
},
"quantile_attributes": [
{
"reference": "string",
"name": "string",
"quantile": 0
}
]
},
"links": {}
}
303
303 response, see Compute API Execute Task documentation for more details