Skip to content

Commit

Permalink
rectify default network_type
Browse files Browse the repository at this point in the history
  • Loading branch information
mitanshu7 committed Apr 15, 2024
1 parent 7beebac commit fe0b83c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/01-overview-osmnx.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@
" - 'drive_service' - get drivable streets, including service roads\n",
" - 'walk' - get all streets and paths that pedestrians can use (this network type ignores one-way directionality)\n",
" - 'bike' - get all streets and paths that cyclists can use\n",
" - 'all' - download all non-private OSM streets and paths (this is the default network type unless you specify a different one)\n",
" - 'all_private' - download all OSM streets and paths, including private-access ones"
" - 'all' - download all non-private OSM streets and paths \n",
" - 'all_private' - download all OSM streets and paths, including private-access ones (this is the default network type unless you specify a different one)"
]
},
{
Expand Down

0 comments on commit fe0b83c

Please sign in to comment.