A dataset containing the floodplain habitat area in acres as a function of flow in cubic feet per second

san_joaquin_river_floodplain

Format

dataframe with 32 rows and 5 variables:

flow_cfs

integer flow value in cubic feet per second

FR_floodplain_acres

fall run floodplain acreage

SR_floodplain_acres

spring run floodplain acreage

ST_floodplain_acres

steelhead floodplain acreage

watershed

name of watershed

Source

Central Valley Floodplain Evaluation and Delineation (CVFED) HEC-RAS hydraulic model

Fall Run, Spring Run and Steelhead Modeling

The entire mapped rearing extent of 45.68 miles was modeled using Central Valley Floodplain Evaluation and Delineation (CVFED) HEC-RAS hydraulic model. Active channel area of 534.20 acres estimated through remote sensing analysis was subtracted from total inundated area to get inundated floodplain area.

Examples

san_joaquin_river_floodplain
#> # A tibble: 32 x 5 #> flow_cfs FR_floodplain_acr… SR_floodplain_ac… ST_floodplain_ac… watershed #> <dbl> <dbl> <dbl> <dbl> <chr> #> 1 20 0 0 0 San Joaquin… #> 2 770 0 0 0 San Joaquin… #> 3 1520 94.4 94.4 94.4 San Joaquin… #> 4 2214 279. 279. 279. San Joaquin… #> 5 2270 294. 294. 294. San Joaquin… #> 6 3020 702. 702. 702. San Joaquin… #> 7 3770 839. 839. 839. San Joaquin… #> 8 4520 1012. 1012. 1012. San Joaquin… #> 9 5270 1145. 1145. 1145. San Joaquin… #> 10 6020 1302. 1302. 1302. San Joaquin… #> # ... with 22 more rows