Python generator for MATSim plans.

Florian 4e26f84ce7 packaging hace 7 años
input 7801367cd7 calais full network file hace 7 años
plan_gen 4e26f84ce7 packaging hace 7 años
.gitignore 4e26f84ce7 packaging hace 7 años
README.md 2081eb6a86 readme hace 7 años
setup.py 4e26f84ce7 packaging hace 7 años

README.md

plan_gen

Python generator for MATSim plans.

prerequisites

python libraries :

  • numpy
  • lxml

input data :

  • MATSim network file (.xml)

usage

./plan_gen.py <network_file> <nb_persons>

You should redirect the generated plans in a separate file :

./plan_gen.py <network_file> <nb_persons> > out_plans.xml