v0.83.1
v0.83.1 | 23 Oct 2024
Changes
- When detecting the frequency from the time delta of records, the inferred frequency is accepted if the most frequent
timedelta was found for more than 50% of records (diive.core.times.times.timestamp_infer_freq_from_timedelta
) - Storage terms are now gap-filled using the rolling median in an expanding time window (
FluxStorageCorrectionSinglePointEddyPro._gapfill_storage_term
)
Notebooks
- Added notebook example for using the flux processing chain for CH4 flux from a subcanopy eddy covariance station (
notebooks/Workbench/CH-DAS_2023_FluxProcessingChain/FluxProcessingChain_NEE_CH-DAS_2023.ipynb
)
Bugfixes
- Fixed info for storage term correction report to account for cases when more storage terms than flux records are
available (FluxStorageCorrectionSinglePointEddyPro.report
)
Tests
- 50/50 unittests ran successfully
What's Changed
Full Changelog: v0.83.0...v0.83.1