Skip to contents

Downloads the climatological fiche (PDF) of the nearest Meteo-France station to the provided geometry.

Usage

mf_get_climate_fiche(x, dirname = NULL, verbose = TRUE)

Arguments

x

sf or sfc

dirname

character; directory where the PDF will be saved. Defaults to tools::R_user_dir()

verbose

logical If TRUE, display progress messages.

Value

Path to the downloaded PDF

Details

The fiche contains station metadata and long-term climatological summaries.

Examples

if (FALSE) { # \dontrun{
mf_get_climate_fiche(parca, dirname = "METEO")
} # }