IRT Analysis and Report 2024

Titleā€ƒ IRT Analysis and Report 2024

Summary

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. Only for use in the WetCAT app.


Usage

Syntax

Parameter Explanation
Input_Feature_Polygon

User drawn polygon created in WetCAT app.

Input_Acres

Approximate area of the input polygon in acres. This is generated by the WetCAT app.

Input_County_Name

County name or names. This is supplied by the WetCAT app.

Input_Coordinates

Coordinates of the center point of the user drawn polygon. Provided by the WetCAT app.

Criteria5

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.

Criteria6

Criteria 6 - Site abuts and/or adjoins an existing preservation/conservation area, etc. (yes or no). Calculated via feature queries in the WetCAT app.

Criteria6List

Criteria 6 - if yes, then provide a list of conservation areas that adjoin the input polygon. Calculated via feature queries in the WetCAT app.

Criteria8

Criteria 8 - Immediately adjacent land is less than 10% impervious cover. Calculated via feature queries in the WetCAT app.

Criteria8Percent

Criteria 8 percentage of impervious cover adjacent to input polygon. Calculated via feature queries in the WetCAT app.

Criteria23

Criteria 23 - No water withdrawal permits issued within the vicinity of the site. This is a yes or no answer, calculated via feature queries in the WetCAT app.

Criteria23List

Criteria 23: List of water withdrawal permit numbers. Calculated via feature queries in the WetCAT app.

Criteria24

Criteria 24: No point source permits within the vicinity of the site. Calculated via feature queries in the WetCAT app.

Criteria24List

Criteria 24: If permits are present, list of permit numbers. Calculated via feature queries in the WetCAT app.

WRRCriteria48

Criteria 48: Site results in score of 1 or greater for potential wetland, riparian, or upland restoration or preservation as identified by the Watershed Resource Registry (WRR). Calculated via feature queries in the WetCAT app.

WRRCriteria48List

Criteria 48 - List of the Watershed Resource Registry layers and the highest score that intersects the site. Calculated via feature queries in the WetCAT app.

Code Samples

Tags

Wetland Condition and Assessment Tool, WetCAT, IRT Mitigation and Site Selection, CCRM, DEQ, IRT Report

Credits

Center for Coastal Resources Management (CCRM), Virginia Institute of Marine Science (VIMS).


Use limitations