View source: R/GHCN_FUNCTIONS.R
get_ghcn_inventory | R Documentation |
get_ghcn_inventory
returns a SpatialPolygonsDataFrame
of the GHCN stations within
the specified template
. If template is not provided, returns the entire GHCN inventory.
get_ghcn_inventory(template = NULL, elements = NULL, raw.dir)
template |
An |
elements |
A character vector of elements 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. |
Stations with multiple elements will have multiple points. This allows for easy mapping of stations by element availability.
A Simple Feature
of the GHCN stations within
the specified template
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.