FrEDI

Estimates economic damages and impacts from climate change and sea level rise through the 21st century.
https://github.com/USEPA/FrEDI

Category: Climate Change
Sub Category: Natural Hazard and Storm

Keywords

oar

Last synced: about 20 hours ago
JSON representation

Repository metadata

FrEDI estimates annual physical and economic impacts from temperature to the U.S., through the 21st century

README.md

FrEDI

The Framework for Evaluating Damages and Impacts (FrEDI)

FrEDI estimates the annual physical and economic impacts of temperature change to the US, through the 21st century (and optionally through 2300).


The 2024 FrEDI Technical Documentation and v4.1 of the FrEDI R package were subject to an independent external peer review and public comment period. All comments received were carefully reviewed, considered, and responded to. The latest version of the FrEDI R package includes the concentration-driven module. The documentation describing this additional module was subject to an independent external peer review.


Installation

To install FrEDI for the first time:

library("devtools")

withr::with_libpaths(  

   new = .libPaths()[1],  
   
   devtools::install_github(  
   
       repo = "USEPA/FrEDI",  
         subdir = "FrEDI",  
        type = "source",  
         force = TRUE  
         #ref = "branch" # this will install a particular branch of interest
       ))

library("FrEDI")

Using FrEDI

After loading FrEDI, point FrEDI to a particular temperature file of
interest formatted year, temp_c:
tempInputFile <- file.path("your_file.csv").
You also can add in files for U.S. GDP and population.

Here we specify that the temperature inputs are global. This will
allow FrEDI to convert those temperatures to CONUS level:

inputs <- import_inputs(tempfile = tempInputFile, temptype = "global")

A simple command to run FrEDI using the inputs specified above :
df <- run_fredi(inputsList= inputs, aggLevels="all")

There are different levels to aggregate the data. By selecting "none",
FrEDI will print out all of the information and the user can then aggregate after.

Contributing to FrEDI

The FrEDI team welcomes and values community contributions, but please
see our Contribution Guide and note
by contributing to this project, you agree to abide to our Contributor
Code of Conduct
.


For more information, refer to the documentation at https://www.epa.gov/cira/about-fredi and https://usepa.github.io/FrEDI.


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 4 days ago

Total Commits: 1,144
Total Committers: 14
Avg Commits per committer: 81.714
Development Distribution Score (DDS): 0.384

Commits in past year: 380
Committers in past year: 9
Avg Commits per committer in past year: 42.222
Development Distribution Score (DDS) in past year: 0.503

Name Email Commits
Karen Noiva k****a@i****m 705
Tony Gardella A****a@i****m 201
GitHub Actions a****s@g****m 106
Corinne Hartin c****n@u****m 44
Will Maddock w****k@i****m 44
heaston-indecon h****n@i****m 12
knoiva-indecon k****n@u****m 9
Erin McDuffie m****e@e****v 8
Erin McDuffie 5****e@u****m 5
heaston-indecon 1****n@u****m 3
Hartin H****e@e****v 2
Tony Gardella 1****n@u****m 2
tonygard-indecon t****n@u****m 2
Ben Jeweler b****r@i****m 1

Committer domains:


Issue and Pull Request metadata

Last synced: 3 days ago

Total issues: 80
Total pull requests: 259
Average time to close issues: 4 months
Average time to close pull requests: 5 days
Total issue authors: 8
Total pull request authors: 6
Average comments per issue: 1.04
Average comments per pull request: 0.22
Merged pull request: 233
Bot issues: 0
Bot pull requests: 0

Past year issues: 36
Past year pull requests: 70
Past year average time to close issues: 27 days
Past year average time to close pull requests: 4 days
Past year issue authors: 4
Past year pull request authors: 3
Past year average comments per issue: 0.22
Past year average comments per pull request: 0.26
Past year merged pull request: 59
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/USEPA/FrEDI

Top Issue Authors

  • knoiva-indecon (33)
  • cahartin (15)
  • tonygard-indecon (13)
  • emcduffie (9)
  • jwillwerth (5)
  • tonyewong (3)
  • heaston-indecon (1)
  • maddockw (1)

Top Pull Request Authors

  • knoiva-indecon (186)
  • tonygard-indecon (59)
  • cahartin (5)
  • emcduffie (4)
  • maddockw (3)
  • heaston-indecon (2)

Top Issue Labels

  • enhancement (21)
  • documentation (16)
  • GHG (8)
  • sub-issue (7)
  • data (7)
  • code (7)
  • maintenance (5)
  • bug (5)
  • issue task (5)
  • FrEDI (3)
  • bug fix (2)
  • SV Module (1)
  • no timeline (1)
  • SV (1)

Top Pull Request Labels

  • GHG (3)
  • documentation (3)
  • help wanted (1)
  • enhancement (1)
  • code (1)

Dependencies

FrEDI/DESCRIPTION cran
  • R >= 3.5.0 depends
  • dplyr * depends
  • ggplot2 * depends
  • openxlsx * depends
  • tidyr * depends
  • knitr * suggests
  • prettydoc * suggests
  • rmarkdown * suggests
.github/workflows/greetings.yml actions
  • actions/first-interaction v1 composite

Score: 5.730099782973575