Skip to contents

Get the bounding box of a city

Usage

get_osm_bb(city_name)

Arguments

city_name

The name of the city

Value

A bbox object with the bounding box of the city

Examples

if (FALSE) { # interactive()
get_osm_bb("Bucharest")
}