-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, cfr only uses pyleoclim for spectral analysis. However, the ProxyRecord class is basically GeoSeries; only "seasonality' is missing.
Making ProxyRecord a child of GeoSeries would enable Pyleoclim functionalities, particularly:
- pandas conversion with
to_pandas()/from_pandas() - time unit conversions
standardize()center()bin()gaussianize()- and maybe more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request