{ "name": "Tool", "displayName": "Download GIS layers", "description": "This service launch the pipeline script for download maps, crop and bind them.", "category": "", "helpUrl": "https://mapsittel.sdplus.ch/arcgis/rest/directories/arcgisoutput/sdig/DownloadService_GPServer/sdig_DownloadService/Tool.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "selection", "dataType": "GPString", "displayName": "Layers selections (Dict)", "description": "exemple d'entrée:{\"SWISSIMAGE\":{\"eo:gsd\":\"0.1\",\"collection\":\"ch.swisstopo.swissimage-dop10\"},\"BUILDINGS3D 3.0\":{\"type\":\"application/x.filegdb+zip\",\"collection\":\"ch.swisstopo.swissbuildings3d_3_0\",\"geoadmin:variant\":\"tiled\"}}", "direction": "esriGPParameterDirectionInput", "defaultValue": { "SWISSIMAGE": { "eo:gsd": "0.1", "collection": "ch.swisstopo.swissimage-dop10" } }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "geoselect", "dataType": "GPString", "displayName": "Polygon selection (List)", "description": "exemple d'entrée:[{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[6.108184,46.188907],[6.108184,46.191834],[6.115866,46.191834],[6.115866,46.188907],[6.108184,46.188907]]]}}]", "direction": "esriGPParameterDirectionInput", "defaultValue": [ { "type": "Feature", "properties": {}, "geometry": { "type": "Polygon", "coordinates": [ [ [ 6.108184, 46.188907 ], [ 6.108184, 46.191834 ], [ 6.115866, 46.191834 ], [ 6.115866, 46.188907 ], [ 6.108184, 46.188907 ] ] ] } } ], "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "clipped", "dataType": "GPBoolean", "displayName": "Clip layers (Bool)", "description": "exemple d'entrée: True", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "merge", "dataType": "GPBoolean", "displayName": "Merge layers (Bool)", "description": "exemple d'entrée: True", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "remixes", "dataType": "GPBoolean", "displayName": "Remixes collections (Bool)", "description": "exemple d'entrée: True", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "out_features_zip", "dataType": "GPString", "displayName": "Output Features (ZIP Path)", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "out_features_csv", "dataType": "GPString", "displayName": "Output Features (CSV Path)", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }