{ "name": "downloadUTMWithInfo", "displayName": "downloadUTMWithInfo", "description": "For use with SEDAC's GMIS and HBASE Data Sets. Select and download data by UTM Landset Scene footprint.", "category": "", "helpUrl": "https://sedac.ciesin.org/arcgis/rest/directories/Output/sedac/gmis_hbase_getDownloadInfo_GPServer/sedac_gmis_hbase_getDownloadInfo/downloadUTMWithInfo.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Input_Data", "dataType": "GPString", "displayName": "Input_Data", "description": "Example input JSON Structure{\"layers\": [\"gmis_impervious_surface_percentage\",\"hbase_non_hbase_percentage\"],\"projection\": \"utm\",\"resolution\": 250,\"utm\":\"17S\",\"requestID\": \"12345678910\"}", "direction": "esriGPParameterDirectionInput", "defaultValue": { "layers": [ "gmis_impervious_surface_percentage", "hbase_non_hbase_percentage" ], "projection": "utm", "resolution": 250, "utm": "17S", "requestID": "12345678910" }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Response", "dataType": "GPString", "displayName": "Response", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }