{ "name": "CompsLocatorModel", "displayName": "Comparable Properties Locator Model", "description": "Geoprocessing tool designed to locate comparable properties to that of a supplied reference parcel using building characteristics criteria.", "category": "", "helpUrl": "https://maps.grundyco.org/arcgis/rest/directories/arcgisoutput/GeoProcessingServices/CompsLocatorModel_GPServer/GeoProcessingServices_CompsLocatorModel/CompsLocatorModel.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Reference_PIN", "dataType": "GPString", "displayName": "Reference PIN", "description": "Enter the reference parcel number (without dashes).", "direction": "esriGPParameterDirectionInput", "defaultValue": "0505276032", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Search_Area", "dataType": "GPFeatureRecordSetLayer", "displayName": "Search Area", "description": "Optionally, users can draw a search extent area to locate properties that are similar to the reference parcel. Note: by drawing a search extent only properties located within that search extent will be considered when finding suitable comparable properties. If a search extent is not defined the tool will instead search the entire county for similar properties, and automatically limit the matches returned by their overall distance to the referecne parcel.This latter method will favor the matches that are closest to the reference parcel. You may need to run the tool several different ways (i.e. with a search area and without a search area) to ensure the closest possible matches have been returned within a reasonable distance to the reference parcel.", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 102671, "latestWkid": 3435 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "SHAPE_Length", "type": "esriFieldTypeDouble", "alias": "SHAPE_Length" }, { "name": "SHAPE_Area", "type": "esriFieldTypeDouble", "alias": "SHAPE_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Criteria", "dataType": "GPMultiValue:GPString", "displayName": "Criteria", "description": "Identify the building characteristic criteria you want to base your comparable property search on.", "direction": "esriGPParameterDirectionInput", "defaultValue": [ "CurrentYearTotalVal", "yearbuilt", "totbldgft", "gsqft" ], "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "CurrentYearTotalVal", "yearbuilt", "totbldgft", "gsqft" ] }, { "name": "Reference_Output", "dataType": "GPFeatureRecordSetLayer", "displayName": "Reference Output", "description": "A point representing the location and attributes of the \"Reference Parcel\". Attributes will include the PIN number and building characteristc criteria data values that were supplied in the search.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 102671, "latestWkid": 3435 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "MATCH_ID", "type": "esriFieldTypeInteger", "alias": "MATCH_ID" }, { "name": "CAND_ID", "type": "esriFieldTypeInteger", "alias": "CAND_ID" }, { "name": "CurrentYearTotalVal", "type": "esriFieldTypeSingle", "alias": "CurrentYearTotalVal" }, { "name": "yearbuilt", "type": "esriFieldTypeSmallInteger", "alias": "yearbuilt" }, { "name": "totbldgft", "type": "esriFieldTypeInteger", "alias": "totbldgft" }, { "name": "gsqft", "type": "esriFieldTypeInteger", "alias": "gsqft" }, { "name": "PIN", "type": "esriFieldTypeString", "alias": "PIN", "length": 255 }, { "name": "SIMRANK", "type": "esriFieldTypeInteger", "alias": "Similarity Rank" }, { "name": "SIMINDEX", "type": "esriFieldTypeDouble", "alias": "Sum Squared Value Differences" }, { "name": "LABELRANK", "type": "esriFieldTypeInteger", "alias": "Render Rank" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Matches_Output", "dataType": "GPFeatureRecordSetLayer", "displayName": "Matches Output", "description": "Points representing the location and attributes of the \"Matching Parcels\". Attributes will include the PIN number, building characteristc criteria data values supplied in the search, a similarity ranking, and the distance to the the \"Reference Parcel\".\n\n", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 102671, "latestWkid": 3435 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "MatchingParcels_Points_MATCH_ID", "type": "esriFieldTypeInteger", "alias": "MATCH_ID" }, { "name": "MatchingParcels_Points_CAND_ID", "type": "esriFieldTypeInteger", "alias": "CAND_ID" }, { "name": "MatchingParcels_Points_CurrentYearTotalVal", "type": "esriFieldTypeSingle", "alias": "CurrentYearTotalVal" }, { "name": "MatchingParcels_Points_yearbuilt", "type": "esriFieldTypeSmallInteger", "alias": "yearbuilt" }, { "name": "MatchingParcels_Points_totbldgft", "type": "esriFieldTypeInteger", "alias": "totbldgft" }, { "name": "MatchingParcels_Points_gsqft", "type": "esriFieldTypeInteger", "alias": "gsqft" }, { "name": "MatchingParcels_Points_PIN", "type": "esriFieldTypeString", "alias": "PIN", "length": 255 }, { "name": "MatchingParcels_Points_SIMRANK", "type": "esriFieldTypeInteger", "alias": "Similarity Rank" }, { "name": "MatchingParcels_Points_SIMINDEX", "type": "esriFieldTypeDouble", "alias": "Sum Squared Value Differences" }, { "name": "MatchingParcels_Points_LABELRANK", "type": "esriFieldTypeInteger", "alias": "Render Rank" }, { "name": "MatchingParcelDistances_Tbl_OBJECTID", "type": "esriFieldTypeInteger", "alias": "OBJECTID" }, { "name": "MatchingParcelDistances_Tbl_INPUT_FID", "type": "esriFieldTypeInteger", "alias": "INPUT_FID" }, { "name": "MatchingParcelDistances_Tbl_NEAR_FID", "type": "esriFieldTypeInteger", "alias": "NEAR_FID" }, { "name": "MatchingParcelDistances_Tbl_DISTANCE", "type": "esriFieldTypeDouble", "alias": "DISTANCE" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }