get_project
downloads a project for running vein.
The projects are available on Github.com/atmoschem/vein/projects
get_project(directory, case = "brasil", url)
Character; Path to an existing or a new directory to be created.
Character; One of of the following:
case | Description | EF | Outputs |
brazil or brazil_bu or brasil or brasil_bu | Bottom-up | CETESB | .rds |
emislacovid | Bottom-up March 2020 | CETESB | .rds |
brazil_bu_csvgz | Bottom-up | CETESB+tunnel | .csv.gz |
brazil_csv | Bottom-up. Faster but heavier | CETESB | .csv |
brazil_td_chem | Top-down with chemical mechanisms | CETESB | .csv and .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_im | Top-down with chemical mechanisms+IM | CETESB | .csv and .rds |
brazil_bu_chem_im | Bottom-up chemical mechanisms+IM | CETESB+tunnel | .rds |
brazil_bu_chem-month | Bottom-up chemical mechanisms | CETESB+tunnel | .rds |
brazil_bu_chem_streets_im | Bottom-up chemical mechanisms for streets and MUNICH+IM | CETESB+tunnel | .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 |
masp2020 | Bottom-down | CETESB+tunnel | csv and.rds |
ecuador_td | Top-down | EEA | csv and.rds |
ecuador_td_im | Top-down | EEA | csv and.rds |
ecuador_td_hot | Top-down | EEA | csv and.rds |
ecuador_td_hot_month | Top-down | 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 |
sebr_cb05co2_im | Top-down SP, MG and RJ IM | CETESB+tunnel | .rds |
eu_bu_chem | Bottom-up chemical mechanisms | EEA 2019 | .rds |
eu_bu_chem_simple | Bottom-up chemical mechanisms 7 veh | EEA 2019 | .rds |
String, with the URL to download VEIN project
default case can be any of "brasil", "brazil", "brazil_bu", "brasil_bu", they are the same In any case, if you find any error, please, send a pull request in github.
In Sao Paulo the IM programs was functioning until 2011.
if (FALSE) {
#do not run
get_project("awesomecity")
}