matsim-vsp / matsim-python-tools

Tools for working with matsim in python
58 stars 20 forks source link

Add a function to return plan file as a dataframe #16

Closed gabRpt closed 1 year ago

gabRpt commented 2 years ago

Returns dataframes with the following relations between them Person : None Plan : person_id Activity : plan_id Leg : plan_id Route :leg_id The column names of the dataframes are the same as the attribute names (<name:'value'> and are parsed)

Nitnelav commented 2 years ago

I'd love to see this merged, any interest in pursuing it of should we just fork the project ?

jfbischoff commented 2 years ago

I'm not sure who was write access to the repo. Probably @Janekdererste knows?

Janekdererste commented 2 years ago

Yes, I do. Everyone who is part of the VSP-Github group. I think @billyc is in charge of this repo. I assigned him to this PR now.

Nitnelav commented 1 year ago

Hi ! any news regarding this issue ?

Nitnelav commented 1 year ago

https://github.com/Universite-Gustave-Eiffel/matsim-python

rakow commented 1 year ago

Can you update your PR to include the latest changes. I will then merge it soon.

Nitnelav commented 1 year ago

Cool ! I think I managed to update everything into a single PR here : https://github.com/matsim-vsp/matsim-python-tools/pull/20