gboeing / osmnx-examples

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

rectify default network_type #86

Closed mitanshu7 closed 2 months ago

mitanshu7 commented 2 months ago

In the markdown block starting with: ## Part 2: download and model street networks... You mention that the default network_type is 'all', however according to the osmnx documentation, I see that the default now is 'all_private'. See.

Hence, this PR is to reflect the same change in the examples.

gboeing commented 2 months ago

Thanks @mitanshu7. You're right, that had been the case. But it was recently rectified on the OSMnx side by setting the default network_type="all". See https://osmnx.readthedocs.io/en/latest/user-reference.html#module-osmnx.graph