Amazing how little code it takes to do one of these!
Right now, I'm working on an extension to the tag system that will allow more than one database. Along the way, I've been thinking about how to emit JSON vectors easily. Something like
$json('year').day.outTemp.max
which would emit a one-year vector of daily maximums.
Other syntaxes are possible.
-tk