
Simple feature polygons of soil data in the Tampa Bay Estuary Program boundary
Source:R/tbsoil.R
tbsoil.Rd
Simple feature polygons of soil data in the Tampa Bay Estuary Program boundary
Format
A sf
object
Details
Used for estimating ungaged non-point source (NPS) loads. The data includes the following columns.
FLUCCSCODE
: Numeric value for the Florida Land Use, Cover and Forms Classification System (FLUCCS) codeFLUCCSDESC
: Character describing the FLUCCS descriptiongeometry
: The geometry column
Projection is NAD83(2011) / Florida West (ftUS), CRS 6443.
Examples
if (FALSE) { # \dontrun{
# use SWFWMD API
tbsoil <- util_nps_getswfwmd('soil')
save(tbsoil, file = 'data/tbsoil.RData', compress = 'xz')
} # }