Python "wetterdienst" module: using with local files?

281 views Asked by At

I am currently using the wetterdienst module with the DWD (Deutscher Wetterdienst, Germany's National Meteorological Service) server for retrieving e.g. MOSMIX data (weather forecasts).

For training an ML model with forecasts dating back more than a few days I need to save them locally as they are not archived on the DWD Open Data server.

But how can I read them into the wetterdienst module again? The API only provides for direct loading of files from the server (with local dogpile caching). I want to use the existing parts of wetterdienst for processing the KMZ files I saved earlier.

I cannot use actual historic observation data as they lack certain forecast data fields, e.g. precipitation probabilities.

0

There are 0 answers