| wisconsin_lakes | R Documentation |
A dataset containing example sampling sites from well-known Wisconsin lakes. These coordinates are useful for testing with real lake boundaries from OpenStreetMap.
wisconsin_lakes
A data frame with 8 rows and 4 variables:
Unique site identifier
Name of the lake
Latitude in decimal degrees (WGS84)
Longitude in decimal degrees (WGS84)
The dataset includes sites from three Wisconsin lakes:
Lake Mendota (3 sites) - Madison's largest lake, well-studied
Lake Monona (2 sites) - Connected to Mendota via Yahara River
Geneva Lake (3 sites) - Popular recreational lake in SE Wisconsin
Synthetic data based on real lake locations
# Load the dataset
data(wisconsin_lakes)
# View the data
head(wisconsin_lakes)
# Use with lakefetch (requires internet connection)
sites <- load_sites(wisconsin_lakes)
lake_data <- get_lake_boundary(sites)
results <- fetch_calculate(sites, lake_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.