Creates a base graph object with the appropriate edge and vertex attributes from OSM.
konigsberg_graph(src, path_filter = automobile_highways, bridge_filter = all_bridges)
src | An |
---|---|
path_filter | A function that filters which Ways will be traversable in the graph. See |
bridge_filter | A function that marks which Ways are bridges that need to be crossed. See |
A konigsberg_graph
object.