leighseverson / countyweather

9 stars 11 forks source link

Ungroup averaged data before outputting it #65

Closed geanders closed 8 years ago

geanders commented 8 years ago

Currently, when people grab data that's averaged across all monitors in the county, the resulting object is still grouped by date. This causes weird issues when you try to use the resulting data that I think will confuse people. This is an easy fix-- we just need to make sure to use ungroup on the data right before we output it.

leighseverson commented 8 years ago

I THINK this is taken care of