get_project {vein} | R Documentation |
Download vein project
Description
get_project
downloads a project for running vein.
The projects are available on Github.com/atmoschem/vein/projects
Usage
get_project(directory, case, url)
Arguments
directory |
Character; Path to an existing or a new directory to be created.
|
case |
Character; One of of the following:
case | Description | EF | Notes |
argentina | top down | COPERT | .rds |
emislacovid | Bottom-up March 2020 | CETESB | .rds |
brazil_bu_chem | Bottom-up chemical mechanisms | CETESB+tunnel | .rds |
brazil_bu_chem_streets | Bottom-up chemical mechanisms for streets and MUNICH | CETESB+tunnel | .rds |
brazil_td_chem | Top-down with chemical mechanisms | CETESB | .csv and .rds |
brazil_country | Top down | CETESB+tunnel | .rds |
brazil_countryv2 | Top down | CETESB+tunnel | .rds |
masp2020 | Bottom-down | CETESB+tunnel | csv and.rds |
sebr_cb05co2 | Top-down SP, MG and RJ | CETESB+tunnel | .rds |
amazon2014 | Top-down Amazon | CETESB+tunnel | csv and.rds |
curitiba | Bottom-down +GTFS | CETESB+tunnel | csv and.rds |
ecuador | Top-down. Renamed ecuador_td_im | EEA | csv and.rds |
moves_bu | Bottom-up | US/EPA MOVES | csv and.rds (requires MOVES >=3.0 on Windows) |
manizales_bu | Bottom-up chemical mechanisms | EEA | csv, csv.gz, .rds |
eu_bu_chem | Bottom-up chemical mechanisms | EEA 2019 | .rds |
eu_bu_chem_simple | Bottom-up chemical mechanisms 7 veh | EEA 2019 | .rds |
china_bu_chem | Bottom-up chemical mechanisms | MEE China | .rds |
china_bu_chem_1h | Bottom-up chemical mechanisms | MEE China | .rds |
|
|
url |
String, with the URL to download VEIN project
|
Note
All projects include option to apply survival functions
In Sao Paulo the IM programs was functioning until 2011.
Examples
## Not run:
#do not run
get_project("awesomecity", case = "brazil_bu_chem")
## End(Not run)
[Package
vein version 1.3.0
Index]