{ "name": "MitigationAssetsQCTool", "displayName": "Stream and Wetland Asset Tool", "description": "This tool is a python geoprocessing script that is part of the Division of Mitigation Services (DMS) \u201cSpatial Data Submission Toolbox\u201d. This rests in the DMS partition of the Department of Environmental Quality\u2019s ArcGIS Server. Its purpose is to standardize and automate the submission of the Mitigation Assets (stream and wetland features) that are associated with NC DEQ DMS compensatory mitigation projects. This supports the quality control of spatial data prior to incorporation into the DMS Enterprise GDB. ", "category": "", "helpUrl": "https://maps.deq.nc.gov/arcgis/rest/directories/arcgisoutput/DMS/SpatialDataSubmissionToolbox_GPServer/DMS_SpatialDataSubmissionToolbox/MitigationAssetsQCTool.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "gdbZipFile", "dataType": "GPDataFile", "displayName": "Output Zip file", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "projectID", "dataType": "GPString", "displayName": "Enter Project ID for Submission", "description": "Project ID Number", "direction": "esriGPParameterDirectionInput", "defaultValue": "123", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "featurePhase", "dataType": "GPString", "displayName": "Choose Submission Phase", "description": "The project phase.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Mitigation Plan", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Mitigation Plan", "As-Built", "MY1", "MY2", "MY3", "MY4", "MY5", "MY6", "MY7", "MY8", "MY9", "MY10", "MY11", "MY12", "Closeout", "Long Term Management" ] }, { "name": "streamAssetFC", "dataType": "GPFeatureRecordSetLayer", "displayName": "Stream Asset Features", "description": "Stream Asset Feature Class", "direction": "esriGPParameterDirectionInput", "defaultValue": {}, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "wetlandAssetFC", "dataType": "GPFeatureRecordSetLayer", "displayName": "Wetland Asset Features", "description": "Wetland Asset Feature Class", "direction": "esriGPParameterDirectionInput", "defaultValue": {}, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "jdWetlandFC", "dataType": "GPFeatureRecordSetLayer", "displayName": "Pre-Jurisdictional Wetland Features", "description": "Pre-Jurisdictional Wetland Feature Class. This is used to validate the wetland asset features.", "direction": "esriGPParameterDirectionInput", "defaultValue": {}, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "easementFC", "dataType": "GPFeatureRecordSetLayer", "displayName": "Project Boundary", "description": "Project Boundary (if not already submitted to DMS)", "direction": "esriGPParameterDirectionInput", "defaultValue": {}, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "inputCSVFile", "dataType": "GPDataFile", "displayName": "CSV file generated from this tool at Approved Mitigation Plan Phase", "description": "Mit Plan CSV file from previous tool run. Only needed for calculatin routines 3-5.", "direction": "esriGPParameterDirectionInput", "filter": { "type": "file", "list": [ "csv" ] }, "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "userSelection", "dataType": "GPString", "displayName": "Choose Needed Calculation Routine", "description": "Choose the appropriate calculation routine.", "direction": "esriGPParameterDirectionInput", "defaultValue": "1. Perform QC only", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "1. Perform QC only", "2. QC plus generation of approved mitigation plan asset table", "3. QC plus generation of asset table at As-built phase with no amendment of approved Mit Plan Credits.", "4. QC plus generation of asset table at As-built phase with complete amendment of approved Mit Plan Credits.", "5. QC plus generation of asset table at As-built phase with selected amendment of approved Mit Plan quantities, ratios and credits." ] } ] }