SAGA.grid_tools.27: Tiling
Tiling
Execute End Point
View the execution endpoint of a process.
View the alternative version in HTML.
{"id": "SAGA.grid_tools.27", "title": "Tiling", "description": "Tiling", "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/SAGA.grid_tools.27/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://tb17.geolabs.fr:8111/ogc-api/processes/SAGA.grid_tools.27/execution.html"}], "inputs": {"GRID": {"title": "Grid", "description": "Grid", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["image/tiff", "application/x-ogc-envi", "application/x-ogc-aaigrid", "image/png"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-envi"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-aaigrid"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-envi"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-aaigrid"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}, "id": "GRID"}, "TILES_SAVE": {"title": "Save Tiles to Disk", "description": "Save tiles to disk individually", "schema": {"type": "boolean", "default": false, "nullable": true}, "id": "TILES_SAVE"}, "TILES_PATH": {"title": "Output Directory", "description": "Output Directory", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["text/plain"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/plain"}]}}}], "nullable": true}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/plain"}]}, "id": "TILES_PATH"}, "TILES_NAME": {"title": "Base Name", "description": "The base name of the tiles", "schema": {"type": "string", "default": "Any value", "nullable": true}, "id": "TILES_NAME"}, "OVERLAP": {"title": "Overlapping Cells", "description": "Overlapping Cells", "schema": {"type": "integer", "default": 0, "nullable": true}, "id": "OVERLAP"}, "OVERLAP_SYM": {"title": "Add Cells", "description": "Add Cells", "schema": {"type": "string", "default": "symmetric", "enum": ["symmetric", "bottom / left", "top / right"], "nullable": true}, "id": "OVERLAP_SYM"}, "METHOD": {"title": "Tile Size Definition", "description": "Tile Size Definition", "schema": {"type": "string", "default": "number of grid cells per tile", "enum": ["number of grid cells per tile", "coordinates (offset", " range", " cell size", " tile size)"], "nullable": true}, "id": "METHOD"}, "NX": {"title": "Number of Column Cells", "description": "Number of Column Cells", "schema": {"type": "integer", "default": 100, "nullable": true}, "id": "NX"}, "NY": {"title": "Number of Row Cells", "description": "Number of Row Cells", "schema": {"type": "integer", "default": 100, "nullable": true}, "id": "NY"}, "XRANGE_MIN": {"title": "Offset and Range (X) (min value)", "description": "Offset and Range (X)", "schema": {"type": "number", "nullable": true}, "id": "XRANGE_MIN"}, "XRANGE_MAX": {"title": "Offset and Range (X) (max value)", "description": "Offset and Range (X)", "schema": {"type": "number", "nullable": true}, "id": "XRANGE_MAX"}, "YRANGE_MIN": {"title": "Offset and Range (Y) (min value)", "description": "Offset and Range (Y)", "schema": {"type": "number", "nullable": true}, "id": "YRANGE_MIN"}, "YRANGE_MAX": {"title": "Offset and Range (Y) (max value)", "description": "Offset and Range (Y)", "schema": {"type": "number", "nullable": true}, "id": "YRANGE_MAX"}, "DCELL": {"title": "Cell Size", "description": "Cell Size", "schema": {"type": "number", "default": 1, "format": "double", "nullable": true}, "id": "DCELL"}, "DX": {"title": "Tile Size (X)", "description": "Tile Size (X)", "schema": {"type": "number", "default": 100, "format": "double", "nullable": true}, "id": "DX"}, "DY": {"title": "Tile Size (Y)", "description": "Tile Size (Y)", "schema": {"type": "number", "default": 100, "format": "double", "nullable": true}, "id": "DY"}}, "outputs": {"TILES": {"title": "Tiles", "description": "Tiles", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["image/tiff", "application/x-ogc-envi", "application/x-ogc-aaigrid", "image/png"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-envi"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-aaigrid"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-envi"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-aaigrid"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}, "id": "TILES"}}}
Display original data as JSON
http://tb17.geolabs.fr:8111/ogc-api/processes/SAGA.grid_tools.27.html Last modified: Sat Dec 4 00:09:36 CET 2021