Update to clix-meta v0.5.1
Closes #298 (closed)
- Updated
index_definitions.yml
andvariables.yml
to the clix-meta v0.5.1 versions. - Updated
metadata.yml
accordingly. - Changed argument lists for affected index functions:
diurnal_temperature_range
,running_statistics
,spell_length
,statistics
,thresholded_running_statistic
andthresholded_statistic
. I've tested one index of each index function except forrunning_statistics
which is currently not used by any index inindex_definitions.yml
. - Added a
ParameterTimeRange
dataclass to read parameter typetime_range
used forreference_period
by some indices. Also updated the corresponding index functions to parse thereference_period
in iso format. Note: this affects !208 (merged), which will require a rebase and some modification.
Edited by Klaus Zimmermann