forked from fzhu2e/cfr
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Seasonality is a property of the ProxyRecord class, which can presently only be specified (e.g. by passing a list), but not derived from LiPD files. We need a way to pass this through the cfr API if the field is present in a data frame. Known challenges:
- translating LiPD speak (e.g. 'Jan Feb Mar') to
cfrspeak ([1 ,2 ,3]). - some LiPD files may contain many metadata fields called "Seasonality" -- apparently,
hasSeasonalityis the most relevant. - create appropriate test
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request