prepare_df_points: Prepare the input data.frame of sampling points for the rest...

View source: R/prepare_df_points.R

prepare_df_pointsR Documentation

Prepare the input data.frame of sampling points for the rest of the workflow

Description

Prepare the input data.frame of sampling points for the rest of the workflow

Usage

prepare_df_points(df_points_metadata)

Arguments

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

Details

Expected format for input data.frame df_points_metadata is the following :

id

character string. unique identifier of the sampling point

date

sampling date (character string)

longitude

longitude

latitude

latitude


ptaconet/eodataflow documentation built on June 14, 2024, 6:43 p.m.