Description: The Fireline QAQC GIS product is designed to enhance the quality of fireline data used for environmental modeling and tracking purposes. The tool retrieves the Event Line and Historical Fire Perimeters data from the National Interagency Fire Center's National Incident Feature Service (NIFS). The QAQC process involves filtering the event line data to identify completed firelines, cleaning up attribution, and ensuring accurate attribution to specific fires. The tool includes functionality to track changes made to fireline attribution, allowing users to accept or erase those firelines based on the changes. It also performs spatial analysis, such as buffering and intersection, to identify unattributed firelines near the incident of interest.The workflow begins by downloading the selected Event Line data for the specified calendar year (CY) from the NIFS public data. The downloaded data is then extracted and imported into a geodatabase within the tool's workspace. Subsequently, the user-provided fire perimeters are filtered to retain only the perimeters corresponding to the selected CY. This step ensures that the analysis focuses on the desired fire incidents.To ensure accurate attribution of firelines, several data cleanup and processing steps are performed. The tool examines the Event Line and Historical Fire Perimeters datasets to identify completed firelines. Only specific line types related to completed fire operations, such as burnout, dozer line, fuel break, hand line, mixed construction line, plow line, and road line, are retained for further analysis. Firelines marked for deletion or with certain feature statuses are also filtered out.Next, the tool conducts attribute cleanup by removing any extra spaces before or after the text in fields such as attr_incidentnames and attr_irwin IDs. This step ensures consistent and accurate comparison of attributes later in the process. Additionally, any missing IRWIN IDs in the attr_irwin ID field are populated using the corresponding values from the poly_irwinIDs field, provided the attr_irwin ID is null.The Event Line data is then projected to GCS WGS 1984 for consistent spatial analysis, and any null geometry features are removed from the dataset. A geodesic acreage calculation is performed on the perimeter dataset, adding a field to store the calculated values.The tool further compares IRWIN IDs, incident names, and points of origin (POO) between the perimeters and firelines. This comparison identifies lines outside the buffer area but sharing the same IRWIN ID, incident name, or POO state. These lines are selected for inclusion in the analysis. The perimeter data is temporarily copied to the scratch workspace to facilitate the subsequent analysis steps.To determine the matching attributes between firelines and perimeters, the Event Line data is intersected with a polygon representing US states. The resulting data is joined with the perimeter attributes to identify the following conditions: Firelines with matching IRWIN IDs and incident names Firelines with matching IRWIN IDs but requiring the incident name from the matching IRWIN Firelines with matching incident names in the same state but requiring the IRWIN ID from the matching nameThe respective fields in the dataset are populated accordingly, and any overwritten name or IRWIN ID values are stored in the "OldName" and "OldIRWIN" fields.Firelines that lack proper attribution to a specific fire are then identified as a subset for further examination. A buffer is created around the user-provided fire perimeter, and intersecting firelines are selected within this buffer. The "Flag" field is populated based on the specific conditions, indicating whether the firelines are within the buffer but have missing or mismatched incident names and/or IRWIN IDs. The "OldName" and "OldIRWIN" fields are populated for lines with existing attribution that has been changed.To ensure data integrity, duplicate firelines are removed from the dataset. All firelines are converted to single-part features, and the Find Identical tool is utilized to identify duplicates based on shape, incident name, feature category, IRWIN ID, and fireline categorization fields. The duplicate features are dissolved to eliminate redundancy.
Copyright Text: This GIS product was created by Alexander Arkowitz (alexander.arkowitz@colostate.edu), a Forest Service contractor and Geospatial Research Associate IV at Colorado State University, and Dr. Matthew Thompson (matthew.p.thompson@usda.gov), a Research Forester for the US Forest Service in the Human Dimensions program.
Description: The Fire Perimeter QAQC tool is a GIS tool integrated into an environmental GIS model, designed to facilitate the analysis and processing of fire perimeter and fireline data. The tool operates by accessing and utilizing data from the National Interagency Fire Center's (NIFC) National Incident Feature Service, specifically focusing on the WFIGS Historical Fire Perimeters data.The primary functionalities of the tool includes:Data Retrieval: The tool efficiently downloads the fire perimeters from the National Incident Feature Service to begin the analysis process.Year-based Subsetting: The tool offers users the flexibility to filter fire perimeters based on a specific calendar year, enabling a more targeted analysis.Geometry Repair and Projection: To ensure data accuracy and consistency, the FGCD tool repairs any inconsistencies in the geometry and, if needed, spatially projects the data to GCS_WGS_1984.Geometry Validation: The tool identifies and reports fire perimeters with no valid geometry and informs the user of the total number of such features.Acreage and Vertices Calculation: For each fire perimeter, the tool automatically calculates the acreage and vertices, providing valuable information for further analysis.Invalid Incident Name Detection: The tool examines the incident name field and flags incidents with null or invalid names, including keywords like 'Erase,' 'Test,' 'None,' and user-defined input.Duplicate IRWIN ID Identification: The tool detects and highlights any duplicate IRWIN IDs associated with fire incidents, aiding in data organization and deduplication.Shape Comparison: The FGCD tool performs shape comparison, allowing users to identify identical incident shapes within an optional XY tolerance in meters, which can be set by the user.Frequency and Duplicate ID Tracking: The tool keeps track of the frequency of identical shapes found and assigns a Duplicate ID to features that share the same geometry, enhancing data management and analysis.Duplicated Acreage Calculation: The tool provides users with a summary of the total duplicated acreage resulting from the identification of identical incident shapes.Detection of Non-US Features: The tool identifies and reports any fire incidents located outside of the United States, facilitating further analysis for international data.By providing valuable insights into duplicate incidents, invalid geometry, and non-US features, the FGCD tool aids environmental GIS analysts in making informed decisions and conducting comprehensive fire incident analyses. Please reference the script “1_NIFC_Perimeters_QAQC.py” to get a better understanding of the process.
Copyright Text: This GIS product was created by Alexander Arkowitz (alexander.arkowitz@colostate.edu), a Forest Service contractor and Geospatial Research Associate IV at Colorado State University, and Dr. Matthew Thompson (matthew.p.thompson@usda.gov), a Research Forester for the US Forest Service in the Human Dimensions program.