shoreline | R Documentation |
Polygon coastline of Great Lakes in WGS84 projection.
shapefile
Note from Todd: "This polygon layer of GL shoreline was modified by hand to include Saginaw, Tittabawasssee, Maumee, and Sandusky rivers. Outlines of rivers are not precise but were wide enough to allow a continuous connection between pixels for the entire undammed river stretch when the 'rasterize' function is used to produce a raster layer of the GL in QGIS."
Todd's original file name was 'coastline_poly_modified_rivers'.
shoreline.zip
NA
Todd Hayden
# Read polygon from shapefile
poly_file <- system.file("extdata", "shoreline.zip", package = "glatos")
poly <- sf::st_read(paste0("/vsizip/", poly_file))
## Not run:
plot(sf::st_geometry(poly))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.