R/tbshed.R

#' Spatial data object of Tampa Bay watershed
#'
#' Spatial data object of Tampa Bay watershed, includes the bay proper
#'
#' @format A simple features \code{\link[sf]{sf}} object (POLYGON) with 1 feature and 0 fields, +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs
#'
#' @concept data
#'
#' @examples
#' library(sf)
#' \dontrun{
#' library(dplyr)
#' tbshed <- st_read('T:/05_GIS/BOUNDARIES/TBEP_Watershed_Correct_Projection.shp') %>%
#'   select(-Id, -Name, -Area_m, -Hectares) %>%
#'   st_transform(crs = 4326)
#'
#' save(tbshed, file = 'data/tbshed.RData', compress = 'xz')
#' }
#' plot(st_geometry(tbshed))
"tbshed"
tbep-tech/tbeptools documentation built on April 13, 2025, 4:50 p.m.