Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated function ews_compute() #495

Open
Ste-lla02 opened this issue Jan 5, 2024 · 0 comments
Open

Deprecated function ews_compute() #495

Ste-lla02 opened this issue Jan 5, 2024 · 0 comments

Comments

@Ste-lla02
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant