fzhu2e / cfr

A Python package for Climate Field Reconstruction
https://fzhu2e.github.io/cfr
BSD 3-Clause "New" or "Revised" License
13 stars 6 forks source link

Re-use pyleoclim infrastructure #11

Open CommonClimate opened 1 year ago

CommonClimate commented 1 year ago

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:

CommonClimate commented 1 year ago

would be easier to do with lightweight pyleoclim package; see this issue