R
Switch branches/tags
Nothing to show
Latest commit d85bc64 Jul 29, 2017 @ibarraespinosa improve ef_ldv
Permalink
Failed to load latest commit information.
R improve ef_ldv Jul 29, 2017
data fix speciate Jul 2, 2017
demo fix speciate Jul 2, 2017
docs improve ef_ldv Jul 29, 2017
inst pkgdown Jul 17, 2017
man improve ef_ldv Jul 29, 2017
.Rbuildignore appveyor May 9, 2017
.Rhistory adds demo Apr 22, 2017
.gitignore adds demo Apr 22, 2017
.travis.yml travis Jun 2, 2017
DESCRIPTION improve ef_ldv Jul 29, 2017
LICENSE fix speciate Jul 2, 2017
NAMESPACE fix speciate Jul 2, 2017
NEWS improve ef_ldv Jul 29, 2017
NEWS.md fix speciate Jul 2, 2017
README.Rmd improve ef_ldv Jul 29, 2017
README.html improve ef_ldv Jul 29, 2017
_pkgdown.yml fix speciate Jul 2, 2017
appveyor.yml fix speciate Jul 2, 2017
p2.png improve ef_ldv Jul 29, 2017
vein.Rproj fix speciate Jul 2, 2017
vein.pdf pdf May 14, 2017

README.Rmd

title author date output
VEIN model
Sergio Ibarra-Espinosa
22 de abril de 2017
html_document
knitr::opts_chunk$set(echo = TRUE)

Travis-CI Build Status AppVeyor Build Status Rdoc

vein a) Emisions with VEIN for MASP (kgCO/m2/s) and b) emissions for MASP from EDGAR (kgCO/m2/s)

Vein Package

Vehicular Emissions INventory (VEIN) model.

Read the DESCRIPTION file. You need several packages to run vein.

Also, if you want to properly run the demo, install these packages:

  • ggplot2
  • RColorBrewer
# 0.2.2-1
library(devtools)
install_github("ibarraespinosa/vein")
library(vein)
demo(VEIN)

or

# 0.2.1-8
install.packages("vein")
library(vein)
demo(VEIN)

I've created the following classes:

  • Vehicles (1/h)
  • Speed (km/h)
  • EmissionFactors (g/km)
  • EmissionFactorsList (g/km)
  • Emissions (g/h)
  • EmissionsArray (g/h)
  • EmissionsList (g/h)
  • Evaporative (g/d)

Each class has the methods print, plot and summary.

New information will also be added to the documentation of emission factors.

If you encounter any issues while using VEIN, please submit your issues to: https://github.com/ibarraespinosa/vein/issues/

If you have any suggestions just let me know to zergioibarra@gmail.com

Thanks and enjoy VEIN!

Roadmap (not in order)

  • Improve vehicle classification (all vehicle includes engine size)
  • Estimation of evaporative emissions with Copert Tier 3
  • Graphical interface (probably similar MODIStsp)
  • More speciations
  • Topdown estimation
  • Migrate to sf