Skip to contents

Get the OSM network functions

Usage

get_travel_network(
  place,
  extra_tags = et_active(),
  columns_to_remove = c("waterway", "aerialway", "barrier", "manmade"),
  ...
)

Arguments

place

A place name or a bounding box passed to osmextract::oe_get()

extra_tags

A vector of extra tags to be included in the OSM extract

columns_to_remove

A vector of columns to be removed from the OSM network

...

Additional arguments passed to osmextract::oe_get()

Value

A sf object with the OSM network