meteoland_raster_interpolation: Current raster interpolation

View source: R/lfcMeteoland.R

meteoland_raster_interpolationR Documentation

Current raster interpolation

Description

meteoland_raster_interpolation is a wrapper for the $raster_interpolation method of lfcMeteoland objects. See also meteoland.

Usage

meteoland_raster_interpolation(object, sf, dates)

Arguments

object

lfcMeteoland object, as created by meteoland

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. c("2020-04-25", "2020-04-30")). See details for more information.

Details

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.

Value

A list of raster objects (raster), each date as an element of that list.

See Also

Other Meteoland functions: meteoland_get_lowres_raster(), meteoland_historical_points_interpolation(), meteoland_points_interpolation()


MalditoBarbudo/lfcdata documentation built on May 2, 2023, 10:30 p.m.