-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.52 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Package: EmissV
Title: Tools for Create Emissions for Air Quality Models
Date: 2025-01-24
Version: 0.665.9.0
Authors@R: c(
person(given = "Daniel",
family = "Schuch",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5977-4519")),
person(given = "Sergio",
family = "Ibarra-Espinosa",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3162-1905"))
)
Maintainer: Daniel Schuch <[email protected]>
Description: Processing tools to create emissions for use in numerical air
quality models. Emissions can be calculated both using emission factors
and activity data (Schuch et al 2018) <doi:10.21105/joss.00662> or using
pollutant inventories (Schuch et al., 2018) <doi:10.30564/jasr.v1i1.347>.
Functions to process individual point emissions, line emissions and
area emissions of pollutants are available as well as methods to
incorporate alternative data for Spatial distribution of emissions
such as satellite images (Gavidia-Calderon et. al, 2018)
<doi:10.1016/j.atmosenv.2018.09.026> or openstreetmap data
(Andrade et al, 2015) <doi:10.3389/fenvs.2015.00009>.
Depends: R (>= 3.4)
Imports: ncdf4, units(>= 0.5-1), raster, sf, methods, data.table
Suggests:
testthat (>= 2.1.0),
covr,
lwgeom
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
URL: https://atmoschem.github.io/EmissV/
BugReports: https://github.com/atmoschem/EmissV/issues