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

Recommended way of using providers #1165

Open
asnyv opened this issue Nov 17, 2022 · 0 comments
Open

Recommended way of using providers #1165

asnyv opened this issue Nov 17, 2022 · 0 comments

Comments

@asnyv
Copy link
Collaborator

asnyv commented Nov 17, 2022

We should consider if providers generally should only be initialized with the raw data it reads, and not e.g. a filtered or resampled version. An example is the EnsembleSummaryProvider which may be initialized with a pre-sampling to e.g. monthly frequency. If you plugin / plugin instance uses monthly, one raw, one yearly and so on, we have the same data set in several forms stored. Might be better to always store as raw, and rather later resample / filter, similar to what is done today in SimulationTimeSeries if sampling is not defined?

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