Aanpassing documentatie lmwTimeSeries

This commit is contained in:
Marcel Nijenhof
2020-07-26 22:11:19 +02:00
parent db870305a3
commit b606a70511

View File

@@ -365,6 +365,8 @@ The result are in lmwTimeSerie.ts as array
Note:
* For most measurements there is only one value (e.g H10).
* Additionale kwaliteit is optional and may contain None.
* Result times in UTC
"""
def __init__(self, start, delta, values=""):
@@ -388,8 +390,6 @@ Add values to a timeserie
delta: Period of the measurements
values: lmw result string
Note:
Times in UTC
"""
start = start.astimezone(tz.gettz('UTC'))
for e in values.split(";"):