{ "name": "NeighborsWithin500ftModel", "displayName": "Identify Adjacent Parcels Within 500 ft", "description": "Geoprocessing service used to identify adjacent parcels that fall within 500 feet of a given parcel. The Grundy County Zoning Board of Appeals requires that adjacent property owners be notified by certified mail 15 to 30 days prior to a zoning board of appeals hearing. This script aids petitioners in preparing for map amendment, special use, and variance requests by identifying all neighboring parcels that lie within 500 feet of the petitioner's parcel. The scipt's aim is to provide a quick and easy way to build a downloadable mailing list that is in compliance with the requirements as set forth by the Grundy County Zoning Board of Appeals.", "category": "", "helpUrl": "https://maps.grundyco.org/arcgis/rest/directories/arcgisoutput/GeoProcessingServices/IdentifyAdjacentParcels_500ft_GPServer/GeoProcessingServices_IdentifyAdjacentParcels_500ft/NeighborsWithin500ftModel.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Petitioner_PIN", "dataType": "GPString", "displayName": "Petitioner PIN", "description": "Enter the parcel number of the petitioner's parcel (or the parcel number that is requesting a map amendment, special use, and/or variance request).", "direction": "esriGPParameterDirectionInput", "defaultValue": "05-05-276-032", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "500_ft_Neighbors", "dataType": "GPFeatureRecordSetLayer", "displayName": "500 ft Neighbors", "description": "Output of the parcels within 500 feet of the petitioner's parcel.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "hasZ": true, "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 102671, "latestWkid": 3435 }, "fields": [ { "name": "OBJECTID_1", "type": "esriFieldTypeOID", "alias": "OBJECTID_1" }, { "name": "OBJECTID", "type": "esriFieldTypeInteger", "alias": "OBJECTID" }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 50 }, { "name": "pin", "type": "esriFieldTypeString", "alias": "pin", "length": 23 }, { "name": "DeedAcres", "type": "esriFieldTypeDouble", "alias": "DeedAcres" }, { "name": "SitusAddr1", "type": "esriFieldTypeString", "alias": "SitusAddr1", "length": 100 }, { "name": "SitusAddr2", "type": "esriFieldTypeString", "alias": "SitusAddr2", "length": 100 }, { "name": "SitusCity", "type": "esriFieldTypeString", "alias": "SitusCity", "length": 45 }, { "name": "SitusState", "type": "esriFieldTypeString", "alias": "SitusState", "length": 2 }, { "name": "SitusZip", "type": "esriFieldTypeString", "alias": "SitusZip", "length": 10 }, { "name": "taxname", "type": "esriFieldTypeString", "alias": "taxname", "length": 100 }, { "name": "MailAddr1", "type": "esriFieldTypeString", "alias": "MailAddr1", "length": 100 }, { "name": "MailAddr2", "type": "esriFieldTypeString", "alias": "MailAddr2", "length": 100 }, { "name": "MailCity", "type": "esriFieldTypeString", "alias": "MailCity", "length": 45 }, { "name": "MailState", "type": "esriFieldTypeString", "alias": "MailState", "length": 2 }, { "name": "MailZip", "type": "esriFieldTypeString", "alias": "MailZip", "length": 10 }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }