Description Usage Arguments Value Author(s) Source Examples
This function interfaces the Data60UK database catalogue listing 61 gauging stations.
1 | catalogueData60UK(areaBox = NULL)
|
areaBox |
bounding box, a list made of 4 elements: minimum longitude (lonMin), minimum latitude (latMin), maximum longitude (lonMax), maximum latitude (latMax) |
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.
LatitudeLongitudeClaudia Vitolo
http://nrfaapps.ceh.ac.uk/datauk60/data.html
1 2 3 4 5 6 7 8 9 | ## Not run:
# Retrieve the whole catalogue
Data60UK_catalogue_all <- catalogueData60UK()
# Filter the catalogue based on a bounding box
areaBox <- raster::extent(-4, -2, +52, +53)
Data60UK_catalogue_bbox <- catalogueData60UK(areaBox)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.