Weaver REST API – OGC API – Processes

Version:
6.9.0-dev3

Process:
1.0.0

Performs image reprojection. Performs a reprojection over image bands and returns the resulting GeoTiff.

Metadata

No metadata provided.

Inputs

input_image
Schema:
minOccurs = 1
,
maxOccurs = 1
{
  "oneOf": [
    {
      "type": "string",
      "format": "binary",
      "contentMediaType": "image/tiff; subtype=geotiff",
      "contentEncoding": "base64"
    },
    {
      "type": "string",
      "format": "binary",
      "contentMediaType": "image/tiff",
      "contentEncoding": "base64"
    },
    {
      "type": "string",
      "format": "binary",
      "contentMediaType": "image/jp2",
      "contentEncoding": "base64"
    }
  ]
}
Additional Details:
formats:
[
  {
    "default": true,
    "mediaType": "image/tiff; subtype=geotiff"
  },
  {
    "default": false,
    "mediaType": "image/tiff"
  },
  {
    "default": false,
    "mediaType": "image/jp2"
  }
]
Description:
Output dimensions for (width, height) of the output image.
Schema:
minOccurs = 0
,
maxOccurs = unbounded
{
  "type": "array",
  "items": {
    "type": "integer"
  },
  "minItems": 0
}
Additional Details:
literalDataDomains:
[
  {
    "default": true,
    "dataType": {
      "name": "integer"
    },
    "valueDefinition": {
      "anyValue": false
    }
  }
]
Description:
Output resolution for (width, height) of the output image.
Schema:
minOccurs = 0
,
maxOccurs = unbounded
{
  "type": "array",
  "items": {
    "type": "integer"
  },
  "minItems": 0
}
Additional Details:
literalDataDomains:
[
  {
    "default": true,
    "dataType": {
      "name": "integer"
    },
    "valueDefinition": {
      "anyValue": false
    }
  }
]
Output file name
Description:
Name to apply for the output GeoTiff file.
Schema:
minOccurs = 1
,
maxOccurs = 1
{
  "type": "string"
}
Additional Details:
literalDataDomains:
[
  {
    "default": true,
    "dataType": {
      "name": "string"
    },
    "valueDefinition": {
      "anyValue": false
    }
  }
]

Outputs

result
Schema:
{
  "type": "string",
  "format": "binary",
  "contentMediaType": "image/tiff; subtype=geotiff",
  "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