View source: R/prepare_df_points.R
prepare_df_points | R Documentation |
Prepare the input data.frame of sampling points for the rest of the workflow
prepare_df_points(df_points_metadata)
df_points_metadata |
data.frame. Contains the input sampling points. Expected format is given in the details |
lag_time |
integer. lagged time (in days) for which data will be extracted from the time series collections |
Expected format for input data.frame df_points_metadata
is the following :
character string. unique identifier of the sampling point
sampling date (character string)
longitude
latitude
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.