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 Storms

Keywords

oar

Keywords from Contributors

standards

Last synced: about 5 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: 28 days ago

Total Commits: 1,174
Total Committers: 8
Avg Commits per committer: 146.75
Development Distribution Score (DDS): 0.392

Commits in past year: 156
Committers in past year: 5
Avg Commits per committer in past year: 31.2
Development Distribution Score (DDS) in past year: 0.263

Name Email Commits
Karen Noiva k****a@i****m 714
Tony Gardella A****a@i****m 234
GitHub Actions a****s@g****m 106
Corinne Hartin c****n 46
Will Maddock w****k@i****m 44
heaston-indecon h****n@i****m 16
Erin McDuffie m****e@e****v 13
Ben Jeweler b****r@i****m 1

Committer domains:


Issue and Pull Request metadata

Last synced: 6 months ago

Total issues: 83
Total pull requests: 265
Average time to close issues: 3 months
Average time to close pull requests: 5 days
Total issue authors: 8
Total pull request authors: 6
Average comments per issue: 1.01
Average comments per pull request: 0.22
Merged pull request: 235
Bot issues: 0
Bot pull requests: 0

Past year issues: 39
Past year pull requests: 76
Past year average time to close issues: 28 days
Past year average time to close pull requests: 5 days
Past year issue authors: 4
Past year pull request authors: 3
Past year average comments per issue: 0.23
Past year average comments per pull request: 0.24
Past year merged pull request: 61
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)
  • tonygard-indecon (16)
  • cahartin (15)
  • emcduffie (9)
  • jwillwerth (5)
  • tonyewong (3)
  • heaston-indecon (1)
  • maddockw (1)

Top Pull Request Authors

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

Top Issue Labels

  • enhancement (22)
  • documentation (16)
  • GHG (8)
  • sub-issue (7)
  • data (7)
  • code (7)
  • maintenance (5)
  • bug (5)
  • issue task (5)
  • FrEDI (4)
  • 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

.github/workflows/test_fredi.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/upload-artifact v4 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/2a_run_general_tests.yml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/2b_run_compare_tests.yml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/2c_run_report_scenarios.yml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/2d_create_report_figures.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/upload-artifact v4 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/2e_generate_sector_maps.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/upload-artifact v4 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/build_fredi.yml actions
  • actions/checkout v4 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/deploy_github_pages.yml actions
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
  • r-lib/actions/setup-r-dependencies v1 composite
.github/workflows/update_base_data.yml actions
  • actions/checkout v4 composite
.github/workflows/update_github_pages.yml actions
  • actions/checkout v4 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/update_sv_impactsList.yml actions
  • actions/checkout v4 composite
DESCRIPTION cran
  • DBI * depends
  • R >= 4.2.0 depends
  • RSQLite * depends
  • ggpubr * depends
  • openxlsx * depends
  • tidyverse * depends
  • devtools * suggests
  • kableExtra * suggests
  • knitr * suggests
  • prettydoc * suggests
  • rmarkdown * suggests

Score: 5.0238805208462765