highway_authorities: Highway authorities

Description Format Examples

Description

These are the highway authorities in the UK. 'highway_authorities_mod' is a modified version for plotting.

Format

An sf object

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
highway_authorities = sf::read_sf("data/boundaries/ha.gpkg")
highway_authorities = rmapshaper::ms_simplify(highway_authorities)
# highway_authorities = sf::st_simplify(highway_authorities, 0.001)
pryr::object_size(highway_authorities)

## End(Not run)
sf:::plot.sf(highway_authorities)
sf:::plot.sf(highway_authorities_mod)

ITSLeeds/roadworksUK documentation built on May 31, 2019, 5:18 p.m.