Get byte stream info of a rendered IPE resource as GeoTIFF
HEAD/:script_id/geotiff
Used to get information about virtual image as GeoTIFF given a an IPE resource, function name, and parameters (provided as url query parameters). Used by GeoTIFF clients to get information about a GeoTIFF prior to requesting ranges.
Request
Path Parameters
script_id stringrequired
script ID
Example: ortho
Query Parameters
function stringrequired
The function to process
Example: pansharp_ortho
p string[]
The function parameters if required. Note these are always prepended by a p=
query string param since they are dynamic based on the selected function
Example: p=catalogID=10400100655F5400&p=crs=EPSG:4326
Responses
- 200
- 400
- 401
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- object
{}
Script was found but parameters were invalid
- application/json
- Schema
- Example (from schema)
Schema
type urirequired
title stringrequired
status objectrequired
statusCode int32
reasonPhrase string
detail stringrequired
parameters objectrequired
property name* any
{
"type": "string",
"title": "string",
"status": {
"statusCode": 0,
"reasonPhrase": "string"
},
"detail": "string",
"parameters": {}
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
type urirequired
title stringrequired
status objectrequired
statusCode int32
reasonPhrase string
detail stringrequired
parameters objectrequired
property name* any
{
"type": "string",
"title": "string",
"status": {
"statusCode": 0,
"reasonPhrase": "string"
},
"detail": "string",
"parameters": {}
}
Script not found
- application/json
- Schema
- Example (from schema)
Schema
type urirequired
title stringrequired
status objectrequired
statusCode int32
reasonPhrase string
detail stringrequired
parameters objectrequired
property name* any
{
"type": "string",
"title": "string",
"status": {
"statusCode": 0,
"reasonPhrase": "string"
},
"detail": "string",
"parameters": {}
}
Loading...