{ "name": "SanMateoImageryBundler", "displayName": "San Mateo Imagery Bundler", "description": "Download a specified set of images and their auxiliary files, add them to a ZIP archive, and upload to an S3 bucket for sharing. Send an email containing download URL to the requestor.", "category": "", "helpUrl": "https://gis.smcgov.org/maps/rest/directories/arcgisoutput/ISD/SanMateoImageryBundler_GPServer/ISD_SanMateoImageryBundler/SanMateoImageryBundler.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "DownloadURL", "dataType": "GPString", "displayName": "Download URL", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "InputJSON", "dataType": "GPString", "displayName": "Input JSON", "description": "JSON object describing the imagery request, of the form: {\"ServiceName1\": [\"ImageURL1\", \"ImageURL2\", ...], \"ServiceName2\": [\"ImageURL1\", \"ImageURL2\", ...], ...}", "direction": "esriGPParameterDirectionInput", "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "RecipientName", "dataType": "GPString", "displayName": "Recipient Name", "description": "Name of the requestor", "direction": "esriGPParameterDirectionInput", "defaultValue": "San Mateo County GIS", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "RecipientEmail", "dataType": "GPString", "displayName": "Recipient Email", "description": "Email address of the requestor", "direction": "esriGPParameterDirectionInput", "defaultValue": "countygis@smcgov.org", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "AddLAS", "dataType": "GPBoolean", "displayName": "Add LAS?", "description": "Boolean: download associated LAS files for selected images, if available?", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }