Geostatistics Compute Tasks
Version: 0.0.1
Profit calc
POST
/compute/orgs/{org_id}/geostat/profit-calcFor more information, please read the guide
Request
Example body
{
"material_categories": [
{
"cutoff_grade": 0,
"metal_price": 0,
"label": "string"
}
],
"processing_cost": 0,
"mining_waste_cost": 0,
"mining_ore_cost": 0,
"metal_recovery_fraction": 1,
"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"
}
]
}
}
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