Skip to contents

Joins a reviewer-completed override file (same layout write_geocode_review() produced) and coalesces verified coordinates and geography over the automated values. Overrides are themselves bbox-checked so a typo can't drop a point in the ocean.

Usage

apply_manual_overrides(data, override_file, bbox = region_bbox("NJ"))

Arguments

data

A data frame with record_id and the audit columns.

override_file

Path to the completed override CSV.

bbox

Bounding box for validating manual coordinates; see region_bbox().

Value

data with overrides applied and manual_override_used set.