station_has_triggered

Event.station_has_triggered(station)[source]

Check if a detection has been triggered at a station.

Parameters

station (mss_dataserver.geometry.inventory.Station) – The station to check.

Returns

has_triggered – True, if the station has triggered, False otherwise.

Return type

bool