Skip to main content

From SUMO

Input files

  • SUMO routes (definitions)
    • route_path
  • SUMO stops
  • converted Map
    • converted_map
  • the mapping relationship between the original ids and new ids in the converted map
    • sumo_id_mapping

Args of RouteConverter

  1. converted_map (Map): the converted map from SUMO network
  2. sumo_id_mappings (dict): the mapping from SUMO id to the unique id in the converted map
  3. route_path (str): the path to the SUMO route file
  4. additional_path (str): traffic light yellow time in fixed program
  5. additional_path (str): the path to the additional file containing bus stops, charging stations, and parking areas
  6. seed (int): the random seed