eixport
An R package that provides functions to read emissions from VEIN and from other models in different formats and export the emissions into the appropriate format suitable to other models.
https://github.com/atmoschem/eixport
Category: Emissions
Sub Category: Emission Observation and Modeling
Keywords
atmospheric-models atmospheric-science emissions exporting-emissions wrf
Keywords from Contributors
atmospheric-modelling wrf-chem atmos atmospheric-chemistry
Last synced: about 17 hours ago
JSON representation
Repository metadata
Export Emissions to Atmospheric Models
- Host: GitHub
- URL: https://github.com/atmoschem/eixport
- Owner: atmoschem
- License: other
- Created: 2017-10-08T02:58:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-15T23:09:25.000Z (11 days ago)
- Last Synced: 2025-04-22T08:02:34.022Z (5 days ago)
- Topics: atmospheric-models, atmospheric-science, emissions, exporting-emissions, wrf
- Language: R
- Homepage: https://atmoschem.github.io/eixport/
- Size: 19.5 MB
- Stars: 29
- Watchers: 2
- Forks: 8
- Open Issues: 2
- Releases: 6
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
README.Rmd
--- output: github_document --- ```{r, echo = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/" ) ``` # eixport[](https://travis-ci.org/atmoschem/eixport)[](https://ci.appveyor.com/project/Schuch666/eixport) [](https://codecov.io/github/atmoschem/eixport?branch=master) [](https://zenodo.org/badge/latestdoi/106145968) [](http://cran.r-project.org/web/packages/eixport) [](http://cran.r-project.org/package=eixport) [](https://doi.org/10.21105/joss.00607) [](https://cran.r-project.org/web/checks/check_results_eixport.html) [](https://github.com/atmoschem/eixport) ## Exporting emissions to atmospheric models, eixport: `r packageVersion("eixport")` Emissions are mass that affects atmosphere in complex ways, not only physical, but also, in the health of humans, ecosystems, economically, etc. There are several models whose inputs are emissions, such as [R-Line](https://www.cmascenter.org/r-line/) or [WRF-Chem](https://ruc.noaa.gov/wrf/wrf-chem/). This R-Package provide functions to read emissions from [VEIN](https://github.com/ibarraespinosa/vein) and from other models in different formats and export the emissions into the appropriate format suitable to other models. ## Install To install the [CRAN](https://CRAN.R-project.org/package=eixport) version: ```{r eval = FALSE} install.packages("eixport") ``` To install the development version: ```{r eval = FALSE} devtools::install_github("atmoschem/eixport") ``` ## Some functions: - [get_edgar](https://atmoschem.github.io/eixport/reference/get_edgar.html): Download EDGAR emissions data. - [to_rline](https://atmoschem.github.io/eixport/reference/to_rline.html): Export emissions to other formats - [to_wrf](https://atmoschem.github.io/eixport/reference/to_wrf.html): Combine total/spatial/temporal/split and write emission to file - [to_brams_spm](https://atmoschem.github.io/eixport/reference/to_brams_spm.html): inputs for SPM BRAMS - [wrf_profile](https://atmoschem.github.io/eixport/reference/wrf_profile.html): Create spatial profile for WRF-Chem - [wrf_create](https://atmoschem.github.io/eixport/reference/wrf_create.html): Create emission files to the WRF-Chem - [wrf_plot](https://atmoschem.github.io/eixport/reference/wrf_plot.html): simple but useful plot - [wrf_get](https://atmoschem.github.io/eixport/reference/wrf_get.html): Read variables - [wrf_put](https://atmoschem.github.io/eixport/reference/wrf_put.html): Write variables - [to_as4wrf](https://atmoschem.github.io/eixport/reference/to_as4wrf.html): Create WRF-Chem inputs using NCL scrip AS4WRF.ncl. - [to_munich](https://atmoschem.github.io/eixport/reference/to_munich.html): To generate inputs for MUNICH model. ### Summary ```{r} library(eixport) file = paste0(system.file("extdata", package = "eixport"),"/wrfinput_d02") wrf_summary(file = file) ``` ### Attributes as data.frame ```{r} file = paste0(system.file("extdata", package = "eixport"),"/wrfinput_d02") f <- wrf_meta(file) names(f) head(f$global) head(f$vars) ``` ## Paper on Journal of Open Source Software (JOSS) https://doi.org/10.21105/joss.00607 ``` @article{eixport, title = {eixport: An R package to export emissions to atmospheric models}, journal = {The Journal of Open Source Software}, author = {Sergio Ibarra-Espinosa and Daniel Schuch and Edmilson {Dias de Freitas}}, year = {2018}, doi = {10.21105/joss.00607}, url = {http://joss.theoj.org/papers/10.21105/joss.00607}, } ``` ## Contributing Please, read [this](https://github.com/atmoschem/eixport/blob/master/CONTRIBUTING.md) guide. Contributions of all sorts are welcome, issues and pull requests are the preferred ways of sharing them. When contributing pull requests, please follow the [Google's R Style Guide](https://google.github.io/styleguide/Rguide.xml). This project is released with a [Contributor Code of Conduct](https://github.com/atmoschem/eixport/blob/master/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
Owner metadata
- Name: ATMOSCHEM
- Login: atmoschem
- Email:
- Kind: organization
- Description:
- Website:
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/35502286?v=4
- Repositories: 11
- Last ynced at: 2024-03-23T15:10:14.812Z
- Profile URL: https://github.com/atmoschem
GitHub Events
Total
- Issues event: 4
- Watch event: 2
- Issue comment event: 2
- Push event: 11
Last Year
- Issues event: 4
- Watch event: 2
- Issue comment event: 2
- Push event: 11
Committers metadata
Last synced: 6 days ago
Total Commits: 439
Total Committers: 7
Avg Commits per committer: 62.714
Development Distribution Score (DDS): 0.494
Commits in past year: 22
Committers in past year: 2
Avg Commits per committer in past year: 11.0
Development Distribution Score (DDS) in past year: 0.136
Name | Commits | |
---|---|---|
ibarraespinosa | z****a@g****m | 222 |
Schuch666 | u****h@g****m | 190 |
schuch666 | u****h@e****m | 23 |
Umur Dinç | u****c@g****m | 1 |
Thomas J. Leeper | t****r@g****m | 1 |
Jeffrey W. Hollister | j****r@g****m | 1 |
Amanda Rehbein | a****n@u****r | 1 |
Committer domains:
- usp.br: 1
Issue and Pull Request metadata
Last synced: 1 day ago
Total issues: 74
Total pull requests: 6
Average time to close issues: 12 months
Average time to close pull requests: 14 days
Total issue authors: 8
Total pull request authors: 5
Average comments per issue: 1.53
Average comments per pull request: 2.33
Merged pull request: 4
Bot issues: 0
Bot pull requests: 0
Past year issues: 1
Past year pull requests: 0
Past year average time to close issues: 7 days
Past year average time to close pull requests: N/A
Past year issue authors: 1
Past year pull request authors: 0
Past year average comments per issue: 1.0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- ibarraespinosa (60)
- Schuch666 (8)
- mdsumner (1)
- bakamotokatas (1)
- jhollist (1)
- rsbivand (1)
- fipoucat (1)
- C130PA5 (1)
Top Pull Request Authors
- bakamotokatas (2)
- mdsumner (1)
- jhollist (1)
- ibarraespinosa (1)
- leeper (1)
Top Issue Labels
- enhancement (25)
- bug (10)
- help wanted (4)
- JOSS (1)
- good first issue (1)
Top Pull Request Labels
Package metadata
- Total packages: 2
-
Total downloads:
- cran: 347 last-month
- Total dependent packages: 2 (may contain duplicates)
- Total dependent repositories: 1 (may contain duplicates)
- Total versions: 17
- Total maintainers: 1
proxy.golang.org: github.com/atmoschem/eixport
- Homepage:
- Documentation: https://pkg.go.dev/github.com/atmoschem/eixport#section-documentation
- Licenses: other
- Latest release: v0.5.2 (published about 3 years ago)
- Last Synced: 2025-04-25T13:31:00.620Z (1 day ago)
- Versions: 5
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 6.999%
- Average: 8.173%
- Dependent repos count: 9.346%
cran.r-project.org: eixport
Export Emissions to Atmospheric Models
- Homepage: https://atmoschem.github.io/eixport/
- Documentation: http://cran.r-project.org/web/packages/eixport/eixport.pdf
- Licenses: MIT + file LICENSE
- Latest release: 0.6.2 (published 7 months ago)
- Last Synced: 2025-04-25T13:31:01.011Z (1 day ago)
- Versions: 12
- Dependent Packages: 2
- Dependent Repositories: 1
- Downloads: 347 Last month
-
Rankings:
- Forks count: 6.901%
- Stargazers count: 10.016%
- Dependent packages count: 13.244%
- Average: 15.013%
- Downloads: 20.604%
- Dependent repos count: 24.3%
- Maintainers (1)
Dependencies
- R >= 3.5.0 depends
- cptcity * imports
- data.table * imports
- methods * imports
- ncdf4 * imports
- parallel * imports
- raster * imports
- rgdal * imports
- sf * imports
- sp * imports
- utils * imports
- covr * suggests
- knitr * suggests
- lwgeom * suggests
- rmarkdown * suggests
- testthat * suggests
- units * suggests
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/upload-artifact main composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite
- actions/checkout v2 composite
- actions/upload-artifact v1 composite
- openjournals/openjournals-draft-action master composite
Score: 11.240683577006324