collate_pgdata: Collects PRIO-GRID data from rasters and pulls it into two...

View source: R/build_priogrid.R

collate_pgdataR Documentation

Collects PRIO-GRID data from rasters and pulls it into two data.frames

Description

One dataframe is called "static", with data without any time-varying dimension. The "non_static" 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.

Usage

collate_pgdata()

Value

a list with two data.frames

Examples

pg <- collate_pgdata()
nrow(pg$static)
nrow(pg$non_static)

prio-data/priogrid documentation built on June 14, 2025, 11:06 p.m.