gboeing / osmnx-examples

Gallery of OSMnx tutorials, usage examples, and feature demonstations.
https://osmnx.readthedocs.io
MIT License
1.54k stars 522 forks source link

error in notebook 08 #56

Closed mengluchu closed 2 years ago

mengluchu commented 2 years ago

I got an error when running notebook 08 using the environment from the yml provided in the repository:

In chunk 2 G = ox.graph_from_place('Piedmont, California', network_type='drive')

ValueError: Assigning CRS to a GeoDataFrame without a geometry column is not supported. Use GeoDataFrame.set_geometry to set the active geometry column.

gboeing commented 2 years ago

What version of OSMnx are you using? Ensure it is the latest (v1.2.x)