Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

bbbike_zones

An sf object of geographical zones taken from bbbike.org


Description

Start bicycle routing for... everywhere!

Usage

bbbike_zones

Format

An sf object with 235 rows and 11 columns:

name

The, usually English, long-form name of the city.

last_modified

When was it last modified?

type

empty

pbf_file_size

Size of the pbf file in bytes.

base_url

The base URL for the city.

poly_url

The .poly file location.

pbf

Link to the latest .osm.pbf file for this region.

level

An integer code always equal to 3 (since the bbbike data represent non-hierarchical geographical zones). This is used only for matching operations in case of spatial input. The oe_* functions will select the geographical area closest to the input place with the highest "level". See geofabrik_zones for an example of a hierarchical structure.

geometry

The sfg for that geographical region, rectangular.

Details

An sf object containing the URLs, names and file_size of the OSM extracts.

Source

See Also

Other provider's-database: geofabrik_zones, openstreetmap_fr_zones


osmextract

Download and Read OpenStreetMap Data Extracts

v0.2.1
GPL-3
Authors
Andrea Gilardi [aut, cre] (<https://orcid.org/0000-0002-9424-7439>), Robin Lovelace [aut] (<https://orcid.org/0000-0001-5679-6536>), Barry Rowlingson [ctb] (<https://orcid.org/0000-0002-8586-6625>), Salva Fernández [rev] (Salva reviewed the package (v. 0.1) for rOpenSci, see <https://github.com/ropensci/software-review/issues/395>), Nicholas Potter [rev] (Nicholas reviewed the package (v. 0.1) for rOpenSci, see <https://github.com/ropensci/software-review/issues/395>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.