sumo
sumo copied to clipboard
How to convert json file to xml?
I have two files: flow.JSON and roadnet.JSON. I want to know how to convert the JSON files to xlm (e.g., .rou file and .xml file)? Thank you in advance!
flow.json roadnet.jsonThese are my files
netconvert has the potential to load shape files (.shp, .shx, .dbf) and potentially also for loading .geojson.
However, there seems to be something wrong with your roadnet.json file insofar it cannot be loaded by QGIS (tested with version 3.22). Can you provide a valid .geojson file?