Skip to content

WoodwellRisk/smoke-mortality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Global Wildfire Smoke Mortality Analysis

License: MIT Python 3.8+ Jupyter Notebook

📋 Table of Contents

🔍 Overview

These Jupyter Notebooks enable the calculation and visualization of global wildfire smoke-related annual deaths. The analysis is configured to compare RCP 8.5 projections for 2050 with modeled estimates from 2000, though the repository contains data for examining various scenarios and time horizons.

📊 Data Sources

🧮 Methodology

The analysis employs the equation from Val Martin et al. (2018) to calculate smoke-related deaths. At each geographic location:

deaths = baseline_mortality * (1-e^(-1.1 * (pm25_concentration))) * population

The constant 1.1 is used following Burnett et al. (2012).

Only one CDO command is used to preprocess the data, making the population data fit the grid of the smoke data:

cdo remapsum,r288x192 ssp2_2050.nc ssp2_2050_matching.nc

📁 Repository Structure

This repository contains two primary notebooks:

  1. country_process.ipynb: Maps country-specific data from the Excel file onto the same grid as the smoke data
  2. smoke_layer.ipynb: Computes smoke deaths at each grid cell, produces visualizations, and maps spatial data to countries

🚀 Usage Instructions

To compute smoke-related deaths:

  1. Create a data directory and add all required data files
  2. First run country_process.ipynb, which maps country-specific data onto the smoke data grid
  3. Then run smoke_layer.ipynb, which:
    • Computes smoke deaths at each grid cell
    • Produces visualizations
    • Maps spatial data to countries
    • Generates CSV output files

📚 References

About

Methods to create a global dataset of annual wildfire smoke deaths in 2050 and 2100

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published