Skip to contents

One dataframe is called "static", with data without any time-varying dimension. The "timevarying" dataframe provides data from pgoptions$get_start_date() to pgoptions$get_end_date() with pgoptions$get_temporal_resolution() for all variables with a time-varying dimension. Cells and time-periods without any non-missing data are dropped.

Usage

collate_pgdata(return_raster = FALSE)

Value

a list with two data.frames

Examples

if (FALSE) { # \dontrun{
  pg <- collate_pgdata()
  nrow(pg$static)
  nrow(pg$timevarying)
} # }