This function interfaces the Data60UK database catalogue listing 61 gauging stations.
Value
This function returns a data frame containing the following columns:
idStation id number.
RiverString describing the river's name.
LocationString describing the location.
gridReferenceBritish National Grid Reference.
LatitudeLongitude
Examples
if (FALSE) { # \dontrun{
  # Retrieve the whole catalogue
  Data60UK_catalogue_all <- catalogueData60UK()
  # Filter the catalogue based on a bounding box
  areaBox <- terra::ext(-4, -2, +52, +53)
  Data60UK_catalogue_bbox <- catalogueData60UK(areaBox)
} # }
