You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is also to avoid reading the data twice as it is done now. I don't think we should really read data via class init. Not sure yet how that will work...
On top we tend to implement filtering in the reading classes now (for speed). Not sure how all of that fits together yet.
To be discussed and to be seen.
I agree that there should not be any heavy reading during the init, and pyaro does not require that. It is up to the pyaro-reader to decide when and where it reads the data, and some might require to read all files to get any information.
In order to get pyaerocom's issue metno/pyaerocom#1301 done, we need to split the reading into two calls:
This is needed so that revisions can be checked e.g. for caching on pyaerocom's side.
The text was updated successfully, but these errors were encountered: