Skip to main content

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

Success

Schema
  • object
Loading...