Description Usage Arguments Value
Get NHD Crosswalk
1 2 3 4 5 6 | get_nhd_crosswalk(
x,
catchment_prefix = "catchment_",
network_order = NULL,
sites = data.frame(local_id = character(0), site_no = character(0))
)
|
x |
sf data.frame output from reconcile_collapsed_flowlines() function |
catchment_prefix |
character prefix to be appended to local_id output. |
network_order |
data.frame COMID and Hydroseq attributes allowing upstream downstream sorting. |
sites |
data.frame local_id and site_no for sites that should be added to the output list. Only used if network_order is not NULL |
If network_order is supplied, a list format is returned, if network_order is NULL, a basic crosswalk table is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.