Skip to contents

Downloads monthly climatological data for the 3 nearest meteorological stations.

Usage

mf_get_climatology(x, cache = NULL, verbose = TRUE)

Arguments

x

sf or sfc.

cache

character; Storage directory. Defaults to the user cache directory (see tools::R_user_dir())

verbose

logical If TRUE, display progress messages.

Value

A data.frame containing monthly climatology records for the nearest stations.

Details

Cached files are reused to avoid redundant downloads.

Examples

if (FALSE) { # \dontrun{
clim <- mf_get_climatology(parca)
} # }