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
Is your feature request related to a problem? Please describe.
When working on #243, we should also think about making the caching layer smarter. With multiple invocations of --period=historical, for example, data should not be downloaded over and over again.
Describe the solution you'd like
Wetterdienst should honor DWD publication times in order to save resources.
For implementing that, the program must know exactly about the publication schedules of each data period. Letting Wetterdienst know about DWD publication times and update definitions also resonates with #225 somehow.
The text was updated successfully, but these errors were encountered:
Talking about smartness:
When I query eg the past year from historical (2019-01/2019-12), which is within the 10-year timerange of a single file, all historical files are loaded: Currently I count up to three, beginning in 1992. This doesn't seem efficient. Are all of these values loaded into the RAM?
Is your feature request related to a problem? Please describe.
When working on #243, we should also think about making the caching layer smarter. With multiple invocations of
--period=historical
, for example, data should not be downloaded over and over again.Describe the solution you'd like
Wetterdienst should honor DWD publication times in order to save resources.
For implementing that, the program must know exactly about the publication schedules of each data period. Letting Wetterdienst know about DWD publication times and update definitions also resonates with #225 somehow.
The text was updated successfully, but these errors were encountered: