FedData (version 2.0.8)

get_ghcn_inventory: Download and crop the inventory of GHCN stations.

Description

get_ghcn_inventory returns a SpatialPolygonsDataFrame of the GHCN stations within the specified template. If template is not provided, returns the entire GHCN inventory.

Usage

get_ghcn_inventory(template = NULL, elements = NULL, raw.dir)

Arguments

template
A Raster* or Spatial* object to serve as a template for cropping.
elements
A character vector of elemets to extract. Common elements include "tmin", "tmax", and "prcp".
raw.dir
A character string indicating where raw downloaded files should be put. The directory will be created if missing.

Value

A SpatialPolygonsDataFrame of the GHCN stations within the specified template

Details

Stations with multiple elements will have multiple points. This allows for easy mapping of stations by element availability.