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
Not all weather stations will run forever. You might move house and setup a new station for that location. Or maybe you change to far more accurate hardware and don't want to mix your old data with the new stuff. One example is http://weather.zx.net.nz/s/rua/ - this station was replaced with a Vantage Vue on a new station code for accuracy reasons (rua2). The vue was later turned off due to moving house (and also hardware failure). New location, new weather station - (hlz). rua and rua2 will likely never have new data added - they're static. archived.
Currently zxweather has no special abilities when it comes to archived stations. The Web UI just shows a "no recent data" message on the home page and the desktop client just shows whatever the final current conditions update was.
Minimal support for archived stations would be:
Option in admin tool to mark a station as archived. Probably supply a message with this too (eg, why the station was archived)
Web UI changes
Web UI shows some sort of archived station message rather than "no data". Maybe allow it to load an HTML file (like it does for the about station page) instead.
List archived stations under an "archived" subheading in the station selector.
Desktop UI archived station mode:
Current conditions panels hidden (current conditions, forecast, rainfall, status)
Live charts hidden
Shows a message in the main window saying the station is archived/no longer active along with the archived station message. Maybe some statistics too (date span covered, number of rows of data, etc)
Don't setup the live data source
Fix the date range around the place (chart, export, view data, etc)
An option or tool to load the cache DB with the entire available data set in one go so no further requests to the server are required.
The text was updated successfully, but these errors were encountered:
Not all weather stations will run forever. You might move house and setup a new station for that location. Or maybe you change to far more accurate hardware and don't want to mix your old data with the new stuff. One example is http://weather.zx.net.nz/s/rua/ - this station was replaced with a Vantage Vue on a new station code for accuracy reasons (rua2). The vue was later turned off due to moving house (and also hardware failure). New location, new weather station - (hlz). rua and rua2 will likely never have new data added - they're static. archived.
Currently zxweather has no special abilities when it comes to archived stations. The Web UI just shows a "no recent data" message on the home page and the desktop client just shows whatever the final current conditions update was.
Minimal support for archived stations would be:
The text was updated successfully, but these errors were encountered: