Skip to content
Snippets Groups Projects
Commit 0cceb862 authored by Peter Lünenschloß's avatar Peter Lünenschloß
Browse files

Merge branch 'master' of https://git.ufz.de/rdm/saqc

parents 9e781d1e ea96dade
No related branches found
No related tags found
No related merge requests found
......@@ -125,10 +125,7 @@ def flagSoilMoistureBySoilFrost(data, flags, field, flagger, soil_temp_reference
:param frost_level: Value level, the flagger shall check against, when evaluating soil frost level.
"""
# TODO: (To ASK):HOW TO FLAG nan values in input frame? general question: what should a test test?
# TODO: -> nan values with reference values that show frost, are flagged bad, nan values with reference value nan
# TODO: as well, are not flagged (test not applicable-> no flag)
# TODO: puffer zone for intermediate/fluktuating frost state
# retrieve data series input:
dataseries = pd.Series(data[field].values, index=pd.to_datetime(data.index))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment