locan.data.filter.Selector#

class locan.data.filter.Selector(loc_property, activate, lower_bound, upper_bound)[source]#

Bases: object

Define selection interval for a single localization property.

Parameters:
  • loc_property (str) – Localization property

  • activate (bool) – Indicator to apply the selection or not

  • lower_bound (int | float) – min fo selection interval

  • upper_bound (int | float) – max of selection interval

Variables:
  • loc_property (str) – Localization property

  • activate (bool) – Indicator to apply the selection or not

  • lower_bound (int | float) – min fo selection interval

  • upper_bound (int | float) – max of selection interval

  • interval (Interval) – Class with interval specifications

  • condition (str) – specification turned into condition string

Methods

__init__(loc_property, activate, ...)

Attributes

property condition: str#
property lower_bound: int | float#
property upper_bound: int | float#