OSMnx list of network types

3.5k views Asked by At

I searched through the documentation and examples but could not find a complete list of network types. I looked at the OSM API documentation as well. I know a few like "all", "drive", "bike", "walk" but is there a complete list somewhere?

1

There are 1 answers

0
gboeing On BEST ANSWER

See the documentation. There is a list of possible network_type arguments in the docstring of every graph_from_whatever function. For example:

network_type (string) – what type of street network to get if custom_filter is None. One of ‘walk’, ‘bike’, ‘drive’, ‘drive_service’, ‘all’, or ‘all_private’.