Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Offline-Playback.rst #124

Merged
merged 2 commits into from
Aug 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc/base/Offline-Playback.rst
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ Waveform data

.. code-block:: bash

echo "http://eida.ethz.ch/fdsnws/dataselect/query"\
echo "http://eida.ethz.ch/fdsnws/dataselect/1/query"\
"?net=CH&sta=SENIN,SAYF2&cha=HH?,HG?"\
"&start=2019-11-05T04:00:00&end=2019-11-05T05:00:00" | \
wget -i - -O - | \
Expand Down Expand Up @@ -640,7 +640,7 @@ launch :external:ref:`scolv`:
--debug \
--db-disable \
--inventory-db stations.scml \
--record-url "fdsnws://eida-federator.ethz.ch/fdsnws/dataselect/1/query" &
--record-url "fdsnws://eida.ethz.ch/fdsnws/dataselect/1/query" &

Here, we run :external:ref:`scolv` without
using a database. Besides, waveform data is fetched from FDSN web services.
Expand Down Expand Up @@ -1068,7 +1068,7 @@ Waveform data

.. code-block:: bash

echo "http://eida.ethz.ch/fdsnws/dataselect/query"\
echo "http://eida.ethz.ch/fdsnws/dataselect/1/query"\
"?net=CH&sta=SENIN,SAYF2,STSW2&cha=HH?,HG?"\
"&start=2019-11-05T04:00:00&end=2019-11-05T05:00:00" | \
wget -i - -O - | \
Expand Down Expand Up @@ -1135,7 +1135,7 @@ To screen visualize the results launch :external:ref:`scolv` with
--db-disable \
--debug \
--inventory-db stations.scml \
--record-url "fdsnws://eida-federator.ethz.ch/fdsnws/dataselect/1/query" &
--record-url "fdsnws://eida.ethz.ch/fdsnws/dataselect/1/query" &

Once :external:ref:`scolv` is up and running
import the ``event.catalog.scml`` file which was previously generated
Expand Down