This function pulls the list of stations (and related metadata), falling within a given bounding box, from the CEH National River Flow Archive website.
data.frame with list of stations and related metadata
Details
coordinates of bounding box are required in WGS84 (EPSG: 4326). If BB coordinates are missing, the function returns the list corresponding to the maximum extent of the network.
x <- GetStationSummary() # this returns all the stations in the networkx <- GetStationSummary(lonMin=-1, lonMax=1, latMin=49, latMax=51) # this returns 31 stations