{ "name": "SoilAcres", "displayName": "Soil Acres", "description": "This tool uses input from a parcel ID number in Minnehaha County and clips the soil dataset to the parcel boundary. The tool adds a field and then calculates the acres for each soil type.", "category": "", "helpUrl": "https://gis.minnehahacounty.org/minnemap/rest/directories/arcgisoutput/Equalization/SoilAcres_GPServer/Equalization_SoilAcres/SoilAcres.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Parcel_ID", "dataType": "GPString", "displayName": "Parcel ID", "description": "The input parcel ID to calculate soils for.", "direction": "esriGPParameterDirectionInput", "defaultValue": "MRRDID = '15710'", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Soil_Acres", "dataType": "GPFeatureRecordSetLayer", "displayName": "Soil Acres", "description": "The output by each soil type in the parcel with calculated acres.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": {"wkt": "PROJCS[\"NAD_1983_UTM_Zone_14N\",GEOGCS[\"GCS_North_American_1983\",DATUM[\"D_North_American_1983\",SPHEROID[\"GRS_1980\",6378137.0,298.257222101]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",1640416.666666667],PARAMETER[\"False_Northing\",0.0],PARAMETER[\"Central_Meridian\",-99.0],PARAMETER[\"Scale_Factor\",0.9996],PARAMETER[\"Latitude_Of_Origin\",0.0],UNIT[\"Foot_US\",0.3048006096012192]]"}, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "MUSYM", "type": "esriFieldTypeString", "alias": "MUSYM", "length": 254 }, { "name": "Acres", "type": "esriFieldTypeDouble", "alias": "Soil Acres" }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }