CDsXML: Import catchment descriptors from .xml files

View source: R/All.R

CDsXMLR Documentation

Import catchment descriptors from .xml files

Description

Imports catchment descriptors from xml files either from an FEH webservice download or from the Peakflows dataset downloaded from the national river flow archive (NRFA) website

Usage

CDsXML(x)

Arguments

x

the xml file path

Value

A data.frame with columns; Descriptor and Value.

Author(s)

Anthony Hammond

Examples


# Import catchment descriptors from a FEH webserver XML file and display XML in the console
## Not run: 
cds_my_site <- CDsXML(r"{C:\Data\FEH_Catchment_384200_458200.xml}")
cds_my_site

## End(Not run)


UKFE documentation built on Nov. 5, 2025, 6:25 p.m.

Related to CDsXML in UKFE...