{ "name": "FindNearestWS", "displayName": "FindNearestWeatherStation", "description": "ArcGIS for Local Government tool designed to be published as a geoprocessing service consumed by the ArcGIS for Local Government Public Safety Common Operational Picture (COP) application. When used with this application, this tool identifies the nearest weather station to a location. The current wind conditions from this weather station are used to estimate the impact area of the incident.\n\n", "category": "", "helpUrl": "https://ema.delco-gis.org/arcgis/rest/directories/arcgisoutput/ERG2016_GPServer/ERG2016/FindNearestWS.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Feature_Set", "dataType": "GPFeatureRecordSetLayer", "displayName": "Feature Set", "description": "User-defined location. ", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 4326, "latestWkid": 4326 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "SACPoint_shp", "dataType": "GPFeatureRecordSetLayer", "displayName": "SACPoint.shp", "description": "Feature dataset in the Metar geodatabase containing the locations of the weather stations.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 4326, "latestWkid": 4326 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "NEAR_FID", "type": "esriFieldTypeInteger", "alias": "NEAR_FID" }, { "name": "NEAR_DIST", "type": "esriFieldTypeDouble", "alias": "NEAR_DIST" }, { "name": "NEAR_X", "type": "esriFieldTypeDouble", "alias": "NEAR_X" }, { "name": "NEAR_Y", "type": "esriFieldTypeDouble", "alias": "NEAR_Y" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }