get_watershed_WMS: get WMS from site

View source: R/get_watershed_WMS.R

get_watershed_WMSR Documentation

get WMS from site

Description

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

Usage

get_watershed_WMS(site)

Arguments

site

a site identifier

Value

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

See Also

get_watershed_WFS

Examples


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

# will fail
get_watershed_WMS('fake_site'))

## End(Not run)


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