elphick.geomet.base.OutOfRangeStatus

class elphick.geomet.base.OutOfRangeStatus(mc, ranges)[source]

A class to check and report out-of-range records in an MC object.

__init__(mc, ranges)[source]

Initialize with an MC object.

Methods

__init__(mc, ranges)

Initialize with an MC object.

get_ranges(ranges)

Attributes

ok

Return True if all records are within range, False otherwise.

property ok: bool

Return True if all records are within range, False otherwise.