FrEDI

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

https://github.com/USEPA/FrEDI

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.7%) to scientific vocabulary

Keywords

oar
Last synced: 10 months ago · JSON representation

Repository

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

Basic Info
Statistics
  • Stars: 15
  • Watchers: 9
  • Forks: 15
  • Open Issues: 9
  • Releases: 10
Topics
oar
Created almost 5 years ago · Last pushed 10 months ago
Metadata Files
Readme Changelog License Code of conduct

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, tempc: `tempInputFile <- file.path("yourfile.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

  • Name: U.S. Environmental Protection Agency
  • Login: USEPA
  • Kind: organization
  • Location: United States of America

GitHub Events

Total
  • Create event: 54
  • Issues event: 53
  • Watch event: 3
  • Delete event: 48
  • Member event: 1
  • Issue comment event: 25
  • Push event: 250
  • Pull request review comment event: 53
  • Pull request review event: 68
  • Pull request event: 60
  • Fork event: 10
Last Year
  • Create event: 54
  • Issues event: 53
  • Watch event: 3
  • Delete event: 48
  • Member event: 1
  • Issue comment event: 25
  • Push event: 250
  • Pull request review comment event: 53
  • Pull request review event: 68
  • Pull request event: 60
  • Fork event: 10

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 917
  • Total Committers: 7
  • Avg Commits per committer: 131.0
  • Development Distribution Score (DDS): 0.296
Past Year
  • Commits: 318
  • Committers: 6
  • Avg Commits per committer: 53.0
  • Development Distribution Score (DDS): 0.17
Top Committers
Name Email Commits
Karen Noiva k****a@i****m 646
Tony Gardella A****a@i****m 89
GitHub Actions a****s@g****m 64
Corinne Hartin c****n 46
Will Maddock w****k@i****m 44
heaston-indecon h****n@i****m 15
Erin McDuffie m****e@e****v 13
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 79
  • 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.05
  • Average comments per pull request: 0.22
  • Merged pull requests: 233
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 35
  • Pull requests: 70
  • Average time to close issues: 27 days
  • Average time to close pull requests: 4 days
  • Issue authors: 4
  • Pull request authors: 3
  • Average comments per issue: 0.23
  • Average comments per pull request: 0.26
  • Merged pull requests: 59
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • knoiva-indecon (33)
  • cahartin (15)
  • tonygard-indecon (12)
  • emcduffie (9)
  • jwillwerth (5)
  • tonyewong (3)
  • heaston-indecon (1)
  • maddockw (1)
Pull Request Authors
  • knoiva-indecon (186)
  • tonygard-indecon (59)
  • cahartin (5)
  • emcduffie (4)
  • maddockw (3)
  • heaston-indecon (2)
Top Labels
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)
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