View source: R/fnc_get_climate_args_poly.R
| fnc_get_climate_args_poly | R Documentation | 
When climate data, as needed in run_multisite_LWFB90, isn't provided as a list (which takes up ram if too many points are modelled), but as a list of climate arguments to be read out by fnc_read_climdb_poly, this function creates the necessary argument list. Polygons usually need the input of several Climate-Cells. Which ones and how much weight each cell contributes to the climate within the polygons is determined here.
fnc_get_climate_args_poly(df.ids, mindate, maxdate, store_as = NA)
| df.ids | data frame with  | 
| mindate | used for filtering climate data to certain dates. Date-object, recommended to set to  | 
| maxdate | used for filtering climate data to certain dates. Date-object, recommended to set to  | 
| store_as | when the file should be stored somewhere, a complete path with file ending  | 
list of climate arguments as needed by fnc_read_climdb_poly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.