realtwin.func_lib.SUMOPrep
- class realtwin.func_lib.SUMOPrep(**kwargs)[source]
The class to handle the SUMO simulation for the real-twin developed by ORNL ARMS group.
Methods
__init__(**kwargs)generateConfig(ConcreteScn, ...)The function to generate the SUMO configuration file for the simulation.
importDemand(ConcreteScn, ...)The function to import the demand from the demand file and convert it to SUMO demand file.
importNetwork(ConcreteScn)The function to import the network from the OpenDrive file and convert it to SUMO network file.
importSignal(ConcreteScn)The function to import the signal from the signal file and convert it to SUMO signal file.