catalogueSEPA | R Documentation |
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.
catalogueSEPA()
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
Claudia Vitolo
## Not run:
# Retrieve the whole catalogue
SEPA_catalogue_all <- catalogueSEPA()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.