Skip to content

Commit

Permalink
add tbsegdetail
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Sep 25, 2024
1 parent a80cd8f commit aa72d1f
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 0 deletions.
18 changes: 18 additions & 0 deletions R/tbsegdetail.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#' Spatial data object of detailed Tampa Bay segments
#'
#' Spatial data object of detailed Tampa Bay segments
#'
#' @format A simple features \code{\link[sf]{sf}} object (POLYGON) with 7 features and 2 fields, +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs
#' \describe{
#' \item{long_name}{chr}
#' \item{bay_segment}{chr}
#' }
#'
#' @description Note that these boundaries are not used for formal analysis and are only used as visual aids in mapping. The data object differs from \code{\link{tbseg}} by including Boca Ciega Bay, Terra Ceia Bay, and Manatee River. The boundaries are also more detailed.
#'
#' @concept data
#'
#' @examples
#' library(sf)
#' plot(st_geometry(tbsegdetail))
"tbsegdetail"
7 changes: 7 additions & 0 deletions data-raw/tbsegdetail-raw.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# detailed tampa bay segments, from benthic-dash ----------------------------------------------

load(file = url('https://github.com/tbep-tech/benthic-dash/raw/refs/heads/main/data/segs.RData'))

tbsegdetail <- segs

save(tbsegdetail, file = 'data/tbsegdetail.RData', compress = 'xz')
Binary file added data/tbsegdetail.RData
Binary file not shown.
28 changes: 28 additions & 0 deletions man/tbsegdetail.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa72d1f

Please sign in to comment.