[installation] Change to nightly
This commit is contained in:
@ -12,10 +12,10 @@ ql2sc
|
||||
Description
|
||||
===========
|
||||
|
||||
ql2sc manages the import of SeisComP objects from one or several QuakeLink servers
|
||||
into a SeisComP system in real time. Like :ref:`scimex` but contrary to
|
||||
:ref:`scimport` the exchange of the SeisComP objects is event based. This means no
|
||||
messages will be exchanged until the exporting system has produced an event.
|
||||
ql2sc manages the import of SeisComP objects from one or several QuakeLink
|
||||
servers into a SeisComP system in real time. Like :ref:`scimex` but contrary to
|
||||
:ref:`scimport` the exchange of the SeisComP objects is event based. This means
|
||||
no messages will be exchanged until the exporting system has produced an event.
|
||||
|
||||
The user may control at various levels which information to import. Whenever
|
||||
possible server-side filters should be preferred to reduce both the network
|
||||
@ -138,11 +138,11 @@ By default we route:
|
||||
|
||||
* Picks and Amplitudes to the ``IMPORT_GROUP`` group to prevent processing by
|
||||
the local locator and amplitude processor
|
||||
* Origins (including its StationMagnitude and Magnitude children) to the
|
||||
``LOCATION`` to allow event association.
|
||||
* FocalMechanisms to the ``FOCMECH`` group to trigger processing by specialized
|
||||
applications, e.g., graphical user interfaces for strong motion analysis or
|
||||
tsunami risk assessment.
|
||||
* Origins and FocalMechanisms to the ``LOCATION`` group to allow event association.
|
||||
|
||||
A common deviation from the default is to route FocalMechanisms to the ``FOCMECH``
|
||||
group to trigger processing by specialized applications, e.g., graphical user
|
||||
interfaces for strong motion analysis or tsunami risk assessment.
|
||||
|
||||
We don't route events at all. With the help of :ref:`scevent` locations are
|
||||
either associated to existing events or will create new events with local
|
||||
@ -262,7 +262,7 @@ happen that the imported event ID is different from the event ID of the local
|
||||
system. The input host configuration parameter :confval:`syncEventAttributes`
|
||||
controls that behaviour. It is set to true by default which means that imported
|
||||
event attributes are going to be imported as well. ql2sc does not update
|
||||
directly the attributes but commandates scevent in as many cases as possible
|
||||
directly the attributes but commands scevent in as many cases as possible
|
||||
to do so. To find the matching local event it takes the first occurrence which
|
||||
has associated the currently imported preferred origin.
|
||||
|
||||
@ -345,15 +345,6 @@ ql2sc inherits :ref:`global options<global-configuration>`.
|
||||
Number of seconds to fetch missed updates on start up.
|
||||
|
||||
|
||||
.. confval:: cacheSize
|
||||
|
||||
Default: ``5000``
|
||||
|
||||
Type: *int*
|
||||
|
||||
Number of public objects to cache.
|
||||
|
||||
|
||||
.. confval:: batchSize
|
||||
|
||||
Default: ``2000``
|
||||
@ -488,7 +479,7 @@ ql2sc inherits :ref:`global options<global-configuration>`.
|
||||
|
||||
.. confval:: host.$name.keepAlive
|
||||
|
||||
Default: ``false``
|
||||
Default: ``true``
|
||||
|
||||
Type: *boolean*
|
||||
|
||||
@ -502,12 +493,20 @@ ql2sc inherits :ref:`global options<global-configuration>`.
|
||||
|
||||
Type: *string*
|
||||
|
||||
SQL like WHERE clause to filter the result set.
|
||||
Server\-side SQL like WHERE clause to filter the result set. The actual
|
||||
available parameters depend on the QuakeLink server version. Use
|
||||
'telnet host port' followed by 'help select' to connect to a QuakeLink
|
||||
server an request available parameters.
|
||||
|
||||
clause :\= condition[ AND\|OR [\(]clause[\)]] __
|
||||
condition :\= MAG\|DEPTH\|LAT\|LON\|PHASES\|OTIME\|UPDATED [op float\|time]\|[IS [NOT] NULL] __
|
||||
op :\= \=\|>\|>\=\|<\|<\=\|eq\|gt\|ge\|lt\|ge __
|
||||
time :\= %Y,%m,%d[,%H,%M,%S,%f]
|
||||
clause :\= condition[ AND\|OR [\(]clause[\)]]
|
||||
condition :\= MAG\|DEPTH\|LAT\|LON\|PHASES\|DIST\(lat,lon\) op {float} \|
|
||||
DIST\(lat,lon\) IN [{float}, {float}] \|
|
||||
UPDATED\|OTIME op time \|
|
||||
AGENCY\|AUTHOR\|STATUS\|ESTATUS\|EMODE\|TYPE\|CTYPE\|DTYPE\|REGION\|MAG_T op 'string' \|
|
||||
MAG\|DEPTH\|LAT\|LON\|PHASES\|OTIME\|UPDATED IS [NOT] NULL
|
||||
FELT\|NOT FELT
|
||||
op :\= \=\|\!\=\|>\|>\=\|<\|<\=\|eq\|gt\|ge\|lt\|ge
|
||||
time :\= %Y,%m,%d[,%H,%M,%S[,%f]]
|
||||
|
||||
|
||||
.. confval:: host.$name.routingTable
|
||||
@ -700,18 +699,22 @@ Messaging
|
||||
|
||||
Overrides configuration parameter :confval:`connection.username`.
|
||||
|
||||
|
||||
.. option:: -H, --host arg
|
||||
|
||||
Overrides configuration parameter :confval:`connection.server`.
|
||||
|
||||
|
||||
.. option:: -t, --timeout arg
|
||||
|
||||
Overrides configuration parameter :confval:`connection.timeout`.
|
||||
|
||||
|
||||
.. option:: -g, --primary-group arg
|
||||
|
||||
Overrides configuration parameter :confval:`connection.primaryGroup`.
|
||||
|
||||
|
||||
.. option:: -S, --subscribe-group arg
|
||||
|
||||
A group to subscribe to.
|
||||
@ -721,8 +724,13 @@ Messaging
|
||||
|
||||
Overrides configuration parameter :confval:`connection.contentType`.
|
||||
|
||||
Default: ``binary``
|
||||
|
||||
|
||||
.. option:: --start-stop-msg arg
|
||||
|
||||
Default: ``0``
|
||||
|
||||
Set sending of a start and a stop message.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user