davidrg / zxweather

Weather Station software built to run weather.zx.net.nz. Includes support for Davis Vantage Vue/Pro2 and FineOffset WH1080 hardware.
GNU General Public License v2.0
0 stars 0 forks source link

Desktop: Tool to populate the cache database #128

Open davidrg opened 2 years ago

davidrg commented 2 years ago

Fetching the entire dataset for some stations can take quite a while. It would be nice to have a separate tool that you can use to fetch all available data for a station into the cache DB. This could be a console tool or a graphical wizard. Or both.

This would rely on #41 The Great DataSource Refactoring or perhaps #27 if the solution there is to refactor the reporting (and therefore the data layer) out of the main application.