R/FloridaBayShp.R

#' 
#' @title Florida Bay shapefile with subregions
#' 
#' @description A SpatialPolygonsDataFrame. proj4string: [+proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs
#'
#' @name fb
#' @format a SpatialPolygonsDataFrame
#' @examples 
#' summary(fb)
#' 
#' \dontrun{
#' ### code used to generate object 
#' fb <- rgdal::readOGR("C:/ESRIDATA/Florida_Bay/subregions", "SFL_NNC") 
#' fb <- fb[grepl(x = fb$SEGMENT_NA, pattern = "Florida Bay|Manatee Bay"), ]
#' fb <- sp::spTransform(fb, sp::proj4string(fireHydro::edenDEM))
#' # save("fb", file =  paste0(here::here(), "/data/fb.RData"))
#' 
#' }
NULL
troyhill/EvergladesEBM documentation built on Nov. 19, 2023, 8:39 a.m.