{ "name": "BatchDownloadV1", "displayName": "Imagery and Elevation Batch Download v1", "description": "", "category": "", "helpUrl": "https://clear-gis.uconn.edu/arcgis/rest/directories/arcgisoutput/CTECO/Imagery_and_Elevation_Batch_Download_v1_GPServer/CTECO_Imagery_and_Elevation_Batch_Download_v1/BatchDownloadV1.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "CSV_File", "dataType": "GPDataFile", "displayName": "CSV File", "description": "Input the csv file exported from CT ECO Download tool. The csv file name should look like \"2016, 2019, 2023 Imagery & Elevation Tiles (Proximity).csv\".", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Download_Type", "dataType": "GPString", "displayName": "Download Type", "description": "Select the dataset you want to download from the drop-down list.", "direction": "esriGPParameterDirectionInput", "defaultValue": "2023 DEM", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "2016 Aerial GeoTIFF", "2016 Aerial MrSID3", "2016 Aerial MrSID4", "2016 DEM", "2019 Aerial GeoTIFF", "2023 Aerial GeoTIFF", "2023 Aerial MrSID3", "2023 Aerial MrSID4", "2023 DEM" ] }, { "name": "Output_Message", "dataType": "GPString", "displayName": "Process Summary", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Output_Zipfile", "dataType": "GPDataFile", "displayName": "Output Zipfile", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }