catalogueData60UK: Data source: Data60UK catalogue

Description Usage Arguments Value Author(s) Source Examples

View source: R/Data60UK.R

Description

This function interfaces the Data60UK database catalogue listing 61 gauging stations.

Usage

1

Arguments

areaBox

bounding box, a list made of 4 elements: minimum longitude (lonMin), minimum latitude (latMin), maximum longitude (lonMax), maximum latitude (latMax)

Value

This function returns a data frame containing the following columns:

id

Station id number.

River

String describing the river's name.

Location

String describing the location.

gridReference

British National Grid Reference.

Latitude
Longitude

Author(s)

Claudia Vitolo

Source

http://nrfaapps.ceh.ac.uk/datauk60/data.html

Examples

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)

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