feer_emissions | R Documentation |
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
feer_emissions(fires, feer)
fires |
A data frame of fires processed by |
feer |
The FEERv1.0_Ce.csv file loaded as a data frame. This can be acquired from https://feer.gsfc.nasa.gov/ |
A data frame with FEER information and TPM (in kg) attached
emissions <- feer_emissions(fires, feer)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.