scevent evrc plugin for scevent Test if events lie within or outside a region. Events within a region are flagged as positive, outside as negative. The event type is set accordingly. Add the plugin "evrc" to the plugins parameter in the order of priority to make this feature available. Read the documentation of the RegionCheck for more details. Allow setting the event type. The type of events which have manual origins will not be changed unless configured explicitely by "overwriteManual". Allow overwriting existing event types. Disabling does not allow accounting for changes in source region. Allow setting the event type if the mode of the preferred origin is manual or if the event type was set manually. The list of closed BNA polygon names defining regions for flagging event as positive or negative. A polygon name defines a positive region but names with prefix ! (exclamation mark) define negative regions. Evaluation is done in the order of the polygons. The last matching criteria applies and the event type is set accordingly. Default: If events are not positive or are negative regions the event type is set to "outside of network interest". Default: "!reject", use "accecpt" to overwrite the default. Examples: Events are flagged positive within the polygon "germany": germany All events are flagged positive but events within the polygon "quarries" are negative: accept,!quarries Events within the polygon "germany" are flagged positive but all other events and events within the polygon "quarries" are negaitve: germany,!quarries All events are flagged positive but events within the polygon "germany" are negative and all events within the polygon "saxony" are positive: accept,!germany,saxony Read the event type, minDepth and maxDepth from the BNA polygon header. The header may contain the values, e.g. header of a polygon with name "quarry": "quarry","rank 1","eventType: quarry blast, minDepth: -5, maxDepth: 10",13 When eventType is set, it supersedes eventTypePositive and eventTypeNegative. When not set, eventTypePositive and eventTypeNegative are considered. New type of an event which is flagged positive. Ignored if readEventTypeFromBNA is active. Empty: Do not set type New type of an event which is flagged negative. Ignored if readEventTypeFromBNA is active. Empty means default: "outside of network interest"