R/climatezones.R

#' Koppen-Geiger Climate Zones reference table.
#'
#' A data frame containing the Koppen Geiger climate classification for areas.
#'
#' @format A data frame with 92416 rows and 3 variables:
#' \describe{
#'   \item{Lat}{Latitude, numeric}
#'   \item{Lon}{Longitude, numeric}
#'   \item{Cls}{Climate Zone, factor with 30 levels}

#' }
#' @source \url{http://koeppen-geiger.vu-wien.ac.at/present.htm}
"climatezones"

Try the kgc package in your browser

Any scripts or data that you put into this service are public.

kgc documentation built on May 2, 2019, 1:47 p.m.