[installation] Init with inital config for global

This commit is contained in:
2025-10-30 15:08:17 +01:00
commit 7640b452ed
3678 changed files with 2200095 additions and 0 deletions

View File

@ -0,0 +1,112 @@
<?xml version="1.0" encoding="UTF-8"?>
<seiscomp>
<module name="gdi2caps" category="Acquisition" standalone="true">
<description>CAPS import module for Guralp GDI server.</description>
<configuration>
<group name = "caps">
<parameter name="address" type="string">
<description>
CAPS server address. Format is [address[:port]].
</description>
</parameter>
<parameter name="backFillingBufferSize" type="int" default="180" unit="s">
<description>
Length of backfilling buffer. Whenever a hole is detected, records
will be held in a buffer and not sent out. Records are flushed from
front to back if the buffer size is exceeded.
</description>
</parameter>
</group>
<parameter name="mapping" type="strings">
<description>
List of station name mappings separated by comma. Each list
entry has the format [name]:[alias]
</description>
</parameter>
<parameter name="mseed" type="boolean" default="false">
<description>
Enable MSEED encoding.
</description>
</parameter>
<parameter name="selectors" type="list:string">
<description>
Format: [loc.cha, ...]. Wildcards are supported.
</description>
</parameter>
<group name="profiles">
<struct type="Profile">
<parameter name="source" type="string">
<description>
GDI server address in format [host]:[port]. If port
is omitted, 1565 is assumed.
</description>
</parameter>
<parameter name="identifier" type="string" default="">
<description>
GDI connection identifying name. If two connections
using the same name the first connection will be
closed from the server.
If omitted, the hostname is used.
</description>
</parameter>
<parameter name="mapping" type="strings">
<description>
List of station name mappings separated by comma. Each
entry has the format [name]:[alias]
</description>
</parameter>
<parameter name="selectors" type="list:string">
<description>
List of selectors separated by comma. Each entry
has the format [loc.cha]. Wildcards are supported.
</description>
</parameter>
<!--parameter name="sink" type="string">
<description>
CAPS server address to send data to in format [host]:[port].
If port is omitted, 18003 is assumed.
</description>
</parameter-->
</struct>
</group>
</configuration>
</module>
<binding module="gdi2caps">
<description>
</description>
<configuration>
<parameter name="address" type="string">
<description>
GDI server address in format [host]:[port]. If port
is omitted, 1565 is assumed.
</description>
</parameter>
<parameter name="identifier" type="string" default="">
<description>
GDI connection identifying name. If two connections
using the same name the first connection will be
closed from the server.
If omitted, the hostname is used.
</description>
</parameter>
<parameter name="mapping" type="strings">
<description>
List of station name mappings separated by comma. Each list
entry has the format [name]:[alias]
</description>
</parameter>
<parameter name="selectors" type="list:string">
<description>
List of selectors separated by comma. Each entry
has the format [loc.cha]. Wildcards are supported.
</description>
</parameter>
<!--parameter name="sink" type="string">
<description>
CAPS server address to send data to in format [host]:[port].
If port is omitted, 18003 is assumed.
</description>
</parameter-->
</configuration>
</binding>
</seiscomp>