Function to identify the updated Koppen-Greiger climate zone (on a 0.1 x 0.1 degrees resolution map).
Source:R/KGClimateClass.R
KGClimateClass.Rd
Given a bounding box, the function identifies the overlapping climate zones.
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
if (FALSE) { # \dontrun{
# Define a bounding box
areaBox <- terra::ext(-3.82, -3.63, 52.41, 52.52)
# Get climate classes
KGClimateClass(areaBox = areaBox)
} # }