routable network download error
Fern-Parker opened this issue · 3 comments
Fern-Parker commented
cyang-kth commented
The problem seems to be an issue with fiona, try to check the version of osmnx
The version it worked with is " 0.15.0 "
Fern-Parker commented
Thank you. But, After changing to osmnx 0.15.0, I still encounter the same issue.
Fern-Parker commented
When I write like the following, it works well!
save the nodes and edges as separate ESRI shapefiles
with fiona.Env(OSR_WKT_FORMAT="WKT2_2018"):
gdf_nodes.to_file(filepath_nodes, encoding=encoding)
gdf_edges.to_file(filepath_edges, encoding=encoding)
Reference: geopandas/geopandas#1697 (comment)