{ "config": { //The endpoint of the WCS service with the WCST extension enabled "service_url": "http://localhost:8080/rasdaman/ows", //A directory where to store the intermediate results "tmp_directory": "/tmp/", //A link to the crs resolver to be used, best to use one that is frequently updated "crs_resolver": "http://opengis.net/def/", //A default 2D crs to be used when the given files do not have one "default_crs": "http://opengis.net/def/OGC/0/Index2D", //If set to true, it will print the WCST requests and will not execute them. To actually execute them set it to false "mock": true, //If set to true, the process will not require any user confirmation, use with care, useful for production environments when deployment is automated "automated": false }, "input": { //The name of the coverage, if the coverage already exists, we will update it with the new files "coverage_id": "MyCoverage", "paths": [ //Any normal full (or relative to the ingredients file) path or regex that would work with the ls command. You can add as many as you wish, separated by commas "/var/data/*" ] }, "recipe": { //The name of the recipe "name": "map_mosaic", "options": { //The tiling that you want to be done in rasdaman "tiling": "ALIGNED [0:500, 0:500]" } } }