msmobility / mito

Microscopic Transportation Orchestrator
7 stars 13 forks source link

(MITO) Trips.csv to MATSim Plans.xml #54

Closed RRothfeld closed 5 years ago

RRothfeld commented 5 years ago

Added conversion class to convert trip.csv files into MATSim population.xml files.

kainagel commented 5 years ago

Dear Raoul,

From a matsim perspective I would rather keep the "passenger" trip in the population. We very much prefer to "teleport" such modes rather than not having them at all. Not having them at all always means that one has to retrofit statistics, which is error prone, and one has to start over when one needs such modes for some other study, which is always a lot of work. Could you please consider that? Otherwise, could we please bring it up at the next skype meeting?

Thanks ...

On 7. Mar 2019, at 19:46, Raoul notifications@github.com<mailto:notifications@github.com> wrote:

Added conversion class to convert trip.csv files into MATSim population.xml files.


You can view, comment on, or merge this pull request online at:

https://github.com/msmobility/mito/pull/54

Commit Summary

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/msmobility/mito/pull/54, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AIXvsW9ZLV0lfT7lMHeUzfeTL_nk4cfjks5vUV5wgaJpZM4bj3QM.

======================================================

Clone github.com/matsim-org/matsim-example-projecthttp://github.com/matsim-org/matsim-example-project to get started. Look at github.com/matsim-org/matsim-code-exampleshttp://github.com/matsim-org/matsim-code-examples for code examples. Also see matsim.org/downloadshttp://matsim.org/downloads | matsim.org/docs/tutorialshttp://matsim.org/docs/tutorials | matsim.org/open-scenario-datahttp://matsim.org/open-scenario-data | matsim.org/faqhttp://matsim.org/faq .


www.vsp.tu-berlin.dehttp://www.vsp.tu-berlin.de +49 30 314 23308 (phone) +49 30 314 26269 (fax) TU Berlin Sekr. SG 12, Salzufer 17-19, 10587 Berlin

RRothfeld commented 5 years ago

Dear Prof. Nagel,

thank you for the input, I've changed the conversion class accordingly to include autoPassenger (as car_passenger) instead of removing them (see https://github.com/msmobility/mito/pull/54/commits/f62d8c5d9dfd1397acf017c5a525766b5c863125) and will adjust my simulation accordingly!

Best, Raoul

cllorca1 commented 5 years ago

Great! For consistency I agree with that. This class is just an intermediate step for an off-lineintegration with MATSim, anyway.

kainagel commented 5 years ago

Thanks ...