Geostatistics Compute Tasks
Version: 0.0.1
Continuous distribution
POST
/compute/orgs/{org_id}/geostat/continuous-distributionFor more information, please read the guide
Request
Example body
{
"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"
},
"weights": {
"type": "geoscience-object-reference",
"key": "string",
"object_reference": "string",
"object_element": [
{
"type": "element",
"path": "string"
}
]
},
"tail_extrapolations": {
"upper": {
"power_model": {
"power": 0,
"max": 0
}
},
"lower": {
"power_model": {
"power": 0,
"min": 0
}
}
},
"replace": false
}
Responses
200
The task result returned by the Compute API Result endpoint when the task is done
Response schema
messagestring
Concise summary of the completed job
object_modifiedModifiedResult
Modified geoscience object
type"geoscience-object-reference"
Default:
"geoscience-object-reference"
keystring | null
key of the attribute you want to save/retrieve the data to/from.
object_referencestring
object_elementarray | null
Example response
{
"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