
Ensure meteo object is ready to create an interpolator object
Source:R/tidy_meteo_and_topo.R
with_meteo.RdCheck integrity of meteo objects
Usage
with_meteo(meteo, verbose = getOption("meteoland_verbosity", TRUE))Details
This function is the first step in the creation of a meteoland interpolator, ensuring the meteo provided contains all the required elements
See also
Other interpolator functions: add_topo(),
create_meteo_interpolator(),
get_interpolation_params(), read_interpolator(),
set_interpolation_params(), write_interpolator()
Examples
# example meteo
data(meteoland_meteo_example)
with_meteo(meteoland_meteo_example)
#> ℹ Checking meteorology object...
#> ✔ meteorology object ok