You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

211 lines
4.5 KiB
Groff

.\" Man page generated from reStructuredText.
.
.TH "FDSNXML2INV" "1" "Jan 10, 2023" "5.3.0" "SeisComP"
.SH NAME
fdsnxml2inv \- SeisComP Documentation
.
.nr rst2man-indent-level 0
.
.de1 rstReportMargin
\\$1 \\n[an-margin]
level \\n[rst2man-indent-level]
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
-
\\n[rst2man-indent0]
\\n[rst2man-indent1]
\\n[rst2man-indent2]
..
.de1 INDENT
.\" .rstReportMargin pre:
. RS \\$1
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
. nr rst2man-indent-level +1
.\" .rstReportMargin post:
..
.de UNINDENT
. RE
.\" indent \\n[an-margin]
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
.nr rst2man-indent-level -1
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.sp
\fBConvert station inventory between FDSN StationXML format and
SeisComP inventory XML.\fP
.SH DESCRIPTION
.sp
fdsnws2inv is an inventory converter. It converts station meta data from
FDSN StationXML format to SeisComP XML (SCML) and back. Write the output to the command line.
.SH EXAMPLES
.INDENT 0.0
.IP 1. 3
Convert an inventory file in FDSN StationXML format to SCML with formatted XML.
Redirect the output to a new file:
.INDENT 3.0
.INDENT 3.5
.sp
.nf
.ft C
fdsnxml2inv \-f inventory_fdsn.xml > inventory_sc.xml
.ft P
.fi
.UNINDENT
.UNINDENT
.IP 2. 3
Convert an inventory file in SCML format to FDSN StationXML with formatted XML.
Redirect the output to a new file:
.INDENT 3.0
.INDENT 3.5
.sp
.nf
.ft C
fdsnxml2inv \-\-to\-staxml \-f inventory_sc.xml > inventory_fdns.xml
.ft P
.fi
.UNINDENT
.UNINDENT
.UNINDENT
.SH MODULE CONFIGURATION
.nf
\fBetc/defaults/global.cfg\fP
\fBetc/defaults/fdsnxml2inv.cfg\fP
\fBetc/global.cfg\fP
\fBetc/fdsnxml2inv.cfg\fP
\fB~/.seiscomp/global.cfg\fP
\fB~/.seiscomp/fdsnxml2inv.cfg\fP
.fi
.sp
.sp
fdsnxml2inv inherits global options\&.
.SH COMMAND-LINE OPTIONS
.sp
\fBfdsnxml2inv [OPTIONS] input [output]\fP
.SS Generic
.INDENT 0.0
.TP
.B \-h, \-\-help
Show help message.
.UNINDENT
.INDENT 0.0
.TP
.B \-V, \-\-version
Show version information.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-config\-file arg
Use alternative configuration file. When this option is
used the loading of all stages is disabled. Only the
given configuration file is parsed and used. To use
another name for the configuration create a symbolic
link of the application or copy it. Example:
scautopick \-> scautopick2.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-plugins arg
Load given plugins.
.UNINDENT
.INDENT 0.0
.TP
.B \-D, \-\-daemon
Run as daemon. This means the application will fork itself
and doesn\(aqt need to be started with &.
.UNINDENT
.SS Verbosity
.INDENT 0.0
.TP
.B \-\-verbosity arg
Verbosity level [0..4]. 0:quiet, 1:error, 2:warning, 3:info,
4:debug.
.UNINDENT
.INDENT 0.0
.TP
.B \-v, \-\-v
Increase verbosity level (may be repeated, eg. \-vv).
.UNINDENT
.INDENT 0.0
.TP
.B \-q, \-\-quiet
Quiet mode: no logging output.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-component arg
Limit the logging to a certain component. This option can
be given more than once.
.UNINDENT
.INDENT 0.0
.TP
.B \-s, \-\-syslog
Use syslog logging backend. The output usually goes to
/var/lib/messages.
.UNINDENT
.INDENT 0.0
.TP
.B \-l, \-\-lockfile arg
Path to lock file.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-console arg
Send log output to stdout.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-debug
Execute in debug mode.
Equivalent to \-\-verbosity=4 \-\-console=1 .
.UNINDENT
.INDENT 0.0
.TP
.B \-\-log\-file arg
Use alternative log file.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-print\-component arg
For each log entry print the component right after the
log level. By default the component output is enabled
for file output but disabled for console output.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-trace
Execute in trace mode.
Equivalent to \-\-verbosity=4 \-\-console=1 \-\-print\-component=1
\-\-print\-context=1 .
.UNINDENT
.SS Convert
.INDENT 0.0
.TP
.B \-f, \-\-formatted
Generate formatted SCML. Otherwise, output XML to a single line.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-to\-staxml
Convert from SCML to StationXML and expects SCML as input.
If not given, input is SCML and output is StationXML.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-relaxed\-ns\-check
Enable relaxed XML namespace checks. This will also accept
tags within a different namespace than defined in the
supported schema.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-log\-stages
Add more output to stderr for all channel response stages
when converting from StationXML.
.UNINDENT
.SH AUTHOR
gempa GmbH, GFZ Potsdam
.SH COPYRIGHT
gempa GmbH, GFZ Potsdam
.\" Generated by docutils manpage writer.
.