Open asxzswqaz opened 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')
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 anythingtree = ET.parse(osm_file+'.osm')