Learn R Programming

hddtools (version 0.3.0)

KGClimateClass: Function to identify the updated Koppen-Greiger climate zone (on a 0.1 x 0.1 degrees resolution map).

Description

Given a bounding box, the function identifies the overlapping climate zones.

Usage

KGClimateClass(bbox = NULL, updatedBy = "Peel", verbose = FALSE)

Arguments

bbox
bounding box, a list made of 4 elements: minimum longitude (lonMin), minimum latitude (latMin), maximum longitude (lonMax), maximum latitude (latMax)
updatedBy
this can either be Kottek
verbose
if TRUE more info are printed on the screen

Value

List of overlapping climate zones.

References

Kottek et al. (2006): http://koeppen-geiger.vu-wien.ac.at/. Peel et al. (2007): http://people.eng.unimelb.edu.au/mpeel/koppen.html.

Examples

Run this code
## Not run: 
#   # Define a bounding box
#   bbox <- list(lonMin=-3.82,latMin=52.41,lonMax=-3.63,latMax=52.52)
#   # Get climate classes
#   KGClimateClass(bbox)
# ## End(Not run)

Run the code above in your browser using DataLab