get_watershed_WFS: get WFS from site

View source: R/get_watershed_WFS.R

get_watershed_WFSR Documentation

get WFS from site

Description

get a WFS url from a site that has a 'watershed'

Usage

get_watershed_WFS(site)

Arguments

site

a site identifier

Value

a character string for WFS url or NULL if watershed doesn't exist for site, or site doesn't exist.

See Also

get_watershed_WMS

Examples


## Not run: 
site <- "nwis_04165500"
get_watershed_WFS(site)

# will fail
get_watershed_WFS('fake_site'))

## End(Not run)


USGS-R/mda.streams documentation built on June 3, 2023, 8:43 a.m.