Description Usage Arguments Value Examples
Read from obstructions layer.
1 2 3 4 5 6 7 8 9 |
x |
A vector of valid GNIS_NAME, WATERSHED_KEY, WATERSHED_GROUP_NAME or WATERSHED_GROUP_CODE. If NULL, entire dataset is read. |
tributaries |
A flag indicating whether to read all tributaries in addition (only applicable if x is GNIS_NAME or WATERSHED_KEY). |
named_only |
A flag indicating whether to only include features with GNIS_NAME. |
crs |
The epsg code for the coordinate reference system. Defaults to '3005' (B.C. Albers). See https://epsgi.io. |
collect |
A flag indicating whether to collect result. |
check |
A flag indicating whether to check that x is valid. |
input_type |
A character string of the column name to filter x by. If NULL, input_type is guessed. This is useful if input is both GNIS_NAME and WATERSHED_GROUP_NAME, e.g. 'Skagit River'. |
A sf object with sfc_POLYGON geometry.
1 2 3 4 | ## Not run:
fwa_read_obstructions("GRAI")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.