Weaver REST API – OGC API – Processes

Version:
6.9.0-dev3

Process:
1.1.0

Plots an image with colors. Applies the specified color mapping with scaled bins to a geospatial image.

Metadata

No metadata provided.

Inputs

input_image
Description:
Image to map with the colors bins.
Schema:
minOccurs = 1
,
maxOccurs = 1
{
  "oneOf": [
    {
      "type": "string",
      "format": "binary",
      "contentMediaType": "image/tiff; application=geotiff",
      "contentEncoding": "base64"
    },
    {
      "type": "string",
      "format": "binary",
      "contentMediaType": "image/tiff; subtype=geotiff",
      "contentEncoding": "base64"
    },
    {
      "type": "string",
      "format": "binary",
      "contentMediaType": "image/jp2",
      "contentEncoding": "base64"
    }
  ]
}
Additional Details:
formats:
[
  {
    "default": true,
    "mediaType": "image/tiff; application=geotiff",
    "encoding": "base64"
  },
  {
    "default": false,
    "mediaType": "image/tiff; subtype=geotiff",
    "encoding": "base64"
  },
  {
    "default": false,
    "mediaType": "image/jp2",
    "encoding": "base64"
  }
]
Color mappings to bin scales to apply to the image.
Description:
JSON-like array with each item being an array of 2 elements, the first for the bin scale value and the second for the RGB color. Each RGB value can be either a [0-1] floating point or a [0-255] integer. Example: '[ [0, [0,0,0]], [20, [0,0,255]], [50, [255,100,0]] ]'
Schema:
minOccurs = 1
,
maxOccurs = 1
{
  "type": "string"
}
Additional Details:
literalDataDomains:
[
  {
    "default": true,
    "dataType": {
      "name": "string"
    },
    "valueDefinition": {
      "anyValue": false
    }
  }
]
Schema:
minOccurs = 0
,
maxOccurs = 1
{
  "type": "array",
  "items": {
    "type": "string",
    "default": "output"
  },
  "minItems": 0,
  "maxItems": 1
}
Additional Details:
literalDataDomains:
[
  {
    "default": true,
    "defaultValue": "output",
    "dataType": {
      "name": "string"
    },
    "valueDefinition": {
      "anyValue": false
    }
  }
]
Schema:
minOccurs = 0
,
maxOccurs = 1
{
  "type": "array",
  "items": {
    "type": "string",
    "default": "plot"
  },
  "minItems": 0,
  "maxItems": 1
}
Additional Details:
literalDataDomains:
[
  {
    "default": true,
    "defaultValue": "plot",
    "dataType": {
      "name": "string"
    },
    "valueDefinition": {
      "anyValue": false
    }
  }
]
Schema:
minOccurs = 0
,
maxOccurs = 1
{
  "type": "array",
  "items": {
    "type": "string"
  },
  "minItems": 0,
  "maxItems": 1
}
Additional Details:
literalDataDomains:
[
  {
    "default": true,
    "dataType": {
      "name": "string"
    },
    "valueDefinition": {
      "anyValue": false
    }
  }
]

Outputs

output_file
Schema:
{
  "type": "string",
  "format": "binary",
  "contentMediaType": "image/tiff; subtype=geotiff",
  "contentEncoding": "base64"
}
output_plot
Schema:
{
  "type": "string",
  "format": "binary",
  "contentMediaType": "image/png",
  "contentEncoding": "base64"
}
self
Current process description.
Language:
en-CA
Media-Type:
application/json
profile
Process response profile.
Language:
en-CA
Media-Type:
application/json
alternate
Alternate process description.
Language:
en-CA
Media-Type:
application/xml
process-meta
Process definition.
Language:
en-CA
Media-Type:
application/json
http://www.opengis.net/def/rel/ogc/1.0/execute
Process execution endpoint for job submission.
Language:
en-CA
Media-Type:
application/json
http://www.opengis.net/def/rel/ogc/1.0/processes
List of registered processes.
Language:
en-CA
Media-Type:
application/json
http://www.opengis.net/def/rel/ogc/1.0/job-list
List of job executions corresponding to this process.
Language:
en-CA
Media-Type:
application/json
up
List of processes registered under the service.
Language:
en-CA
Media-Type:
application/json
working-copy
Tagged version of this process description.
Language:
en-CA
Media-Type:
application/json
latest-version
Most recent revision of this process.
Language:
en-CA
Media-Type:
application/json
version-history
Listing of all revisions of this process.
Language:
en-CA
Media-Type:
application/json
predecessor-version
Previous revision of this process.
Language:
en-CA
Media-Type:
application/json