AI4S2S / s2spy

A high-level python package integrating expert knowledge and artificial intelligence to boost (sub) seasonal forecasting
https://ai4s2s.readthedocs.io/
Apache License 2.0
20 stars 7 forks source link

Design preprocessing module #115

Closed geek-yang closed 1 year ago

geek-yang commented 2 years ago

Next step, we need to design a preprocessing module and insert it into our current workflow. It is better that we start thinking about it now and try to make some room as currently some low level changes are being made to the existing modules.

There are several functionalities we would like to include in our package:

These operations are not difficult if they are performed per anchor year. But for the whole timeseries, we need to think about how to address them within the current workflow. We can have some brainstorming here.

Peter9192 commented 2 years ago

I would say: start with an example usecase/notebook/script that does each of these steps without s2spy. That will make sure that the requirements are clear.

BSchilperoort commented 1 year ago

The basic preprocessing module has been implemented.