bearing / dosenet

Code for the Berkeley RadWatch dosimeter network
https://radwatch.berkeley.edu/dosenet
4 stars 0 forks source link

CLI for needsUpdate flags #135

Open bplimley opened 7 years ago

bplimley commented 7 years ago

Individual stations can be edited in MySQL Workbench easily enough. However, a common scenario is that all stations need to be updated. There is a hook for this in mysql_tools.py (SQLObject.setAllStationsUpdate()) but that requires starting an ipython session and creating an SQLObject and remembering what the method name is.

So as a matter of convenience, we should make a resetAllStations.py script.