{ "name": "BatchDownloadV2", "displayName": "Imagery and Elevation Batch Download v2", "description": "Use this web tool to batch download imagery and elevation tiles using the summary csv file from CTECO Download tool.", "category": "", "helpUrl": "https://clear3.uconn.edu/arcgis/rest/directories/arcgisoutput/CTECO/Imagery_and_Elevation_Batch_Download_v2_GPServer/CTECO_Imagery_and_Elevation_Batch_Download_v2/BatchDownloadV2.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": "Process_Summary", "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": "" } ] }