eqasim-org / ile-de-france

An open synthetic population of Île-de-France for agent-based transport simulation
GNU General Public License v2.0
47 stars 69 forks source link

feat: integrate vehicles by default #233

Closed sebhoerl closed 4 weeks ago

sebhoerl commented 4 months ago

This PR adds vehicles to the pipeline by default. This means that all data output will contain vehicles.csv|parquet and vehicle_types.csv|parquet. The MATSim output contains vehicles.xml.gz and the simulation is configured such that vehicles are retrieved from that file. In eqasim-java we provide a script that allows to retrofit older scenarios.

For the generation of vehicles, you can choose between default, which generates a default vehicle type per motorized mode and fleet_sample which will make use of the French vehicle fleet data. In that case this data source must be added to the input data sets. Instructions for doing so are given in the updated READMEs.