flexmeasures icon indicating copy to clipboard operation
flexmeasures copied to clipboard

Import data with local datetimes

Open Flix6x opened this issue 1 year ago • 0 comments

https://github.com/SeitaBV/timely-beliefs/pull/111 will make it possible to import time series data from CSV (or excel) where datetimes are given in non-UTC local time. flexmeasures add beliefs could use a timezone flag to incorporate this feature in FlexMeasures.

In particular, we frequently encounter data dumps in which DST transitions cause missing or duplicate indices. The corresponding timezone aware datetimes can usually still be inferred from the chronological ordering of the data. https://github.com/SeitaBV/timely-beliefs/pull/111 supports that use case.

Flix6x avatar Sep 21 '22 17:09 Flix6x