shoreline: zipped polygon shapefile of Great Lakes

shorelineR Documentation

zipped polygon shapefile of Great Lakes

Description

Polygon coastline of Great Lakes in WGS84 projection.

Format

shapefile

Details

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'.

Filename

shoreline.zip

Used to make great_lakes_polygon.

NA

Author(s)

Todd Hayden

Source

http://glatos.glos.us/home

Examples


# 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)


ocean-tracking-network/glatos documentation built on April 17, 2025, 10:38 p.m.