lcodeca / SUMOActivityGen

An Activity-based Multi-modal Mobility Scenario Generator for SUMO. This project is available in the Eclipse SUMO contributed tools section (https://github.com/eclipse/sumo/tree/master/tools/contributed) under the name SAGA (SUMO Activity GenerAtion).
Eclipse Public License 2.0
37 stars 23 forks source link

Using additional data #43

Open martindotlindner opened 2 years ago

martindotlindner commented 2 years ago

Hey, I want to use additional data to refine the scenario, e.g. high resolution census data, number of employees, customers and pupils on address level. What´s the best way to do so in SAGA? Is the age of the population considered for the activity-generation?

Many thanks for your help!

lcodeca commented 2 years ago

Hi, SAGA uses activity chains to generate mobility. See: https://github.com/lcodeca/SUMOActivityGen/blob/master/defaults/activitygen.json#L94 You can tune it as you wish, but it needs to be done manually. SAGA has no population model.