# Import catchment descriptors from an NRFA Peak Flows XML file and display in console
if (FALSE) {
cds_4003 <- CDsXML("C:/Data/NRFAPeakFlow_v11/Suitable for QMED/4003.xml")
cds_4003
}
# Import catchment descriptors from a FEH webserver XML file and display XML in the console
if (FALSE) {
cds_my_site <- CDsXML("C:/Data/FEH_Catchment_384200_458200.xml")
cds_my_site
}
Run the code above in your browser using DataLab