clearwater_lake_hydro | R Documentation |
A dataset containing hydrology features (in this case, major lakes) near Clearwater Lake, Manitoba.
clearwater_lake_hydro
An sf
(see sf::st_sf()
) object with 5 features and 8 fields.
See the source below for details.
Hydrology features are from Open Street Map, downloaded using the osmdata package.
Mark Padgham, Bob Rudis, Robin Lovelace, Maëlle Salmon (2017). “osmdata.” Journal of Open Source Software, 2(14), 305. doi:10.21105/joss.00305 https://doi.org/10.21105/joss.00305, https://joss.theoj.org/papers/10.21105/joss.00305.
library(sf)
data(clearwater_lake_hydro)
plot(clearwater_lake_hydro)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.