[installation] Change to nightly
This commit is contained in:
@ -27,15 +27,15 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||
..
|
||||
.TH "SCCNV" "1" "Sep 22, 2025" "6.9.0" "SeisComP"
|
||||
.TH "SCCNV" "1" "Oct 29, 2025" "7.0.0" "SeisComP"
|
||||
.SH NAME
|
||||
sccnv \- SeisComP Documentation
|
||||
.sp
|
||||
\fBConverts data in different formats.\fP
|
||||
\fBConverts data from/to different formats.\fP
|
||||
.SH DESCRIPTION
|
||||
.sp
|
||||
sccnv reads input given in a supported format, converts the content to another
|
||||
format and writes the output. Use the command\-line option \fBformat\-list\fP
|
||||
format and writes the output. Use the command\-line option \fB\-\-format\-list\fP
|
||||
for a list of supported formats.
|
||||
.SH FORMATS
|
||||
.sp
|
||||
@ -65,6 +65,16 @@ X
|
||||
T}
|
||||
_
|
||||
T{
|
||||
binary
|
||||
T} T{
|
||||
\fI\%SeisComP data model\fP in binary format: low\-weight and fast
|
||||
T} T{
|
||||
X
|
||||
T} T{
|
||||
X
|
||||
T}
|
||||
_
|
||||
T{
|
||||
bson
|
||||
T} T{
|
||||
T} T{
|
||||
@ -110,7 +120,7 @@ _
|
||||
T{
|
||||
json
|
||||
T} T{
|
||||
\fI\%JSON\fP format
|
||||
\fIIntroducing JSON\fP [\fI\%16\fP] format
|
||||
T} T{
|
||||
X
|
||||
T} T{
|
||||
@ -147,7 +157,7 @@ X
|
||||
T}
|
||||
_
|
||||
T{
|
||||
trunk
|
||||
scml
|
||||
T} T{
|
||||
SeisComP XML (\fI\%SCML\fP) \- \fI\%SCML API\fP
|
||||
T} T{
|
||||
@ -156,6 +166,25 @@ T} T{
|
||||
X
|
||||
T}
|
||||
_
|
||||
T{
|
||||
trunk
|
||||
T} T{
|
||||
same as scml, classic way of stating this format
|
||||
T} T{
|
||||
X
|
||||
T} T{
|
||||
X
|
||||
T}
|
||||
_
|
||||
T{
|
||||
vbson
|
||||
T} T{
|
||||
T} T{
|
||||
X
|
||||
T} T{
|
||||
X
|
||||
T}
|
||||
_
|
||||
.TE
|
||||
.sp
|
||||
\fB*\fP: The conversion from files in QuakeML format is not supported by sccnv
|
||||
@ -252,7 +281,7 @@ content in a file:
|
||||
.sp
|
||||
.nf
|
||||
.ft C
|
||||
$ sccnv \-i trunk:event.xml \-o ims10:event.ims
|
||||
$ sccnv \-i scml:event.xml \-o ims10:event.ims
|
||||
.ft P
|
||||
.fi
|
||||
.UNINDENT
|
||||
@ -274,9 +303,9 @@ $ xsltproc $SEISCOMP_ROOT/share/xml/0.12/quakeml_1.2__sc3ml_0.12.xsl file.quakem
|
||||
.sp
|
||||
\fBsccnv \-i format:file \-o format:file\fP
|
||||
.sp
|
||||
sccnv reads the input given in a supported format, converts the content
|
||||
and writes the output in another format. Use the option \fIformat\-list\fP
|
||||
for a list of supported formats.
|
||||
sccnv reads the input given in a supported format, converts the
|
||||
content and writes the output in another format. Use the option
|
||||
\fIformat\-list\fP for a list of supported formats.
|
||||
.SS Generic
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -304,29 +333,40 @@ Equivalent to \-\-verbosity=4 \-\-console=1 .
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-format\-list
|
||||
List all supported formats
|
||||
List all supported formats.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-list\-formats
|
||||
Same as \-\-format\-list.
|
||||
.UNINDENT
|
||||
.SS Input
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-i, \-\-input arg
|
||||
Input stream [format:][file], default: trunk:\-
|
||||
Default: \fBscml:\-\fP
|
||||
.sp
|
||||
Input stream [format:][file].
|
||||
.UNINDENT
|
||||
.SS Output
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-o, \-\-output arg
|
||||
Output stream [format:][file], default trunk:\-
|
||||
Default: \fBscml:\-\fP
|
||||
.sp
|
||||
Output stream [format:][file].
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-f, \-\-formatted
|
||||
Use formatted output
|
||||
Use formatted output.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-indent arg
|
||||
Formatted line indent. Default: 2
|
||||
Default: \fB2\fP
|
||||
.sp
|
||||
Formatted line indent.
|
||||
.UNINDENT
|
||||
.SH AUTHOR
|
||||
gempa GmbH, GFZ Potsdam
|
||||
|
||||
Reference in New Issue
Block a user