uni_point: sf object representing the university of Leeds

uni_pointR Documentation

sf object representing the university of Leeds

Description

From OpenStreetMap

Usage

uni_point

Format

An object of class sf (inherits from data.frame) with 1 rows and 5 columns.

Examples

# library(osmdata)
# osm_list <- opq("leeds") %>%
#   add_osm_feature("name", "University of Leeds") %>%
#   osmdata_sf()
# uni_poly = osm_list$osm_polygons
# mapview::mapview(uni_poly)
# uni_point <- sf::st_centroid(osm_list$osm_polygons)

ATFutures/geoplumber documentation built on July 4, 2023, 12:18 a.m.