sf_roads: Berlin roads (WGS 84)

sf_roadsR Documentation

Berlin roads (WGS 84)

Description

An sf object containing all roads in Berlin. Contains only those classes that are used by cars (i.e. excludes roads of class footway, steps, bridleway, path, pedestrian, and cycleway as well as roads that are unclassified or of unknown class; includes tracks of all grades; run unique(sf_roads$fclass) to seeinspect all classes contained).

Usage

sf_roads

Format

An object of class sf (inherits from tbl_df, tbl, data.frame) with 106136 rows and 12 columns.

Details

  • osm_id. OpenStreetMap id for this feature as factor.

  • code. 4 digit code (between 1000 and 9999) defining the class of this feature.

  • fclass. Class name of this feature (here class of road, e.g. "primary", "living_street", or "residential")

  • name. Name of this feature (here name of the road).

  • oneway. Logical, TRUE in case this feature has a access restriction for cars.

  • maxspeed. Maximum speed on this feature.

  • bridge. Logical. TRUE in case this feature is a bridge.

  • tunnel Logical. TRUE in case this feature is a tunnel.

  • district_name. Name of the Berlin district this feature is located in.

  • district_id. 3 digit code (as character) of the district this feature is located in.

  • district_key. Combined key for the district this feature is located in.

  • geometry. Simple feature geometry.

Source

Data downloaded from https://download.geofabrik.de/europe/germany/berlin.html. Please give credit by stating (c) OpenStreetMap contributors when using the data.


EcoDynIZW/d6berlin documentation built on Oct. 18, 2024, 10:13 p.m.