This dataset, cyclehire_pts, is an sf object containing point locations
of cycle hire stations across London. Each observation represents a hire point with
information about its name, area, number of available bikes, and number of empty
docking slots at the time of data collection.
data(cyclehire_pts)An sf object with 742 observations and 6 variables:
Station identifier (integer)
Name of the station (factor)
Area of London where the station is located (factor with 121 levels)
Number of bikes available (integer)
Number of empty docking slots (integer)
Point geometry in XY coordinates (sfc_POINT)
The dataset name has been kept as cyclehire_pts to avoid confusion with other datasets
in the R ecosystem. This naming convention helps distinguish this dataset as part of the
lightsf package and assists users in identifying its specific characteristics.
The suffix pts indicates that the dataset contains point geometries.
The original content has not been modified in any way.