Geostatistics Task API
Profit calculation
Calculate profit given block model and economic parameters
Request
Example body
{
"source": {
"object": "https://example.com",
"attribute": "string"
},
"target": {
"object": "https://example.com",
"attribute": {
"name": "string"
}
},
"material_categories": [
{
"cutoff_grade": 0,
"metal_price": 0,
"label": "waste"
}
],
"processing_cost": 0,
"mining_waste_cost": 0,
"mining_ore_cost": 0,
"metal_recovery_fraction": 0
}
Responses
200
The task result returned by the Compute API Result endpoint when the task is done
Examples: "Success", "Failed"
Description of the result
The target that was created or updated.
Reference to a geoscience object.
Supported schemas: 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 material category results from the grade calculation.
Reference to the attribute in the geoscience object.
The name of the output attribute.
{
"message": "string"
}
303
303 response, see Compute API Execute Task documentation for more details