# Find gauges on the River Spey
if (FALSE) {
GetDataSEPA_QH(RiverName = "Spey")
}
# Find gauges within 20km of a latitude/longitude coordinate somewhere near the centre of Scotland
# This example causes a fatal session error in this version of the UKFE package
if (FALSE) {
GetDataSEPA_QH(lat = 56, lon = -4, Range = 20)
}
# Get all available daily mean flow data from the Boat o Brig gauge on the Spey
if (FALSE) {
spey_daily <- GetDataSEPA_QH(StationID = "37174")
}
# Get 15-minute data from the Boat o Brig for the highest recorded peak
if (FALSE) {
boatobrig_aug_1970 <- GetDataSEPA_QH(
StationID = "37174",
From = "1970-08-16", To = "1970-08-19", Period = "15Mins"
)
}
Run the code above in your browser using DataLab