{ "name": "RoadLeastCostPath", "displayName": "Road Least Cost Path", "description": "Used to create the least cost path for road access.", "category": "", "helpUrl": "https://bgis.gismapping.ca/arcgis/rest/directories/arcgisoutput/Capstone_ON_W25_Group22/RoadLeastCostPath_GPServer/Capstone_ON_W25_Group22_RoadLeastCostPath/RoadLeastCostPath.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "slope_raster", "dataType": "GPRasterDataLayer", "displayName": "Slope Raster", "description": "enter slope raster (DEM)", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "start_point", "dataType": "GPFeatureRecordSetLayer", "displayName": "Start Point", "description": "enter the start point of the road access", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "hasZ": true, "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 102187, "latestWkid": 3776 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 255 }, { "name": "PointID", "type": "esriFieldTypeDouble", "alias": "PointID" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "end_point", "dataType": "GPFeatureRecordSetLayer", "displayName": "End Point", "description": "enter the end point of the road access", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "hasZ": true, "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 102187, "latestWkid": 3776 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 255 }, { "name": "PointID", "type": "esriFieldTypeDouble", "alias": "PointID" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "gdb", "dataType": "GPDataFile", "displayName": "Geodatabase", "description": "enter the geodatabase used to run the script", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "outputFC", "dataType": "GPString", "displayName": "Output Feature Class", "description": "enter the name of output feature class (for the road access)", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }