Skip to contents

Run at_check_geometry() on every materialised project in the session and stack the reports. Like at_check_geometry() (and unlike the assertion at_validate()), this returns a report rather than throwing.

Usage

at_batch_check_geometry(session, call = rlang::caller_env())

Arguments

session

An annot_session.

call

The calling environment, for error reporting.

Value

A tibble::tibble with columns image, roi_id, issue, and severity. A 0-row tibble when all geometry is valid.