# Find gauges on the River Tame
if (FALSE) {
GetDataEA_QH(RiverName = "Tame")
}
# Find gauges within 10km of a latitude/longitude coordinate somewhere near the
# centre of Dartmoor
if (FALSE) {
GetDataEA_QH(Lat = 50.6, Lon = -3.9, Range = 10)
}
# Get all available daily maximum flow data from the Bellever gauge on the
# East Dart River
if (FALSE) {
bellever_max <- GetDataEA_QH(WISKI_ID = "SX67F051")
}
# Get 15-minute data from the Bellever for the November 2024 event
if (FALSE) {
bellever_nov_2024 <- GetDataEA_QH(
WISKI_ID = "SX67F051",
From = "2024-11-23", To = "2024-11-25", Period = "15Mins"
)
}
Run the code above in your browser using DataLab