oneway:bicycle=no in OSMNX graph with network_type=’bike’
I am working on an asssessment of bicycle infrastructure along common routes within european cities. In the process I encountered the following problem:
Getting ‘KeyError: ‘crs” when creating Geopandas data frame from a graph with osmnx
I extracted a list of nodes from Open Street Map using astar_path from Networkx. I am trying to create a geopandas data frame the path with that list of nodes. I am able to create a graph from the list of nodes. But when I try to create the geopandas data frame using osmnx, I get the following error: “KeyError: ‘crs'”