Geostatistics Task API
Kriging
For more information, please read the guide
Request
Example body
{
"source": {
"object": "https://example.com",
"attribute": "string"
},
"target": {
"object": "https://example.com",
"attribute": {
"name": "string"
}
},
"kriging_method": {
"mean": 0
},
"variogram": "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,
"max_empty_octants": 8
}
}
Responses
200
The task result returned by the Compute API Result endpoint when the task is done
Examples: "example string", "another example"
A message that says what happened in the task.
Examples: {"key":"value"}, {"another_key":123}
The target that was created or updated.
Reference to a geoscience object.
Supported schemas: block-model/[>=1.0,<2], downhole-intervals/[>=1.2,<2], pointset/[>=1.2,<2], regular-3d-grid/[>=1.2,<2], regular-masked-3d-grid/[>=1.2,<2], tensor-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 the kriging result.
Reference to the attribute in the geoscience object.
The name of the output attribute.
{
"message": "string",
"target": {
"reference": "https://example.com",
"name": "string",
"schema_id": "string",
"attribute": {
"reference": "string",
"name": "string"
}
}
}
303
303 response, see Compute API Execute Task documentation for more details