Geostatistics Task API
Kriging Interpolation
For more information, please read the guide
Request
Example body
{
"source_object": "https://example.com",
"source_attribute": "string",
"kriging_method": {
"type": "string",
"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
},
"target_object": {
"reference": "https://example.com",
"overwrite": false,
"description": "string",
"tags": {
"Additional properties": "string",
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
}
},
"target_attribute": {
"operation": "string",
"name": "string"
}
}
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.
The target that was created or updated.
Example: "/geoscience-object/orgs/{org_id}/workspaces/{workspace_id}/objects/{object_id}"
Reference to a geoscience object.
Examples: "Sample Name"
, "A name for the thing"
The name of the geoscience object.
Examples: "This is a sample description. It describes a thing for which we need a description"
, "An example description, which could be quite long and detailed."
The description of the geoscience object.
Examples: "123e4567-e89b-12d3-a456-426614174000"
, "987e6543-e21b-12d3-a456-426614174999"
The ID of the Geoscience Object schema.
Attribute containing the kriging result.
Examples: "example string"
, "another example"
Reference to the attribute in the geoscience object.
Examples: "Sample Name"
, "A name for the thing"
The name of the output attribute.
{
"message": "string",
"target": {
"reference": "https://example.com",
"name": "string",
"description": "string",
"schema_id": "string",
"attribute": {
"reference": "string",
"name": "string"
}
}
}
303
303 response, see Compute API Execute Task documentation for more details