Skip to contents

Example dataset from Leeds, UK

Note

Regenerate the data with scripts in the data-raw directory.

Examples

head(si_pubs)
#> Simple feature collection with 6 features and 7 fields
#> Geometry type: POINT
#> Dimension:     XY
#> Bounding box:  xmin: -1.696442 ymin: 53.72551 xmax: -1.42461 ymax: 53.90583
#> Geodetic CRS:  WGS 84
#>      osm_id                  name barrier place man_made shop amenity
#> 2    611105   The Mexborough Arms    <NA>  <NA>     <NA> <NA>     pub
#> 4  21029699 The Black Horse Hotel    <NA>  <NA>     <NA> <NA>     pub
#> 5  26124686 The Waggon and Horses    <NA>  <NA>     <NA> <NA>     pub
#> 6  26124687            The Castle    <NA>  <NA>     <NA> <NA>     pub
#> 19 27297278           Cross Pipes    <NA>  <NA>     <NA> <NA>     pub
#> 20 27305438             Bay Horse    <NA>  <NA>     <NA> <NA>     pub
#>                      geometry
#> 2    POINT (-1.42461 53.7281)
#> 4  POINT (-1.694605 53.90571)
#> 5  POINT (-1.495596 53.72551)
#> 6  POINT (-1.495613 53.72573)
#> 19 POINT (-1.696442 53.90481)
#> 20  POINT (-1.69363 53.90583)