One row per (table, dataset, depth column): how many depths are NaN, below
min_depth_m or above max_depth_m. A non-ok row is an error in the data
— assert all(status == "ok") at ingest and at release.
Arguments
- con
DBI connection.
- tbls
Tables to check (each needs the depth columns it has of
depth_cols; a table lacking all of them is skipped with a message).- depth_cols
Depth columns to check where present.
- max_depth_m, min_depth_m
The plausible range.
- by
Grouping column (default
dataset_key; NULL for none).