CityFlow icon indicating copy to clipboard operation
CityFlow copied to clipboard

Segmentation fault when I try to use a roadnet from SUMO

Open josemanuelsannav opened this issue 1 year ago • 0 comments

I'm trying to use a roadnet converted from a SUMO roadnet of a real town (using openstreetmap ) . First y save the SUMO archive to a .net.xml. Then I convert it to a .json using the converter.py Finally I create the flow.json and try to use them .

import cityflow eng = cityflow.Engine("config.json") Segmentation fault

josemanuelsannav avatar Feb 07 '24 18:02 josemanuelsannav