Skip to main content

Geostatistics Task API

Version: 0.1.4
Preview

Continuous distribution

POST
/compute/orgs/{org_id}/geostat/continuous-distribution

For more information, please read the guide

Request

Path parameters

The organisation identifier

Body parameters

Optional weights attribute for weighted distribution

Tail extrapolation

{
"weights": "string",
"tail_extrapolation": {
"upper": {
"power": 0,
"max": 0
},
"lower": {
"power": 0,
"min": 0
}
}
}

Responses

200

The task result returned by the Compute API Result endpoint when the task is done

Examples: "example string", "another example"

Concise summary of the completed job

Modified geoscience object

type"geoscience-object-reference"

Examples: "example string", "another example"

Default: "geoscience-object-reference"

key of the attribute you want to save/retrieve the data to/from.

object_referencestring

Examples: "example string", "another example"

object_elementGORefElement[] | null
{
"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

What is the reason for your feedback?