Supplementary `sf` geometry layer containing the non-salmonid rearing streams and canals used to calculate the flow distances from indirect return points to their nearest salmonid rearing stream (in the `ds_fbs_dist` attribute of `returns`)

ff_canals

Format

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

Source

FlowWest; modified from USGS National Hydrography Dataset

Examples

head(ff_canals)
#> Simple feature collection with 6 features and 2 fields
#> Geometry type: LINESTRING
#> Dimension:     XY
#> Bounding box:  xmin: 6537754 ymin: 2046123 xmax: 6695945 ymax: 2250409
#> Projected CRS: NAD83(2011) / California zone 2 (ftUS)
#> # A tibble: 6 × 3
#>   canal_id canal_name                                                   geometry
#>      <int> <chr>                                   <LINESTRING [US_survey_foot]>
#> 1        9 Natomas Cross Canal                (6695945 2064719, 6695220 2064156)
#> 2        9 Natomas Cross Canal             (6695220 2064156, 6676008 2049240, 6…
#> 3       10 Main Canal                      (6682739 2069936, 6682816 2069795, 6…
#> 4       10 Main Canal                      (6682832 2069755, 6682888 2069618, 6…
#> 5       11 Hunters Creek 2 Diversion Canal    (6537828 2250408, 6537754 2250409)
#> 6       13 Main Drainage Levee Canal       (6595410 2245915, 6595123 2245630, 6…

plot(ff_canals$geometry)