delayedEventSource

Events from the enclosed source are delayed if they are withing the given delay of now. This is useful for processing realtime events to allow for seismic wave propagation time and data latency.

Example

<delayedEventSource>
  <delay>
    <unit>HOUR</unit>
    <value>42.189</value>
  </delay>
  <fdsnEvent>
      <originTimeRange>
          <startTime>
              2015-01-01T00:00:00.000Z
          </startTime>
          <endTime>
              2015-01-31T23:59:59.999Z
          </endTime>
      </originTimeRange>
      <magnitudeRange>
          <min>6.0</min>
      </magnitudeRange>
  </fdsnEvent>
</delayedEventSource>

This consists of

Places this can be found

In eventSource there is a choice between all of the following