feer_emissions: feer_emissions

View source: R/process.R

feer_emissionsR Documentation

feer_emissions

Description

Estimate emissions of total PM using the smoke emissions coefficient lookup developed by the NASA Fire Energetics and Emissions Research group. If a Ce value is missing, we use a fill value of 0.0159 kg/MJ, which is the global median. Also calculates total heat assuming a radiant fraction and PM2.5 assuming a ratio of PM2.5 to TPM

Usage

feer_emissions(fires, feer)

Arguments

fires

A data frame of fires processed by extract_fires

feer

The FEERv1.0_Ce.csv file loaded as a data frame. This can be acquired from https://feer.gsfc.nasa.gov/

Value

A data frame with FEER information and TPM (in kg) attached

Examples

emissions <- feer_emissions(fires, feer)

raffscallion/goesfire documentation built on June 9, 2025, 2:46 a.m.