OTB.GridBasedImageResampling: Resamples an image according to a resampling grid
This application allows performing image resampling from an input resampling grid.
Execute End Point
View the execution endpoint of a process.
View the alternative version in HTML.
{"id": "OTB.GridBasedImageResampling", "title": "Resamples an image according to a resampling grid", "description": "This application allows performing image resampling from an input resampling grid.", "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://tb17.geolabs.fr:8111/ogc-api/processes/OTB.GridBasedImageResampling/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://tb17.geolabs.fr:8111/ogc-api/processes/OTB.GridBasedImageResampling/execution.html"}], "inputs": {"io.in": {"title": "The input image to resample", "description": "The input image to resample", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["image/tiff", "image/jpeg", "image/png"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/jpeg"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/jpeg"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}, "id": "io.in"}, "io.out": {"title": "The resampled output image", "description": "The resampled output image", "schema": {"type": "string", "default": "float", "enum": ["uint8", "uint16", "int16", "int32", "int32", "float", "double"]}, "id": "io.out"}, "grid.in": {"title": "The resampling grid", "description": "The resampling grid", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["image/tiff", "image/jpeg", "image/png"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/jpeg"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/jpeg"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}, "id": "grid.in"}, "grid.type": {"title": "allows one to choose between two grid types", "description": "allows one to choose between two grid types", "schema": {"type": "string", "default": "def", "enum": ["def", "loc"]}, "id": "grid.type"}, "out.ulx": {"title": "X Coordinate of the upper-left pixel of the output resampled image", "description": "X Coordinate of the upper-left pixel of the output resampled image", "schema": {"type": "number", "default": 0, "format": "double"}, "id": "out.ulx"}, "out.uly": {"title": "Y Coordinate of the upper-left pixel of the output resampled image", "description": "Y Coordinate of the upper-left pixel of the output resampled image", "schema": {"type": "number", "default": 0, "format": "double"}, "id": "out.uly"}, "out.sizex": {"title": "Size of the output resampled image along X (in pixels)", "description": "Size of the output resampled image along X (in pixels)", "schema": {"type": "integer"}, "id": "out.sizex"}, "out.sizey": {"title": "Size of the output resampled image along Y (in pixels)", "description": "Size of the output resampled image along Y (in pixels)", "schema": {"type": "integer"}, "id": "out.sizey"}, "out.spacingx": {"title": "Size of each pixel along X axis", "description": "Size of each pixel along X axis", "schema": {"type": "number", "default": 1, "format": "double"}, "id": "out.spacingx"}, "out.spacingy": {"title": "Size of each pixel along Y axis", "description": "Size of each pixel along Y axis", "schema": {"type": "number", "default": 1, "format": "double"}, "id": "out.spacingy"}, "out.default": {"title": "The default value to give to pixel that falls outside of the input image.", "description": "The default value to give to pixel that falls outside of the input image.", "schema": {"type": "number", "default": 0, "format": "double"}, "id": "out.default"}, "interpolator": {"title": "This group of parameters allows one to define how the input image will be interpolated during resampling.", "description": "This group of parameters allows one to define how the input image will be interpolated during resampling.", "schema": {"type": "string", "default": "bco", "enum": ["nn", "linear", "bco"]}, "id": "interpolator"}, "interpolator.bco.radius": {"title": "Available memory for processing (in MB)", "description": "Available memory for processing (in MB)", "schema": {"type": "integer", "default": 128, "nullable": true}, "id": "interpolator.bco.radius"}}, "outputs": {"io.out": {"title": "The resampled output image", "description": "The resampled output image", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["image/tiff", "image/jpeg", "image/png"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/jpeg"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/jpeg"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}, "id": "io.out"}}}
Display original data as JSON
http://tb17.geolabs.fr:8111/ogc-api/processes/OTB.GridBasedImageResampling.html Last modified: Sat Dec 4 00:09:36 CET 2021