Block a user
Helper scripts for installing Abra on Debian. Geared towards beginners and WSL2 friendly for people on windows machines.
Updated 2024-09-28 22:17:04 +02:00
Updated 2024-09-16 09:52:08 +02:00
A simple approach for meter readings in time series with the time recorded with Daylight Savings Time (DST) and naively compress a week of (cumulative) values into the first day of winter time. For this case, this script takes a dataset with DST applied and removes it be subtracting an hour from records in summer time.
It will leave the gap created in the old transition from winter to summer time as this gap is addressed through imputation to fill the missing values with the jump in the cumulative value in the first step of winter time.
Useful for some applications that take meter readings from dashboards that incorrectly store timestamps/signatures.
Updated 2024-09-12 12:40:22 +02:00