[installation] Change to nightly
This commit is contained in:
@ -6,17 +6,19 @@
|
||||
sccnv
|
||||
#####
|
||||
|
||||
**Converts data in different formats.**
|
||||
**Converts data from/to different formats.**
|
||||
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
sccnv reads input given in a supported format, converts the content to another
|
||||
format and writes the output. Use the command-line option :confval:`format-list`
|
||||
format and writes the output. Use the command-line option :option:`--format-list`
|
||||
for a list of supported formats.
|
||||
|
||||
|
||||
.. _sec-sccnv-formats:
|
||||
|
||||
Formats
|
||||
=======
|
||||
|
||||
@ -26,18 +28,22 @@ Different formats are supported for input and output files.
|
||||
:widths: 10, 60, 10, 10
|
||||
:header: Name, Description, Input, Output
|
||||
:align: left
|
||||
:delim: ;
|
||||
|
||||
arclink , `Arclink XML <https://www.seiscomp.de/seiscomp3/doc/applications/arclink-status-xml.html>`_ , X , X
|
||||
bson , , X , X
|
||||
bson-json , , , X
|
||||
csv , comma-separated values , , X
|
||||
hyp71sum2k , Hypo71 format , , X
|
||||
ims10 , , , X
|
||||
json , `JSON <https://www.json.org/>`_ format , X , X
|
||||
qml1.2 , :term:`QuakeML` format , \* , X
|
||||
qml1.2rt , :term:`QuakeML` real time (RT) format , \* , X
|
||||
scdm0.51 , , X , X
|
||||
trunk , SeisComP XML (:term:`SCML`) - :ref:`SCML API <api-datamodel-python>` , X , X
|
||||
arclink ; `Arclink XML <https://www.seiscomp.de/seiscomp3/doc/applications/arclink-status-xml.html>`_ ; X ; X
|
||||
binary ; :ref:`SeisComP data model <api-datamodel-python>` in binary format: low-weight and fast ; X ; X
|
||||
bson ; ; X ; X
|
||||
bson-json ; ; ; X
|
||||
csv ; comma-separated values ; ; X
|
||||
hyp71sum2k ; Hypo71 format ; ; X
|
||||
ims10 ; ; ; X
|
||||
json ; :cite:t:`json` format ; X ; X
|
||||
qml1.2 ; :term:`QuakeML` format ; \* ; X
|
||||
qml1.2rt ; :term:`QuakeML` real time (RT) format ; \* ; X
|
||||
scdm0.51 ; ; X ; X
|
||||
scml ; SeisComP XML (:term:`SCML`) - :ref:`SCML API <api-datamodel-python>` ; X ; X
|
||||
trunk ; same as scml, classic way of stating this format ; X ; X
|
||||
vbson ; ; X ; X
|
||||
|
||||
**\***: The conversion from files in QuakeML format is not supported by sccnv
|
||||
but can be realized by system tools. Read section :ref:`sec-sccnv-quakeml` for
|
||||
@ -108,7 +114,7 @@ Examples
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
$ sccnv -i trunk:event.xml -o ims10:event.ims
|
||||
$ sccnv -i scml:event.xml -o ims10:event.ims
|
||||
|
||||
* Convert QuakeML in version 1.2 to SCML in data schema version 0.12:
|
||||
|
||||
@ -125,9 +131,9 @@ Command-Line Options
|
||||
|
||||
:program:`sccnv -i format:file -o format:file`
|
||||
|
||||
sccnv reads the input given in a supported format, converts the content
|
||||
and writes the output in another format. Use the option `format\-list`
|
||||
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
|
||||
`format\-list` for a list of supported formats.
|
||||
|
||||
|
||||
Generic
|
||||
@ -160,7 +166,11 @@ Formats
|
||||
|
||||
.. option:: --format-list
|
||||
|
||||
List all supported formats
|
||||
List all supported formats.
|
||||
|
||||
.. option:: --list-formats
|
||||
|
||||
Same as \-\-format\-list.
|
||||
|
||||
|
||||
Input
|
||||
@ -168,7 +178,9 @@ Input
|
||||
|
||||
.. option:: -i, --input arg
|
||||
|
||||
Input stream [format:][file], default: trunk:\-
|
||||
Default: ``scml:-``
|
||||
|
||||
Input stream [format:][file].
|
||||
|
||||
|
||||
Output
|
||||
@ -176,13 +188,17 @@ Output
|
||||
|
||||
.. option:: -o, --output arg
|
||||
|
||||
Output stream [format:][file], default trunk:\-
|
||||
Default: ``scml:-``
|
||||
|
||||
Output stream [format:][file].
|
||||
|
||||
.. option:: -f, --formatted
|
||||
|
||||
Use formatted output
|
||||
Use formatted output.
|
||||
|
||||
.. option:: --indent arg
|
||||
|
||||
Formatted line indent. Default: 2
|
||||
Default: ``2``
|
||||
|
||||
Formatted line indent.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user