This sf dataset contains a polygon defining the project for this analysis. Covers 7 Counties: Butte, Colusa, Glenn, Placer, Sutter, Yolo, and Yuba.

ff_aoi

Format

An object of class sf (inherits from tbl_df, tbl, data.frame) with 1 rows and 1 columns.

Source

Aidan Kelleher, Bethany Hackenjos, FlowWest, 2023.

Details

  • West boundary determined by Tehema canal from the top of Glenn county border until Yolo County border.

  • South boundary follows Yolo County until its intersection of Placer County and follows rice fields until the intersection of Yuba and Placer County at the Camp Far West Reservoir.

  • East boundary follows the Yuba County border until it intersects with the Yuba River, then follows the rice fields until Highway 99. Following highway 99 until it reaches the top of Butte County Boundary.

  • North boundary begins at the intersection of Tehema Canal and Glenn County Boundary, following the boundary right until it intersects Butte County Boundary. Following Butte County Boundary north until the intersection of highway 99.

Examples

head(ff_aoi)
#> Simple feature collection with 1 feature and 0 fields
#> Geometry type: POLYGON
#> Dimension:     XY
#> Bounding box:  xmin: 6474827 ymin: 1876489 xmax: 6767224 ymax: 2448341
#> Projected CRS: NAD83(2011) / California zone 2 (ftUS)
#> # A tibble: 1 × 1
#>                                                                         geometry
#>                                                       <POLYGON [US_survey_foot]>
#> 1 ((6568694 2448220, 6570120 2446519, 6571219 2443498, 6574850 2438524, 6576620…

plot(ff_aoi)