bmetrafficlab / OSM2VISSIM

MIT License
6 stars 3 forks source link

Great Stuff #1

Open asxzswqaz opened 1 year ago

asxzswqaz commented 1 year ago

Hi there, when i running the example code, there is a error when parse the .osm file.

data_source = driver.Open(osm_file+'.osm')

if seems like data_source = driver.Open(osm_file+'.osm') this can not open anything

tree = ET.parse(osm_file+'.osm')