FrEDI
FrEDI estimates annual physical and economic impacts from temperature to the U.S., through the 21st century
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
Repository
FrEDI estimates annual physical and economic impacts from temperature to the U.S., through the 21st century
Basic Info
- Host: GitHub
- Owner: USEPA
- License: other
- Language: HTML
- Default Branch: main
- Homepage: https://usepa.github.io/FrEDI
- Size: 4.24 GB
Statistics
- Stars: 15
- Watchers: 9
- Forks: 15
- Open Issues: 9
- Releases: 10
Topics
Metadata Files
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
- Website: https://www.epa.gov
- Twitter: EPA
- Repositories: 449
- Profile: https://github.com/USEPA
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
Top Committers
| Name | 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
Pull Request Labels
Dependencies
- R >= 3.5.0 depends
- dplyr * depends
- ggplot2 * depends
- openxlsx * depends
- tidyr * depends
- knitr * suggests
- prettydoc * suggests
- rmarkdown * suggests
- actions/first-interaction v1 composite