[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>scbulletin — SeisComP Release documentation</title>
|
||||
<title>scbulletin — 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>
|
||||
@ -77,13 +77,13 @@
|
||||
<p><strong>Create bulletins from SCML.</strong></p>
|
||||
<section id="description">
|
||||
<h2>Description<a class="headerlink" href="#description" title="Permalink to this heading">¶</a></h2>
|
||||
<p>scbulletin transforms the parameters of events or origins either to various formats.
|
||||
Currently supported output formats are:</p>
|
||||
<p>scbulletin transforms the parameters of events or origins to various bulletin
|
||||
formats. Currently supported output formats are:</p>
|
||||
<ul class="simple">
|
||||
<li><p>autoloc1,</p></li>
|
||||
<li><p>autoloc3,</p></li>
|
||||
<li><p>fdsnws,</p></li>
|
||||
<li><p>kml.</p></li>
|
||||
<li><p>1: autoloc1,</p></li>
|
||||
<li><p>3: autoloc3,</p></li>
|
||||
<li><p>4: fdsnws,</p></li>
|
||||
<li><p>5: kml.</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="input-modes">
|
||||
@ -92,7 +92,7 @@ Currently supported output formats are:</p>
|
||||
<ol class="arabic simple">
|
||||
<li><p>Dump mode: Fetch all necessary information from database directly. Either
|
||||
choose one or more event or origin IDs. The database connection must be given
|
||||
with <code class="xref std std-option docutils literal notranslate"><span class="pre">-o</span></code>.</p></li>
|
||||
with <code class="xref std std-option docutils literal notranslate"><span class="pre">-d</span></code>.</p></li>
|
||||
<li><p>Input mode: Provide all event and origin information in XML (<a class="reference internal" href="../base/glossary.html#term-SCML"><span class="xref std std-term">SCML</span></a>)
|
||||
format from file or stdin. You may filter further by event or origin ID.</p></li>
|
||||
</ol>
|
||||
@ -108,22 +108,24 @@ can be generated by <a class="reference internal" href="scxmldump.html#scxmldump
|
||||
</section>
|
||||
<section id="output-modes">
|
||||
<h2>Output Modes<a class="headerlink" href="#output-modes" title="Permalink to this heading">¶</a></h2>
|
||||
<p>The generated content is written to stdout or, with option <code class="xref std std-option docutils literal notranslate"><span class="pre">-o</span></code> to a
|
||||
file. Different output formats are available by command-line options:</p>
|
||||
<p>The generated content is written to stdout or to a file with option <code class="xref std std-option docutils literal notranslate"><span class="pre">-o</span></code>.
|
||||
Different output formats are available by command-line options:</p>
|
||||
<ul class="simple">
|
||||
<li><p><code class="docutils literal notranslate"><span class="pre">-1</span></code> for <strong>autoloc1</strong>: Print one bulletin per event.</p></li>
|
||||
<li><p><code class="docutils literal notranslate"><span class="pre">-3</span></code> for <strong>autoloc3</strong>: Print one bulletin per event.</p></li>
|
||||
<li><p><code class="docutils literal notranslate"><span class="pre">-3</span> <span class="pre">-x</span></code> for <strong>extended autoloc3</strong>.</p></li>
|
||||
<li><p><code class="docutils literal notranslate"><span class="pre">-4</span></code> or <code class="docutils literal notranslate"><span class="pre">--fdsnws</span></code> for FDSNWS event text: Print one line per event. Useful
|
||||
for generating event catalogs. This option offers an alternative to generating
|
||||
event catalogs by <a class="reference internal" href="fdsnws.html#sec-event"><span class="std std-ref">fdsnws-event</span></a>.</p></li>
|
||||
<li><p><code class="docutils literal notranslate"><span class="pre">-5</span></code> or <code class="docutils literal notranslate"><span class="pre">--kml</span></code> for KML/GIS file format. The output can be viewed, e.g.,
|
||||
in <em>Google Earth</em>.</p></li>
|
||||
<li><p><code class="xref std std-option docutils literal notranslate"><span class="pre">-1</span></code> for <strong>autoloc1</strong>: Print one bulletin per event.</p></li>
|
||||
<li><p><code class="xref std std-option docutils literal notranslate"><span class="pre">-3</span></code> for <strong>autoloc3</strong>: Print one bulletin per event.</p></li>
|
||||
<li><p><code class="xref std std-option docutils literal notranslate"><span class="pre">-4</span></code> or <code class="xref std std-option docutils literal notranslate"><span class="pre">--fdsnws</span></code> for FDSNWS event text: Print one line per
|
||||
event. Useful for generating event catalogs. This option offers an alternative
|
||||
to generating event catalogs compatible with <a class="reference internal" href="fdsnws.html#sec-event"><span class="std std-ref">fdsnws-event</span></a>
|
||||
CSV format defined by <span id="id2"><em>FDSNWS</em> [<a class="reference internal" href="../base/references.html#id135" title="FDSNWS. International Federation of Digital Seismograph Networks. URL: http://www.fdsn.org/webservices/.">8</a>]</span>.</p></li>
|
||||
<li><p><code class="xref std std-option docutils literal notranslate"><span class="pre">-5</span></code> or <code class="xref std std-option docutils literal notranslate"><span class="pre">--kml</span></code> for KML/GIS file format. The output can be
|
||||
viewed, e.g., in <em>Google Earth</em>.</p></li>
|
||||
</ul>
|
||||
<p>By default, the output precision of times or coordinates is optimized for events
|
||||
at teleseismic or regional distances. Use the option <code class="xref std std-option docutils literal notranslate"><span class="pre">-e</span></code> for
|
||||
<strong>enhanced</strong> output at higher precision: All times and distances are in units
|
||||
of milliseconds and meters, respectively.</p>
|
||||
<strong>enhanced</strong> output at higher precision. Then all times and distances are given
|
||||
with precision of milliseconds and meters, respectively.
|
||||
Combine options <code class="xref std std-option docutils literal notranslate"><span class="pre">-3</span></code> or <code class="xref std std-option docutils literal notranslate"><span class="pre">-4</span></code> with <code class="xref std std-option docutils literal notranslate"><span class="pre">-x</span></code> for printing more
|
||||
parameters in generated bulletins.</p>
|
||||
</section>
|
||||
<section id="examples">
|
||||
<h2>Examples<a class="headerlink" href="#examples" title="Permalink to this heading">¶</a></h2>
|
||||
@ -155,7 +157,8 @@ scbulletin<span class="w"> </span>-i<span class="w"> </span>gfz2012abcd.xml<span
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p>When considering a single event XML file containing many events, the
|
||||
bulletins of all events will be generated unless <code class="docutils literal notranslate"><span class="pre">--first-only</span></code> is used.</p>
|
||||
bulletins of all events will be generated unless <code class="xref std std-option docutils literal notranslate"><span class="pre">--first-only</span></code> is
|
||||
used.</p>
|
||||
</div>
|
||||
</section>
|
||||
<section id="module-configuration">
|
||||
@ -450,8 +453,10 @@ printed to stdout.</p>
|
||||
<dl class="std option">
|
||||
<dt class="sig sig-object std" id="cmdoption-scbulletin-0">
|
||||
<span id="cmdoption-scbulletin-2"></span><span class="sig-name descname"><span class="pre">-x</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">--extra</span></span><span class="sig-prename descclassname"></span><a class="headerlink" href="#cmdoption-scbulletin-0" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Use a specially detailed autoloc3 format. This options works
|
||||
only in combination with the autoloc3-flag.</p>
|
||||
<dd><p>Generate extra detailed output for specific output formats adding</p>
|
||||
<p>- 3/autoloc3: IDs of preferred objects and creation information</p>
|
||||
<p>- 4/FDSNWS event text: Additional columns</p>
|
||||
<p>More information may be added in future versions.</p>
|
||||
</dd></dl>
|
||||
|
||||
</section>
|
||||
@ -527,7 +532,7 @@ only in combination with the autoloc3-flag.</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