Well, you could edit the bad datum directly, but it would be easy to screw
things up. If you know the correct total daily rainfall, a statement like
this, would fix it (NOT TESTED):

UPDATE archive_day_rain SET rain=xx WHERE dateTime = ttttt;

where xx is the correct total rainfall for the day, and ttttt is the unix
epoch time of the start of the day in your time zone.

But, really, it would be simpler just to go ahead and rebuild the
summaries. Just start it, go get a beer, drink it while watching the
sunset, and before you know it, it'll be done.

-tk


On Fri, Dec 16, 2016 at 4:55 PM, Marc Aubry <marco487...@gmail.com> wrote:

> Is there not a faster way than rebuilding the all tables?
> i have data fom june 2014 in the database because i have imported the data
> from my previous cumulus system.
> it take a long time to rebuild the all daily summaries from a raspberry
> just to correct one bad entrie?
>
> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to