-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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
Labels
datasetadding new data to MATSSadding new data to MATSS