Aanpassing documentatie lmwTimeSeries
This commit is contained in:
@@ -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(";"):
|
||||
|
Reference in New Issue
Block a user