InnoZ / MAS

analysis and (potentially) development of a multi-agent simultation for carsharing
Apache License 2.0
0 stars 0 forks source link

create local pg database 'innoz_simulation_development' and import matsim-output #31

Closed 00Bock closed 8 years ago

wese-da commented 8 years ago

63f54b63c1ad431c4e4f4b8256fdf5bc105ca156 is a step in this direction. You have to set configuration parameter writeTables to true and parameter intoMobilityDataHub to false. Then, a local database is created (if it doesn't exist already) and the resulting MATSim scenario data (plans, network etc.) could be written into it.

00Bock commented 8 years ago

I guess that is good enough...