Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG/0.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 0.8.0

Adds a `manual_removal` QC check, so data points that have been checked by a person and found to be bad can be
flagged from a hand-maintained file rather than needing a metadata threshold.

### New features

- **Manual QC flagging**: the new `ManualRemoval` QC method flags data points listed in
`__assets__/manual_flagging/<network>/manual_flags.csv`. Each row gives a site, the variables affected (separated
by `;`) and the date range, for periods that a person has checked and found to be bad, for example during sensor
maintenance or a known fault. A variable of `ALL` flags every variable at that site, and an empty end date means
the period runs to the end of the data. Each network has its own file, and COSMOS is the only one with a list so
far.

This is a temporary method until a proper manual flagging process has been implemented within the FDRI system.

### Documentation

- `docs/operations.md` gains a "Manual flagging" section covering the file format and how the check differs from
the metadata-driven QC methods.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "dri-timeseries-processor"
version = "0.7.35"
version = "0.8.0"
description = "Timeseries processor service."
readme = "README.md"
license = { file = "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading