monitoring-ecosystem-resilience
monitoring-ecosystem-resilience copied to clipboard
Deprecated function ews_compute()
During the perform of pyveg_gee_analysis module, there is a call to the function save_ts_summary_stats() from analysis_processing.py. In order to perform the AR1 and Standard deviation of the detreded timeseries for the summary stats, the function uses ewstools.core.ews_compute() (at line 1061), which unfortunately are deprecated. Therefore, the analysis is interrupted. The only hint found online is that all computation of EWS must be done through the TimeSeries class and associated methods (https://github.com/ThomasMBury/ewstools/releases). Unfortunately, I would not know how to solve that problem and reformulate the code so as to replace the deprecated function, would it be possible to have help?