Learn R Programming

hddtools (version 0.9.4)

catalogueSEPA: Data source: SEPA catalogue

Description

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()

Arguments

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

Examples

Run this code
# NOT RUN {
  # Retrieve the whole catalogue
  SEPA_catalogue_all <- catalogueSEPA()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab