ipeaGIT / gtfs2emis

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

transport_model() intermediate folder #95

Closed Joaobazzo closed 1 year ago

Joaobazzo commented 1 year ago

use the intermediate output of gps_fix_speed

rafapereirabr commented 1 year ago

Bazzo, could you please explain a bit better what do you mean with this issue ? Explaning the issue is important for future documentation. I've 'suffered' before in other packages for opening issues without proper explanations lol

Joaobazzo commented 1 year ago

The issue is related to the folder outputfile_path in line 68 of transport_model(). The function only creates the outputfile_path directory if the condition of continue == TRUE is satisfied. However, the command dir.create(outputfile_path) needs to be executed regardless this condition.