Skip to main content

Fire Risk

Building a risk score to describe the expected severity of a fire on every parcel of land in Charlottesville, VA, and building a website to report these scores and help citizens reduce their fire risk.

Introduction and Objective

We're working with Lucas Lyons at the Fire Department, and he's given us two goals.

Goal 1: We will generate fire severity risk scores for every parcel of land in Charlottesville

We will use all the parcel-level data from the Charlottesville open data portal (https://opendata.charlottesville.org/) on the individual parcels that comprise the map of Charlottesville. For each parcel, we have information on the properties located on that parcel, such as the age and square footage of the buildings. We also have access to historical fire data. We will construct a "fire risk score" that tells us the likely severity of a fire given the parcel where the fire is happening.

Lucas wants us to push these scores to the Charlottesville open data portal so that the Fire Dept and the Dispatcher (the 911 call center) can have immediate access to the scores. The Fire Dept wants to display the risk score on monitors inside the fire trucks on their way to a fire so the firefighters can know how bad the fire is probably going to be. The 911 call center wants to use the score to know how many firetrucks to dispatch to a call.

We're going to build the following deliverables:

  1. Using a formula provided by the Fire Dept, we will create a dataset of fire risk scores for every parcel in Charlottesville, and push it to the Charlottesville open data portal.

  2. We will write clear, accessible "how-to" documentation for how we built the risk score, so that it is easy for Lucas or other city employees to update the scores when new data becomes available.

  3. We will develop a web-based platform for changing the formula or adding new data and pushing updated risk scores to the open data portal.

  4. We will use the historical fire data to build a machine learning model to forecast risk scores, and we will compare these ML scores to the scores using the Fire Dept's formula.

Goal 2: We will create a website that allows Charlottesville residents to look up their property, see their fire risk score, and understand what it means

The purpose of the website is to educate people on the factors that can lead to fires, so that they take steps to fireproof their properties and prevent fires.

We're going to build the following deliverables:

  1. We'll create a well-designed website that describes the factors associated with higher fire risk. We'll write text, include images, and maybe make videos.

  2. We're going to include a map that displays the risk score of any parcel someone clicks on, with a search bar where someone can enter their address.

 

Technologies