catalogueSEPA: Data source: SEPA catalogue

Description Usage Value Author(s) Examples

View source: R/SEPA.R

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

1

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

Claudia Vitolo

Examples

1
2
3
4
5
## Not run: 
  # Retrieve the whole catalogue
  SEPA_catalogue_all <- catalogueSEPA()

## End(Not run)

hddtools documentation built on Feb. 15, 2021, 1:08 a.m.