Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

get_nldi_characteristics

Get Catchment Characteristics


Description

Retrieves catchment characteristics from the Network Linked Data Index. Metadata for these characteristics can be found using 'discover_nldi_characteristics()'.

Usage

get_nldi_characteristics(nldi_feature, type = "local")

Arguments

nldi_feature

list with names 'featureSource' and 'featureID' where 'featureSource' is derived from the "source" column of the response of dataRetrieval::get_nldi_sources() and the 'featureSource' is a known identifier from the specified 'featureSource'.

type

character "all", "local", "total", or "divergence_routed".

Examples

chars <- get_nldi_characteristics(list(featureSource = "nwissite", featureID = "USGS-05429700"))
names(chars)
head(chars$local, 10)

nhdplusTools

NHDPlus Tools

v0.4.0
CC0
Authors
David Blodgett [aut, cre], Mike Johnson [ctb] (<https://orcid.org/0000-0002-5288-8350>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.