FTEM Wildfire Data Technical Documentation

Wildfire data is pulled into the FTEM system nightly from IRWIN and National Incident Feature Service (NIFS). FTEM contains current actives fires and fires that have been declared contained, controlled, or out. This technical documentation page details:

The Fuels Treatment Effectiveness Monitoring (FTEM) process relies on geospatial datasets to depict wildfire locations from participating NWCG agencies, including four land management Agencies within the Department of Interior (National Park Service, Bureau of Land Management, US Fish and Wildlife Service, and Bureau of Indian Affairs) and the Department of Agriculture (USDA Forest Service). These geospatial datasets consist of both point and polygon features. The FTEM wildfire locations datasets are derived from data stored in:

data as described in text

Wildland fire data is drawn from IRWIN and from NIFS. Next, the data is filtered before being displayed in the application. Details of each process are outlined below.

Loading IRWIN Wildfire Point Data into FTEM

Point data is taken from IRWIN which can be thought of as a central hub orchestrating data between the various applications. IRWIN has interfaces with several systems:

  • INFORM – Interagency Fire Occurrence Reporting Modules, used for reporting of wildland fire information integrated with IRWIN.
  • IROC – Interagency Resource Ordering Capability used to order resources for wildland fires.
  • WFDSS – The Wildland Fire Decision Support System, used to support decision making.
  • Computer-Aided Dispatch (CAD) systems, used for managing information during Initial Attack and Extended Attack wildfire management activities at local units.
  • The FireCode application used to generate financial codes for wildfires.
  • The Sit/209 application used to track the status of large or significant fires.

All data for an incident is linked to a single unique identification code (ID) associated with that unique wildland fire incident. By linking all data for an incident to a single ID, IRWIN is a convenient “one-stop shop” for information on specific fires from many wildland fire computer systems.

The location for a wildfire in FTEM is based on the fire’s Point of Origin (Origin). The Origin location for a wildfire is part of the IRWIN dataset. As the Origin location is refined over the life span of an incident, it may change within IRWIN, but each incident only has one Origin value defined at any point in time. IRWIN maintains control over which systems in the data exchange network are “authoritative” for the data that they exchange. Over the life span of a fire, INFORM, IROC, WFDSS, CAD, FireCode, and Sit/209systems may all update Origin location data. In the event of a data conflict, IRWIN prioritizes the most authoritative system.

The Fire Management Information System (FMIS), used by US Fish and Wildlife Service (FWS), is currently not writing data to IRWIN. As a result, corrections such as “final” size, locations, and in some cases control and out dates, may not be available for FWS fires via the IRWIN service.

How IRWIN Point Data is pulled into FTEM

Point data is pulled into the FTEM system nightly from IRWIN to add information that had been entered into the system since the previous pull. Criteria for the information pulled includes:

  • incidenttypecategory ='WF' (Marked as wildfires)
  • isValid = True (a valid IRWINID)
  • IsQuarantined = False (not a possible duplicate)

Once data has been loaded to the FTEM system:

  • New fires are added.
  • Existing fires in FTEM are updated if a change was made.

Additional IRWIN Data Retrieval Technical Details

  • The following fields are used in this process (abbreviated list):

    ContainmentDateTime, ControlDateTime, DailyAcres, FireDiscoveryDateTime, FireCause, FireOutDateTime, IncidentName, IncidentTypeCategory, IrwinID, IsMultiJurisdictional, isValid, ModifiedOnDateTime, POOJurisdictionalUnit, POOLandownerCategory, POOProtectingAgency, UniqueFireIdentifier

Important! If you do not see a wildfire or fuel treatment in FTEM, it is likely because it has not been included in one of the above systems. Please follow FAQ on Wildfires and up with your Agency Administrator if necessary to have the information added to the system.

Loading NIFS Wildfire Perimeters into FTEM

Wildfire perimeters, represented as polygon features, are collected and made available using the NIFS. The wildfire dataset contains current, active wildfires. Perimeter data comes from a variety of sources:

  • Trained incident GISS specialists
  • Infrared interpreters
  • Field observers
  • Incident operations resources
  • Agency staff

NIFS data is uploaded to FTEM nightly. Updates by the GISS to NIFS occur in near real-time via the Hosted National Incident Feature Edit services if the incident has a reliable internet connection. In cases where a reliable internet connection is unavailable, local edits are synced nightly and it is possible NIFS may not always reflect current conditions on the ground. For a better understanding of the workflows involved in mapping and sharing fire perimeter data, please see the NWCG Standards for Geospatial Operations, PMS 936 .

How NIFS Polygon Data is Pulled into FTEM

Data from NIFS is pulled into an update service maintained by the National Interagency Fire Center (NIFC), called Wildfire Perimeters read-only, every 5 minutes, and in turn is pulled into FTEM system nightly. Criteria for the data pull includes:

  • FeatureType (alias FC Polygon Type) = ‘Wildfire Daily Perimeter’
  • IsVisible = ‘Yes’
  • IRWINID <> NULL

Note: Note: Some perimeters may not be approved by an incident or agency for public distribution (FeatureAccess <> Public or FeatureStatus <> Approved or FeatureStatus <> Proposed).

On a weekly basis, fires meeting specific criteria are removed from the source service. After removal, those perimeters can be found in the associated Archived Wildfire Perimeters service. Criteria include:

  • Perimeters are identified with an IRWINID that has non-null values in IRWIN for ContainmentDateTime, ControlDateTime, or FireOutDateTime
  • The most recent controlled/contained/fire out date is greater than 14 days old
  • No IRWINID
  • Last edit (based on DateCurrent) is greater than 30 days old

Additional NIFS Data Retrieval Technical Details

  • The URL for IRWIN data retrieval is outlined below:

    https://nifc.maps.arcgis.com/home/item.html?id=f07c0b4459cd424e93b45840a819fb3a

    Note: Viewing the above URL requires a NIFC AGOL account.

  • The following clause is used to select data to pull: 

    IsVisible = ‘Yes’ and FeatureCategory = ‘Wildfire Daily Fire Perimeter’ and FeatureStatus = ‘Approved’ OR FeatureStatus = "Proposed"

  • The following clause is used to select data to archive: 

    ContainmentDateTime<>NULL OR ControlDateTime <> NULL OR FireOutDateTime<> NULL

    ContainmentDateTime <<14 days>> OR ControlDateTime > <<14 days>> OR FireOutDateTime <<14 days>>

    IRWINID = NULL

    AGOL_DateCurrent > <<30 days>>

  • The following fields are used in this process (abbreviated list):

    IncidentName, FeatureCategory, MapMethod, GISAcres, FeatureAccess, FeatureStatus, IsVisible, DateCurrent, PolygonDateTime, LocalIncidentID, IRWINDID