[installation] Change to nightly
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>sccnv — SeisComP Release documentation</title>
|
||||
<title>sccnv — SeisComP Development documentation</title>
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/seiscomp.css" type="text/css" />
|
||||
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=72bcf2f2" />
|
||||
@ -12,7 +12,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=eafc0fe6" />
|
||||
<script type="text/javascript" src="../_static/seiscomp.js"></script>
|
||||
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
|
||||
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=823bb831"></script>
|
||||
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=744d344a"></script>
|
||||
<script src="../_static/doctools.js?v=888ff710"></script>
|
||||
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
@ -25,8 +25,8 @@
|
||||
<div class="container">
|
||||
<div class="brand">
|
||||
<img class="logo" src="../_static/brands/seiscomp/text/white.svg"/>
|
||||
<!-- span class="title">SeisComP Release</span -->
|
||||
<span class="version">6.9.0</span>
|
||||
<!-- span class="title">SeisComP Development</span -->
|
||||
<span class="version">7.0.0</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -74,15 +74,15 @@
|
||||
|
||||
<section id="sccnv">
|
||||
<span id="id1"></span><h1>sccnv<a class="headerlink" href="#sccnv" title="Permalink to this heading">¶</a></h1>
|
||||
<p><strong>Converts data in different formats.</strong></p>
|
||||
<p><strong>Converts data from/to different formats.</strong></p>
|
||||
<section id="description">
|
||||
<h2>Description<a class="headerlink" href="#description" title="Permalink to this heading">¶</a></h2>
|
||||
<p>sccnv reads input given in a supported format, converts the content to another
|
||||
format and writes the output. Use the command-line option <code class="xref std std-confval docutils literal notranslate"><span class="pre">format-list</span></code>
|
||||
format and writes the output. Use the command-line option <code class="xref std std-option docutils literal notranslate"><span class="pre">--format-list</span></code>
|
||||
for a list of supported formats.</p>
|
||||
</section>
|
||||
<section id="formats">
|
||||
<h2>Formats<a class="headerlink" href="#formats" title="Permalink to this heading">¶</a></h2>
|
||||
<span id="sec-sccnv-formats"></span><h2>Formats<a class="headerlink" href="#formats" title="Permalink to this heading">¶</a></h2>
|
||||
<p>Different formats are supported for input and output files.</p>
|
||||
<table class="docutils align-left">
|
||||
<colgroup>
|
||||
@ -104,56 +104,71 @@ for a list of supported formats.</p>
|
||||
<td><p>X</p></td>
|
||||
<td><p>X</p></td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td><p>bson</p></td>
|
||||
<tr class="row-odd"><td><p>binary</p></td>
|
||||
<td><p><a class="reference internal" href="../base/api-python.html#api-datamodel-python"><span class="std std-ref">SeisComP data model</span></a> in binary format: low-weight and fast</p></td>
|
||||
<td><p>X</p></td>
|
||||
<td><p>X</p></td>
|
||||
</tr>
|
||||
<tr class="row-even"><td><p>bson</p></td>
|
||||
<td></td>
|
||||
<td><p>X</p></td>
|
||||
<td><p>X</p></td>
|
||||
</tr>
|
||||
<tr class="row-even"><td><p>bson-json</p></td>
|
||||
<tr class="row-odd"><td><p>bson-json</p></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td><p>X</p></td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td><p>csv</p></td>
|
||||
<tr class="row-even"><td><p>csv</p></td>
|
||||
<td><p>comma-separated values</p></td>
|
||||
<td></td>
|
||||
<td><p>X</p></td>
|
||||
</tr>
|
||||
<tr class="row-even"><td><p>hyp71sum2k</p></td>
|
||||
<tr class="row-odd"><td><p>hyp71sum2k</p></td>
|
||||
<td><p>Hypo71 format</p></td>
|
||||
<td></td>
|
||||
<td><p>X</p></td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td><p>ims10</p></td>
|
||||
<tr class="row-even"><td><p>ims10</p></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td><p>X</p></td>
|
||||
</tr>
|
||||
<tr class="row-even"><td><p>json</p></td>
|
||||
<td><p><a class="reference external" href="https://www.json.org/">JSON</a> format</p></td>
|
||||
<tr class="row-odd"><td><p>json</p></td>
|
||||
<td><p><span id="id2"><em>Introducing JSON</em> [<a class="reference internal" href="../base/references.html#id171" title="Introducing JSON. Internet. URL: https://www.json.org.">16</a>]</span> format</p></td>
|
||||
<td><p>X</p></td>
|
||||
<td><p>X</p></td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td><p>qml1.2</p></td>
|
||||
<tr class="row-even"><td><p>qml1.2</p></td>
|
||||
<td><p><a class="reference internal" href="../base/glossary.html#term-QuakeML"><span class="xref std std-term">QuakeML</span></a> format</p></td>
|
||||
<td><p>*</p></td>
|
||||
<td><p>X</p></td>
|
||||
</tr>
|
||||
<tr class="row-even"><td><p>qml1.2rt</p></td>
|
||||
<tr class="row-odd"><td><p>qml1.2rt</p></td>
|
||||
<td><p><a class="reference internal" href="../base/glossary.html#term-QuakeML"><span class="xref std std-term">QuakeML</span></a> real time (RT) format</p></td>
|
||||
<td><p>*</p></td>
|
||||
<td><p>X</p></td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td><p>scdm0.51</p></td>
|
||||
<tr class="row-even"><td><p>scdm0.51</p></td>
|
||||
<td></td>
|
||||
<td><p>X</p></td>
|
||||
<td><p>X</p></td>
|
||||
</tr>
|
||||
<tr class="row-even"><td><p>trunk</p></td>
|
||||
<tr class="row-odd"><td><p>scml</p></td>
|
||||
<td><p>SeisComP XML (<a class="reference internal" href="../base/glossary.html#term-SCML"><span class="xref std std-term">SCML</span></a>) - <a class="reference internal" href="../base/api-python.html#api-datamodel-python"><span class="std std-ref">SCML API</span></a></p></td>
|
||||
<td><p>X</p></td>
|
||||
<td><p>X</p></td>
|
||||
</tr>
|
||||
<tr class="row-even"><td><p>trunk</p></td>
|
||||
<td><p>same as scml, classic way of stating this format</p></td>
|
||||
<td><p>X</p></td>
|
||||
<td><p>X</p></td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td><p>vbson</p></td>
|
||||
<td></td>
|
||||
<td><p>X</p></td>
|
||||
<td><p>X</p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p><strong>*</strong>: The conversion from files in QuakeML format is not supported by sccnv
|
||||
@ -209,7 +224,7 @@ content in a file:</p>
|
||||
</li>
|
||||
<li><p>Convert an event parameter file in <a class="reference internal" href="../base/glossary.html#term-SCML"><span class="xref std std-term">SCML</span></a> format to ims1.0 and store the
|
||||
content in a file:</p>
|
||||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>sccnv<span class="w"> </span>-i<span class="w"> </span>trunk:event.xml<span class="w"> </span>-o<span class="w"> </span>ims10:event.ims
|
||||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>sccnv<span class="w"> </span>-i<span class="w"> </span>scml:event.xml<span class="w"> </span>-o<span class="w"> </span>ims10:event.ims
|
||||
</pre></div>
|
||||
</div>
|
||||
</li>
|
||||
@ -223,9 +238,9 @@ content in a file:</p>
|
||||
<section id="command-line-options">
|
||||
<h2>Command-Line Options<a class="headerlink" href="#command-line-options" title="Permalink to this heading">¶</a></h2>
|
||||
<p><strong class="program">sccnv -i format:file -o format:file</strong></p>
|
||||
<p>sccnv reads the input given in a supported format, converts the content
|
||||
and writes the output in another format. Use the option <cite>format-list</cite>
|
||||
for a list of supported formats.</p>
|
||||
<p>sccnv reads the input given in a supported format, converts the
|
||||
content and writes the output in another format. Use the option
|
||||
<cite>format-list</cite> for a list of supported formats.</p>
|
||||
<section id="generic">
|
||||
<h3>Generic<a class="headerlink" href="#generic" title="Permalink to this heading">¶</a></h3>
|
||||
<dl class="std option">
|
||||
@ -257,12 +272,18 @@ Equivalent to --verbosity=4 --console=1 .</p>
|
||||
</dd></dl>
|
||||
|
||||
</section>
|
||||
<section id="id2">
|
||||
<h3>Formats<a class="headerlink" href="#id2" title="Permalink to this heading">¶</a></h3>
|
||||
<section id="id3">
|
||||
<h3>Formats<a class="headerlink" href="#id3" title="Permalink to this heading">¶</a></h3>
|
||||
<dl class="std option">
|
||||
<dt class="sig sig-object std" id="cmdoption-sccnv-format-list">
|
||||
<span class="sig-name descname"><span class="pre">--format-list</span></span><span class="sig-prename descclassname"></span><a class="headerlink" href="#cmdoption-sccnv-format-list" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>List all supported formats</p>
|
||||
<dd><p>List all supported formats.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std option">
|
||||
<dt class="sig sig-object std" id="cmdoption-sccnv-list-formats">
|
||||
<span class="sig-name descname"><span class="pre">--list-formats</span></span><span class="sig-prename descclassname"></span><a class="headerlink" href="#cmdoption-sccnv-list-formats" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Same as --format-list.</p>
|
||||
</dd></dl>
|
||||
|
||||
</section>
|
||||
@ -271,7 +292,8 @@ Equivalent to --verbosity=4 --console=1 .</p>
|
||||
<dl class="std option">
|
||||
<dt class="sig sig-object std" id="cmdoption-sccnv-i">
|
||||
<span id="cmdoption-sccnv-input"></span><span class="sig-name descname"><span class="pre">-i</span></span><span class="sig-prename descclassname"></span><span class="sig-prename descclassname"><span class="pre">,</span> </span><span class="sig-name descname"><span class="pre">--input</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-sccnv-i" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Input stream [format:][file], default: trunk:-</p>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">scml:-</span></code></p>
|
||||
<p>Input stream [format:][file].</p>
|
||||
</dd></dl>
|
||||
|
||||
</section>
|
||||
@ -280,19 +302,21 @@ Equivalent to --verbosity=4 --console=1 .</p>
|
||||
<dl class="std option">
|
||||
<dt class="sig sig-object std" id="cmdoption-sccnv-o">
|
||||
<span id="cmdoption-sccnv-output"></span><span class="sig-name descname"><span class="pre">-o</span></span><span class="sig-prename descclassname"></span><span class="sig-prename descclassname"><span class="pre">,</span> </span><span class="sig-name descname"><span class="pre">--output</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-sccnv-o" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Output stream [format:][file], default trunk:-</p>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">scml:-</span></code></p>
|
||||
<p>Output stream [format:][file].</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std option">
|
||||
<dt class="sig sig-object std" id="cmdoption-sccnv-f">
|
||||
<span id="cmdoption-sccnv-formatted"></span><span class="sig-name descname"><span class="pre">-f</span></span><span class="sig-prename descclassname"></span><span class="sig-prename descclassname"><span class="pre">,</span> </span><span class="sig-name descname"><span class="pre">--formatted</span></span><span class="sig-prename descclassname"></span><a class="headerlink" href="#cmdoption-sccnv-f" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Use formatted output</p>
|
||||
<dd><p>Use formatted output.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std option">
|
||||
<dt class="sig sig-object std" id="cmdoption-sccnv-indent">
|
||||
<span class="sig-name descname"><span class="pre">--indent</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-sccnv-indent" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Formatted line indent. Default: 2</p>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">2</span></code></p>
|
||||
<p>Formatted line indent.</p>
|
||||
</dd></dl>
|
||||
|
||||
</section>
|
||||
@ -329,7 +353,7 @@ Equivalent to --verbosity=4 --console=1 .</p>
|
||||
<li><a class="reference internal" href="#command-line-options">Command-Line Options</a><ul>
|
||||
<li><a class="reference internal" href="#generic">Generic</a></li>
|
||||
<li><a class="reference internal" href="#verbosity">Verbosity</a></li>
|
||||
<li><a class="reference internal" href="#id2">Formats</a></li>
|
||||
<li><a class="reference internal" href="#id3">Formats</a></li>
|
||||
<li><a class="reference internal" href="#input">Input</a></li>
|
||||
<li><a class="reference internal" href="#output">Output</a></li>
|
||||
</ul>
|
||||
@ -368,7 +392,7 @@ Equivalent to --verbosity=4 --console=1 .</p>
|
||||
</a>
|
||||
<div class="stretched align-center fitted content">
|
||||
<div>
|
||||
Version <b>6.9.0</b> Release
|
||||
Version <b>7.0.0</b> Development
|
||||
</div>
|
||||
<div class="copyright">
|
||||
Copyright © gempa GmbH, GFZ Potsdam.
|
||||
|
||||
Reference in New Issue
Block a user