{ "name": "GPReports", "displayName": "GP_Reports", "description": "ArcPy Mapping reports for multiple geographies.", "category": "", "helpUrl": "https://server6.tplgis.org/arcgis6/rest/directories/arcgisoutput/Geoprocessing/SmartSurfaces_Reports_GPServer/Geoprocessing_SmartSurfaces_Reports/GPReports.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "REPORT_TYPE", "dataType": "GPString", "displayName": "REPORT_TYPE", "description": "Enter the string for the report type. Possible choices: TRACT.", "direction": "esriGPParameterDirectionInput", "defaultValue": "TRACT", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "REPORT_QRY_STR", "dataType": "GPString", "displayName": "REPORT_QRY_STR", "description": "Enter a valid query string for the type of report, this requires knowledge of the report layer. This is an example for Census Tracts \"GeoID_core IN ('48029171200','48029171301')\".", "direction": "esriGPParameterDirectionInput", "defaultValue": "NONE", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "OUTPUT_FILE", "dataType": "GPDataFile", "displayName": "OUTPUT_FILE", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }