All functions
|
|
base_konigsberg_graph()
|
Create an intermediate graph representation of OSM data |
|
boston
|
A small sample of OSM data from Boston, Massachusetts |
|
all_bridges() main_bridges()
|
OSM Bridge filters |
|
collect_edge_bundles()
|
Get a list of edge lists that represent multi-edge bridges |
|
get_osm_bbox() get_osm_file()
|
Download OSM data from a specified lon/lat bounding box |
|
graph_to_sf() edges_to_sf() nodes_to_sf()
|
Convert an igraph object with lon/lat attributes to an SF linestring collection |
|
konigsberg_graph()
|
Create a road and bridge network from OSM data |
|
pathway_to_sf()
|
Create an sf object from a konigsberg path |
|
plot_konigsberg_path()
|
Plot a static visual of the Konigsberg pathway |
|
select_main_component()
|
Keep only the biggest connected component of a graph |
|
simplify_konigsbergr()
|
Simplify a Konigsbergr Graph for Network Analysis |
|
cross_all_bridges() cross_specific_bridges()
|
Calculate pathways across bridges |
|
view_konigsberg_path()
|
Plot bridge crossing pathway on a Leaflet map |
|
automobile_highways() pedestrian_highways()
|
OSM Way filters |