Gdal_Warp: GDAL Warp Tool

The gdalwarp utility is an image mosaicing, reprojection and warping utility. The program can reproject to any supported projection, and can also apply GCPs stored with the image if the image is "raw" with control information.

Inputs

Select the output format by usig short name of the format (use gda-config --formats for list of available formats on your platform).

string

The input data source name to use as source for convertion.

string
Please set a value for InputDSN.

The output data source name to use as source for convertion.

string
Please set a value for OutputDSN.

The coordinate systems that can be passed are anything supported by the OGRSpatialReference.SetFromUserInput() call, which includes EPSG PCS and GCSes (ie. EPSG:4296), PROJ.4 declarations (as above), or the name of a .prf file containing well known text.

string

The coordinate systems that can be passed are anything supported by the OGRSpatialReference.SetFromUserInput() call, which includes EPSG PCS and GCSes (ie. EPSG:4296), PROJ.4 declarations (as above), or the name of a .prf file containing well known text.

string

Force use of thin plate spline transformer based on available GCPs

boolean

Force use of Geolocation Arrays

boolean

Force use of RPCs

boolean

Available methods are: near (nearest neighbour resampling - default, fastest algorithm, worst interpolation quality), bilinear, cubic, cubicspline, lanczos (Lanczos windowed sinc resampling)

boolean

The default is to select a polynomial order based on the number of GCPs.

string

set georeferenced extents of output file to be created (in target SRS).

string

Outputs

The file name resulting of the convertion

transmission

Execution options

successUri
inProgressUri
failedUri

format

mode

Execute End Point

View the execution endpoint of a process.

View the alternative version in HTML.

{"id": "Gdal_Warp", "title": "GDAL Warp Tool", "description": "The gdalwarp utility is an image mosaicing, reprojection and warping utility. The program can reproject to any supported projection, and can also apply GCPs stored with the image if the image is \"raw\" with control information.", "version": "1.0.0", "jobControlOptions": ["sync-execute", "async-execute", "dismiss"], "outputTransmission": ["value", "reference"], "links": [{"rel": "http://www.opengis.net/def/rel/ogc/1.0/execute", "type": "application/json", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/Gdal_Warp/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/Gdal_Warp/execution.html"}], "inputs": {"Format": {"title": "Format of the output data", "description": "Select the output format by usig short name of the format (use gda-config --formats for list of available formats on your platform).", "schema": {"type": "string", "default": "Any value", "nullable": true}, "id": "Format"}, "InputDSN": {"title": "The input data source name", "description": "The input data source name to use as source for convertion.", "schema": {"type": "string", "default": "Any value"}, "id": "InputDSN"}, "OutputDSN": {"title": "The output data source name", "description": "The output data source name to use as source for convertion.", "schema": {"type": "string", "default": "Any value"}, "id": "OutputDSN"}, "s_srs": {"title": "The source Spatial reference Set", "description": "The coordinate systems that can be passed are anything supported by the OGRSpatialReference.SetFromUserInput() call, which includes EPSG PCS and GCSes (ie. EPSG:4296), PROJ.4 declarations (as above), or the name of a .prf file containing well known text.", "schema": {"type": "string", "default": "Any value", "nullable": true}, "id": "s_srs"}, "t_srs": {"title": "The target Spatial reference Set", "description": "The coordinate systems that can be passed are anything supported by the OGRSpatialReference.SetFromUserInput() call, which includes EPSG PCS and GCSes (ie. EPSG:4296), PROJ.4 declarations (as above), or the name of a .prf file containing well known text.", "schema": {"type": "string", "default": "Any value", "nullable": true}, "id": "t_srs"}, "tps": {"title": "Thin Plate Spline", "description": "Force use of thin plate spline transformer based on available GCPs", "schema": {"type": "boolean", "nullable": true}, "id": "tps"}, "geoloc": {"title": "G\u00e9olocalisation", "description": "Force use of Geolocation Arrays", "schema": {"type": "boolean", "nullable": true}, "id": "geoloc"}, "rpc": {"title": "RPCs", "description": "Force use of RPCs", "schema": {"type": "boolean", "nullable": true}, "id": "rpc"}, "r": {"title": "Resampling method to use", "description": "Available methods are: near (nearest neighbour resampling - default, fastest algorithm, worst interpolation quality), bilinear, cubic, cubicspline, lanczos (Lanczos windowed sinc resampling)", "schema": {"type": "boolean", "nullable": true}, "id": "r"}, "order": {"title": "The order of polynomial used for warping (1 to 3)", "description": "The default is to select a polynomial order based on the number of GCPs.", "schema": {"type": "string", "default": "Any value", "nullable": true}, "id": "order"}, "te": {"title": "xmin,ymin,xmax,ymax", "description": "set georeferenced extents of output file to be created (in target SRS).", "schema": {"type": "string", "default": "Any value", "nullable": true}, "id": "te"}}, "outputs": {"Result": {"title": "The resulting converted file", "description": "The file name resulting of the convertion", "schema": {"type": "string", "default": "Any value"}, "id": "Result"}}}

http://demo.mapmint.com/ogc-apihttp://localhost/ogc-api/processes/Gdal_Warp.html
Last modified: Sat Feb 19 15:43:34 CET 2022