meteoland_raster_interpolation | R Documentation |
meteoland_raster_interpolation
is a wrapper for the
$raster_interpolation
method of lfcMeteoland
objects.
See also meteoland
.
meteoland_raster_interpolation(object, sf, dates)
object |
|
sf |
sf object with the the polygon/multipolygons features to interpolate. |
dates |
character vector of length 2 with the dates range (start-end) to
interpolate (i.e. |
Dates must be provided as a two elements character vector, with
the start date and the end date in a format accepted by
as.Date
.
The allowed range for dates is one natural year (365 days) ending on the
actual date minus one day.
Interpolation for polygons is made based on a 1000x1000 meters topology
raster.
A list of raster objects (raster
), each date
as an element of that list.
Other Meteoland functions:
meteoland_get_lowres_raster()
,
meteoland_historical_points_interpolation()
,
meteoland_points_interpolation()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.