Skip to content

Add code for processing datasets from Popler #95

@ha0ye

Description

@ha0ye

Popler is a package for obtaining LTER datasets in a (somewhat) standardized way. We are going to need code that processes the data into the format that we need it in for MATSS:

Obtaining the data files

  • First, identify the datasets that match our needs, by specifying the arguments for pplr_browse(...)
  • Next, get the raw data for a particular dataset with pplr_get_data(...)

Metadata

  • identify the columns in data that do not change across observations - these are likely to be values that will go in the metadata list
  • from the community metadata (output of pplr_browse?), extract the species table to add to metadata

Covariates

  • need to parse the right things to construct a time index column, and attach the name to metadata
  • use pplr_cov_unpack(data) and munge the name and value columns into the covariates table

Metadata

Metadata

Assignees

Labels

datasetadding new data to MATSS

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions