Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/atmoschem/eixport
Browse files Browse the repository at this point in the history
  • Loading branch information
Schuch666 committed Oct 11, 2024
2 parents e9faffb + e3a63cc commit dda74a1
Show file tree
Hide file tree
Showing 60 changed files with 725 additions and 1,646 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package: eixport
Title: Export Emissions to Atmospheric Models
Version: 0.6.0
Date: 2023-09-26
Version: 0.6.2
Date: 2024-09-22
Authors@R: c(
person(given = "Sergio",
family = "Ibarra-Espinosa",
role = c("aut", "cre"),
email = "[email protected]",
email = "[email protected]",
comment = c(ORCID = "0000-0002-3162-1905")),
person(given = "Daniel",
family = "Schuch",
Expand Down
2 changes: 1 addition & 1 deletion R/Lights.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#'
#' @author Daniel Schuch
#'
#' @source \url{https://ngdc.noaa.gov/eog/dmsp/downloadV4composites.html}
#' @source \url{https://www.ngdc.noaa.gov/eog/dmsp/downloadV4composites.html}
#'
#' @details \url{https://en.wikipedia.org/wiki/Defense_Meteorological_Satellite_Program}
#'
Expand Down
6 changes: 4 additions & 2 deletions R/to_as4wrf.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,16 @@
#' Metropolitan Area: a numerical study with the WRF-Chem model, Atmos. Chem.
#' Phys., 16, 777-797, doi:10.5194/acp-16-777-2016, 2016.
#' A good website with timezones is http://www.timezoneconverter.com/cgi-bin/tzc
#' The crs is the same as used by \code{\link{sf}} package
#' It returns a dataframe with id,, long, lat, pollutants, time_lt, time_utc
#' The crs is the same as used by code sf package
#' It returns a dataframe with id,s long, lat, pollutants, time_lt, time_utc
#' and day-UTC-hour (dutch)
#' The pollutants for the CBMZ are: e_so2, e_no, e_ald, e_hcho, e_ora2, e_nh3
#' e_hc3, e_hc5, e_hc8, e_eth, e_co, e_ol2, e_olt, e_oli, e_tol, e_xyl, e_ket
#' e_csl, e_iso, e_no2, e_ch3oh, e_c2h5oh, e_pm25i, e_pm25j, e_so4i, e_so4j
#' e_no3i, e_no3j, e_orgi, e_orgj, e_eci, e_ecj, e_so4c, e_no3c, e_orgc, e_ecc
#' @seealso \code{\link{wrf_create}} \code{\link{to_wrf}}
#' @examples {
#' \dontrun{
#' data(gCO)
#' df <- to_as4wrf(sdf = gCO,
#' dmyhm = "29-04-2018 00:00",
Expand All @@ -49,6 +50,7 @@
#' tz = "America/Sao_Paulo")
#' head(df2)
#' }
#' }
to_as4wrf <- function(sdf,
nr = 1,
dmyhm,
Expand Down
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ checks](https://cranchecks.info/badges/worst/eixport)](https://cran.r-project.or
[![Github
Stars](https://img.shields.io/github/stars/atmoschem/eixport.svg?style=social&label=Github)](https://github.com/atmoschem/eixport)

## Exporting emissions to atmospheric models, eixport: 0.6.0
## Exporting emissions to atmospheric models, eixport: 0.6.2

Emissions are mass that affects atmosphere in complex ways, not only
physical, but also, in the health of humans, ecosystems, economically,
Expand Down Expand Up @@ -76,14 +76,6 @@ devtools::install_github("atmoschem/eixport")

``` r
library(eixport)
#> The legacy packages maptools, rgdal, and rgeos, underpinning the sp package,
#> which was just loaded, will retire in October 2023.
#> Please refer to R-spatial evolution reports for details, especially
#> https://r-spatial.org/r/2023/05/15/evolution4.html.
#> It may be desirable to make the sf package available;
#> package maintainers should consider adding sf to Suggests:.
#> The sp package is now running under evolution status 2
#> (status 2 uses the sf package in place of rgdal)
file = paste0(system.file("extdata", package = "eixport"),"/wrfinput_d02")
wrf_summary(file = file)
#> | | | 0% | |======================= | 33% | |=============================================== | 67% | |======================================================================| 100%
Expand Down
16 changes: 8 additions & 8 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions docs/CODE_OF_CONDUCT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dda74a1

Please sign in to comment.