-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
executable file
·46 lines (46 loc) · 1.96 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
40
41
42
43
44
45
46
Package: vein
Type: Package
Title: Vehicular Emissions Inventories
Version: 1.1.4
Date: 2024-08-20
Authors@R: c(
person(given = "Sergio", family = "Ibarra-Espinosa",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3162-1905")),
person(given="Daniel", family="Schuch",
role="ctb",
email="[email protected]",
comment = c(ORCID = "0000-0001-5977-4519")),
person(given="Joao", family="Bazzo",
role="ctb",
email="[email protected]",
comment = c(ORCID = "0000-0002-7371-1116")),
person(given="Mario", family="Gavidia-Calderón",
role="ctb",
email="[email protected]",
comment = c(ORCID = "0000-0003-4536-5006")),
person(given="Karl", family="Ropkins",
role="ctb",
email="[email protected]",
comment = c(ORCID = "0000-0002-0294-6997")))
Description: Elaboration of vehicular emissions inventories,
consisting in four stages, pre-processing activity data, preparing
emissions factors, estimating the emissions and post-processing of emissions
in maps and databases. More details in Ibarra-Espinosa et al (2018) <doi:10.5194/gmd-11-2209-2018>.
Before using VEIN you need to know the vehicular composition of your study area, in other words,
the combination of of type of vehicles, size and fuel of the fleet. Then, it is recommended to
start with the project to download a template to create a structure of directories and scripts.
License: MIT + file LICENSE
URL: https://github.com/atmoschem/vein
BugReports: https://github.com/atmoschem/vein/issues
LazyData: no
Depends: R (>= 3.5.0)
Imports: sf (>= 1.0.1), data.table, units, graphics, stats, dotCall64, cptcity, grDevices
Suggests: knitr, rmarkdown, testthat
RoxygenNote: 7.3.2
Encoding: UTF-8
NeedsCompilation: yes
Config/testthat/parallel: true
Packaged: 2016-10-21 10:31:39 UTC; sergio
VignetteBuilder: knitr