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": "execute", "type": "application/json", "title": "Execute End Point", "href": "http://tb17.geolabs.fr:8090/ogc-api/processes/OTB.GridBasedImageResampling/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://tb17.geolabs.fr:8090/ogc-api/processes/OTB.GridBasedImageResampling/execution.html"}], "inputs": {"io": {"title": "The input image to resample", "description": "The input image to resample", "maxOccurs": 1, "extentded-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"}, "io.out": {"title": "The resampled output image", "description": "The resampled output image", "maxOccurs": 1, "schema": {"type": "string", "default": "float", "enum": ["uint8", "uint16", "int16", "int32", "int32", "float", "double"]}, "id": "io.out"}, "grid": {"title": "The resampling grid", "description": "The resampling grid", "maxOccurs": 1, "extentded-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"}, "grid.type": {"title": "allows one to choose between two grid types", "description": "allows one to choose between two grid types", "maxOccurs": 1, "schema": {"type": "string", "default": "def", "enum": ["def", "loc"]}, "id": "grid.type"}, "out": {"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", "maxOccurs": 1, "schema": {"type": "number", "default": 0}, "id": "out"}, "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", "maxOccurs": 1, "schema": {"type": "number", "default": 0}, "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)", "maxOccurs": 1, "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)", "maxOccurs": 1, "schema": {"type": "integer"}, "id": "out.sizey"}, "out.spacingx": {"title": "Size of each pixel along X axis", "description": "Size of each pixel along X axis", "maxOccurs": 1, "schema": {"type": "number", "default": 1}, "id": "out.spacingx"}, "out.spacingy": {"title": "Size of each pixel along Y axis", "description": "Size of each pixel along Y axis", "maxOccurs": 1, "schema": {"type": "number", "default": 1}, "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.", "maxOccurs": 1, "schema": {"type": "number", "default": 0}, "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.", "maxOccurs": 1, "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).", "maxOccurs": 1, "schema": {"type": "integer", "default": 256, "nullable": true}, "id": "interpolator.bco.radius"}}, "outputs": {"io.out": {"title": "The resampled output image", "description": "The resampled output image", "extentded-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"}}}
http://tb17.geolabs.fr:8090/ogc-api/processes/OTB.GridBasedImageResampling.html Last modified: Wed Jun 9 17:39:32 CEST 2021