ENGINEERING REPORT: LESSONS FROM BIG SUR AND APPLICATIONS TO LOS ANGELES FIRE RESPONSE SYSTEMS

Abstract

The Big Sur fires of 2020 were a pivotal moment for many, including myself, a female engineer passionate about using technology to mitigate wildfire damage. Displaced to San Francisco under an apocalyptic red sky, I witnessed firsthand the limitations of existing emergency response systems. This experience inspired the development of the EMBER project and its corresponding codebase. This report provides an in-depth analysis of each component of the uploaded code, detailing its technical implementation and relevance to enhancing wildfire response strategies, particularly in the context of Los Angeles.


1. Background and Problem Statement

The Big Sur wildfires exposed significant deficiencies in current evacuation systems, including delayed risk assessments, lack of personalized evacuation guidance, and inadequate real-time route optimization. These issues, compounded by poor data integration and decision-making tools, led to unnecessary chaos and loss.

In Los Angeles, where wildfires are more frequent and urban density further complicates evacuation logistics, there is a pressing need for scalable, adaptive systems capable of handling real-time complexities. The EMBER system—leveraging deep learning, reinforcement learning, and retrieval-augmented generation (RAG)—was designed to address these challenges. This report evaluates each component of the uploaded code and its engineering contributions in detail.


2. Detailed Code Analysis

The uploaded codebase represents a comprehensive framework aimed at enhancing wildfire response capabilities. Below is an exhaustive breakdown of each module:

2.1 Risk Assessment (risk_assessment.py)

2.2 Route Optimization (route_optimization.py)