We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I download routable network from OSM, I get "CRSError: Invalid input to create CRS"****. Any help will be greatly appreciated!
The text was updated successfully, but these errors were encountered:
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 "
cyang-kth/osm_mapmatching#13
Sorry, something went wrong.
Thank you. But, After changing to osmnx 0.15.0, I still encounter the same issue.
When I write like the following, it works well!
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)
No branches or pull requests
When I download routable network from OSM, I get "CRSError: Invalid input to create CRS"****. Any help will be greatly appreciated!
The text was updated successfully, but these errors were encountered: