GetCDs: Get catchment descriptors from the National River Flow...

View source: R/All.R

GetCDsR Documentation

Get catchment descriptors from the National River Flow Archive sites considered suitable for median annual maximum flow estimation (QMED) and pooling.

Description

Extracts the catchment descriptors for a site of interest from the National River Flow Archive. If the site is considered suitable for QMED and pooling the CDs are extracted from the QMEDData data.frame. Otherwise they are extracted using the NRFA API.

Usage

GetCDs(x)

Arguments

x

the site reference of interest (numeric)

Value

A data.frame with columns; Descriptor and Value.

Author(s)

Anthony Hammond

Examples

#Get CDs and display in the console
CDs.203018 <- GetCDs(203018)
CDs.203018

UKFE documentation built on April 4, 2025, 12:55 a.m.

Related to GetCDs in UKFE...