Skip to contents

Creates a diagnostic rule that evaluates whether a data cube contains a records with missing coordinate uncertainty. The rule counts the number of records (rows) with missing coordinate uncertainty and compares it to a threshold to determine the severity level.

Usage

rule_spatial_miss_uncertainty(
  thresholds = c(ok = 0, note = 1, important = 3, very_important = 5)
)

Arguments

thresholds

Named numeric vector with severity thresholds: ok, note, important, very_important. Defaults are used if not provided.

Value

An object of class cube_rule.