sf_metro | R Documentation |
An sf object containing the locations of metro stations in Berlin.
sf_metro
An object of class sf
(inherits from tbl_df
, tbl
, data.frame
) with 260 rows and 9 columns.
osm_id. OpenStreetMap id for this feature.
code. 4 digit code (between 1000 and 9999) defining the class of this feature.
fclass. Class name of this feature (always of class "railway_station").
name. Name of this feature (here name of the water body).
type. Type of train station, either S-Bahn or U-Bahn.
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.
Data downloaded from https://download.geofabrik.de/europe/germany/berlin.html. Please give credit by stating (c) OpenStreetMap contributors when using the data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.