KGClimateClass: Function to identify the updated Koppen-Greiger climate zone...

Description Usage Arguments Value Author(s) References Examples

View source: R/KGClimateClass.R

Description

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

Usage

1
KGClimateClass(areaBox = NULL, updatedBy = "Peel", verbose = FALSE)

Arguments

areaBox

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" or "Peel"

verbose

if TRUE more info are printed on the screen

Value

List of overlapping climate zones.

Author(s)

Claudia Vitolo

References

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

Examples

1
2
3
4
5
6
7
## Not run: 
  # Define a bounding box
  areaBox <- raster::extent(-3.82, -3.63, 52.41, 52.52)
  # Get climate classes
  KGClimateClass(areaBox = areaBox)

## End(Not run)

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