Skip to contents

This function provides the official SEPA database catalogue of river level data (from https://www2.sepa.org.uk/waterlevels/CSVs/SEPA_River_Levels_Web.csv) containing info for hundreds of stations. Some are NRFA stations. The function has no input arguments.

Usage

catalogueSEPA()

Value

This function returns a data frame containing the following columns:

SEPA_HYDROLOGY_OFFICE
STATION_NAME
LOCATION_CODE

Station id number.

NATIONAL_GRID_REFERENCE
CATCHMENT_NAME
RIVER_NAME
GAUGE_DATUM
CATCHMENT_AREA

in Km2

START_DATE
END_DATE
SYSTEM_ID
LOWEST_VALUE
LOW
MAX_VALUE
HIGH
MAX_DISPLAY
MEAN
UNITS
WEB_MESSAGE
NRFA_LINK

Author

Claudia Vitolo

Examples

if (FALSE) {
  # Retrieve the whole catalogue
  SEPA_catalogue_all <- catalogueSEPA()
}