[seiscomp, scanloc] Install, add .gitignore
This commit is contained in:
72
etc/descriptions/fdsnxml2inv.xml
Normal file
72
etc/descriptions/fdsnxml2inv.xml
Normal file
@ -0,0 +1,72 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<seiscomp>
|
||||
<module name="fdsnxml2inv" category="Inventory">
|
||||
<description>
|
||||
Convert station inventory between FDSN StationXML format and
|
||||
SeisComP XML.
|
||||
</description>
|
||||
|
||||
<configuration>
|
||||
</configuration>
|
||||
|
||||
<command-line>
|
||||
<synopsis>
|
||||
fdsnxml2inv [OPTIONS] input [output]
|
||||
</synopsis>
|
||||
|
||||
<group name="Generic">
|
||||
<optionReference>generic#help</optionReference>
|
||||
<optionReference>generic#version</optionReference>
|
||||
<optionReference>generic#config-file</optionReference>
|
||||
<optionReference>generic#plugins</optionReference>
|
||||
<optionReference>generic#daemon</optionReference>
|
||||
<optionReference>generic#print-config-vars</optionReference>
|
||||
<optionReference>generic#validate-schema-params</optionReference>
|
||||
<optionReference>generic#dump-settings</optionReference>
|
||||
</group>
|
||||
|
||||
<group name="Verbosity">
|
||||
<optionReference>verbosity#verbosity</optionReference>
|
||||
<optionReference>verbosity#v</optionReference>
|
||||
<optionReference>verbosity#quiet</optionReference>
|
||||
<optionReference>verbosity#component</optionReference>
|
||||
<optionReference>verbosity#syslog</optionReference>
|
||||
<optionReference>verbosity#lockfile</optionReference>
|
||||
<optionReference>verbosity#console</optionReference>
|
||||
<optionReference>verbosity#debug</optionReference>
|
||||
<optionReference>verbosity#log-file</optionReference>
|
||||
<optionReference>verbosity#print-context</optionReference>
|
||||
<optionReference>verbosity#print-component</optionReference>
|
||||
<optionReference>verbosity#log-utc</optionReference>
|
||||
<optionReference>verbosity#trace</optionReference>
|
||||
</group>
|
||||
|
||||
<group name="Convert">
|
||||
<option flag="f" long-flag="formatted">
|
||||
<description>
|
||||
Generate formatted SCML. Otherwise, output XML to a single line.
|
||||
</description>
|
||||
</option>
|
||||
<option flag="" long-flag="to-staxml">
|
||||
<description>
|
||||
Convert from SCML to StationXML and expects SCML as input.
|
||||
If not given, input is SCML and output is StationXML.
|
||||
</description>
|
||||
</option>
|
||||
<option flag="" long-flag="relaxed-ns-check">
|
||||
<description>
|
||||
Enable relaxed XML namespace checks. This will also accept
|
||||
tags within a different namespace than defined in the
|
||||
supported schema.
|
||||
</description>
|
||||
</option>
|
||||
<option flag="" long-flag="log-stages">
|
||||
<description>
|
||||
Add more output to stderr for all channel response stages
|
||||
when converting from StationXML.
|
||||
</description>
|
||||
</option>
|
||||
</group>
|
||||
</command-line>
|
||||
</module>
|
||||
</seiscomp>
|
Reference in New Issue
Block a user