{ "name": "IRTAnalysisReport082024", "displayName": "IRT Analysis and Report Aug2024", "description": "This script answers 21 Interagency Review Team (IRT) Mitigation Site Selection Criteria. This script takes one user defined input feature, and several variables from client-side calculations. It queries several more layers server-side and then outputs a pdf file containing answers to IRT criteria and a selected set of maps showing various layers with the input study area and various buffers.\n\nOnly for use in the WetCAT app.", "category": "", "helpUrl": "https://cmap22.vims.edu/arcgis/rest/directories/arcgisoutput/WetCAT/ExportWebMapWetCATReport_GPServer/WetCAT_ExportWebMapWetCATReport/IRTAnalysisReport082024.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Input_Feature_Polygon", "dataType": "GPFeatureRecordSetLayer", "displayName": "Input Feature Polygon", "description": "User drawn polygon created in WetCAT app.", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "hasZ": true, "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 255 }, { "name": "Text", "type": "esriFieldTypeString", "alias": "Text", "length": 255 }, { "name": "IntegerValue", "type": "esriFieldTypeInteger", "alias": "IntegerValue" }, { "name": "DoubleValue", "type": "esriFieldTypeDouble", "alias": "DoubleValue" }, { "name": "DateTime", "type": "esriFieldTypeDate", "alias": "DateTime", "length": 8 }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Input_Acres", "dataType": "GPString", "displayName": "Input Acres", "description": "Approximate area of the input polygon in acres. This is generated by the WetCAT app.", "direction": "esriGPParameterDirectionInput", "defaultValue": "input acres", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Input_County_Name", "dataType": "GPString", "displayName": "Input County Name", "description": "County name or names. This is supplied by the WetCAT app.", "direction": "esriGPParameterDirectionInput", "defaultValue": "input county name", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Input_Coordinates", "dataType": "GPString", "displayName": "Input Coordinates", "description": "Coordinates of the center point of the user drawn polygon. Provided by the WetCAT app.", "direction": "esriGPParameterDirectionInput", "defaultValue": "input x, y coordinates", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Criteria5", "dataType": "GPString", "displayName": "Criteria5", "description": "Criteria 5 - Site has not been logged in the past five years. This is a yes or no answer, calculated via feature queries in the WetCAT app.", "direction": "esriGPParameterDirectionInput", "defaultValue": "answer yes or no", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Criteria6", "dataType": "GPString", "displayName": "Criteria6", "description": "Criteria 6 - Site abuts and/or adjoins an existing preservation/conservation area, etc. (yes or no). Calculated via feature queries in the WetCAT app.", "direction": "esriGPParameterDirectionInput", "defaultValue": "answer yes or no", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Criteria6List", "dataType": "GPString", "displayName": "Criteria6List", "description": "Criteria 6 - if yes, then provide a list of conservation areas that adjoin the input polygon. Calculated via feature queries in the WetCAT app.", "direction": "esriGPParameterDirectionInput", "defaultValue": "conservation area list", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Criteria8", "dataType": "GPString", "displayName": "Criteria8", "description": "Criteria 8 - Immediately adjacent land is less than 10% impervious cover. Calculated via feature queries in the WetCAT app.", "direction": "esriGPParameterDirectionInput", "defaultValue": "answer yes or no", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Criteria8Percent", "dataType": "GPString", "displayName": "Criteria8Percent", "description": "Criteria 8 percentage of impervious cover adjacent to input polygon. Calculated via feature queries in the WetCAT app.", "direction": "esriGPParameterDirectionInput", "defaultValue": "input percentage", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_Point", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Point", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "hasZ": true, "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 255 }, { "name": "Text", "type": "esriFieldTypeString", "alias": "Text", "length": 255 }, { "name": "IntegerValue", "type": "esriFieldTypeInteger", "alias": "Integer Value" }, { "name": "DoubleValue", "type": "esriFieldTypeDouble", "alias": "Double Value" }, { "name": "DateTime", "type": "esriFieldTypeDate", "alias": "Date Time", "length": 8 }, { "name": "ORIG_FID", "type": "esriFieldTypeInteger", "alias": "ORIG_FID" }, { "name": "pdfName", "type": "esriFieldTypeString", "alias": "pdfName", "length": 255 } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }