{ "name": "CRMGeocodeToolPRD", "displayName": "CRM Geocode Tool PRD", "description": "This tool takes a user-inputted address and geocodes it using the CRM Composite Search geocoding service. It then uses the geocoding results to query for the intersecting Brampton grid(s) and park. This script uses Python 3.x and is meant to be used/published with ArcGIS Pro.", "category": "", "helpUrl": "https://maps1.brampton.ca/arcgis/rest/directories/arcgisoutput/CRM_Cityworks/CRMGeocodeToolPRD_GPServer/CRM_Cityworks_CRMGeocodeToolPRD/CRMGeocodeToolPRD.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Address_or_Intersection", "dataType": "GPString", "displayName": "Address or Intersection", "description": "Brampton address or intersection", "direction": "esriGPParameterDirectionInput", "defaultValue": "118 linkdale rd", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Geocoding_Results", "dataType": "GPString", "displayName": "Geocoding Results", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Brampton_Grid", "dataType": "GPString", "displayName": "Brampton Grid", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Park_Name", "dataType": "GPString", "displayName": "Park Name", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Park_Address", "dataType": "GPString", "displayName": "Park Address", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }