ipeaGIT / gtfs2emis

R package to estimate public transport emissions based on GTFS data
https://ipeagit.github.io/gtfs2emis/
Other
27 stars 2 forks source link

default value of reference_year emission_model() #63

Closed rafapereirabr closed 2 years ago

rafapereirabr commented 2 years ago

Should it be 2019 by default? Can the user set other years ?

current year with format(Sys.Date(), "%Y")

Joaobazzo commented 2 years ago

ef_usa_emfac() has reference_year's from 2010 to 2020, and ef_usa_moves() ranges from 2015 - 2022. Perhaps we can use 2020 as default until EMFAC releases a new update.

rafapereirabr commented 2 years ago

Is the reference_year the year in which the emissions inventory is estimated? Or is it the year of the emission factor model?