
Combined spatial data required for non-point source (NPS) ungaged estimate
Source:R/tbbase.R
tbbase.Rd
Combined spatial data required for non-point source (NPS) ungaged estimate
Format
A summarized data frame containing the union of all inputs showing major bay segment, sub-basin (basin), drainage feature (drnfeat), jurisdiction (entity), land use/land cover (FLUCCSCODE), CLUCSID, IMPROVED, hydrologic group (hydgrp), and area in hectures. These represent all relevant spatial combinations in the Tampa Bay watershed.
See "data-raw/tbbase.R" for creation.
Examples
tbbase
#> # A tibble: 25,232 × 9
#> bay_seg basin drnfeat entity FLUCCSCODE CLUCSID IMPROVED hydgrp area_ha
#> <dbl> <chr> <chr> <chr> <dbl> <dbl> <int> <chr> <dbl>
#> 1 1 02304500 LAKE HILLSBOR… 1100 1 1 B/D 6.51e-3
#> 2 1 02304500 LAKE HILLSBOR… 1100 1 1 C 2.54e-3
#> 3 1 02304500 LAKE HILLSBOR… 1200 2 1 A 1.08e-3
#> 4 1 02304500 LAKE HILLSBOR… 1200 2 1 B/D 4.40e-3
#> 5 1 02304500 LAKE HILLSBOR… 1200 2 1 C 3.35e-2
#> 6 1 02304500 LAKE HILLSBOR… 1200 2 1 D 5.74e-3
#> 7 1 02304500 LAKE HILLSBOR… 1400 4 1 B/D 7.79e-3
#> 8 1 02304500 LAKE HILLSBOR… 1400 4 1 C 9.69e-3
#> 9 1 02304500 LAKE HILLSBOR… 1700 7 1 B/D 1.55e-4
#> 10 1 02304500 LAKE HILLSBOR… 1900 8 0 B/D 5.74e-3
#> # ℹ 25,222 more rows