Skip to content

Commit dd600ae

Browse files
committed
Deploying to gh-pages from @ 75835d8 🚀
1 parent 5291323 commit dd600ae

File tree

3 files changed

+112
-58
lines changed

3 files changed

+112
-58
lines changed

Diff for: _sources/atacr.rst.txt

+56-29
Original file line numberDiff line numberDiff line change
@@ -251,20 +251,28 @@ Usage
251251
Server Settings:
252252
Settings associated with which datacenter to log into.
253253
254-
-S SERVER, --server SERVER
255-
Specify the server to connect to. Options include:
256-
BGR, ETH, GEONET, GFZ, INGV, IPGP, IRIS, KOERI, LMU,
257-
NCEDC, NEIP, NERIES, ODC, ORFEUS, RESIF, SCEDC, USGS,
258-
USP. [Default IRIS]
259-
--server-url SERVER_URL
260-
Specify the obspy base_url server address (and port if
261-
needed) to open for the fdsn client. Overrides any
262-
settings to '--server'. [Default None]
263-
-U USERAUTH, --user-auth USERAUTH
264-
Enter your Authentification Username and Password
265-
(--user-auth='username:authpassword') to access and
266-
download restricted data. [Default no user and
267-
password]
254+
--server SERVER Base URL of FDSN web service compatible server (e.g.
255+
“http://service.iris.edu”) or key string for
256+
recognized server (one of 'AUSPASS', 'BGR',
257+
'EARTHSCOPE', 'EIDA', 'EMSC', 'ETH', 'GEOFON',
258+
'GEONET', 'GFZ', 'ICGC', 'IESDMC', 'INGV', 'IPGP',
259+
'IRIS', 'IRISPH5', 'ISC', 'KNMI', 'KOERI', 'LMU',
260+
'NCEDC', 'NIEP', 'NOA', 'NRCAN', 'ODC', 'ORFEUS',
261+
'RASPISHAKE', 'RESIF', 'RESIFPH5', 'SCEDC', 'TEXNET',
262+
'UIB-NORSAR', 'USGS', 'USP'). [Default 'IRIS']
263+
--user-auth USERAUTH Authentification Username and Password for the
264+
waveform server (--user-auth='username:authpassword')
265+
to access and download restricted data. [Default no
266+
user and password]
267+
--eida-token TOKENFILE
268+
Token for EIDA authentication mechanism, see
269+
http://geofon.gfz-
270+
potsdam.de/waveform/archive/auth/index.php. If a token
271+
is provided, argument --user-auth will be ignored.
272+
This mechanism is only available on select EIDA nodes.
273+
The token can be provided in form of the PGP message
274+
as a string, or the filename of a local file with the
275+
PGP message in it. [Default None]
268276
269277
Frequency Settings:
270278
Miscellaneous frequency settings
@@ -586,21 +594,40 @@ Usage
586594
Server Settings:
587595
Settings associated with which datacenter to log into.
588596
589-
-S SERVER, --server SERVER
590-
Specify the server to connect to. Options include:
591-
BGR, ETH, GEONET, GFZ, INGV, IPGP, IRIS, KOERI, LMU,
592-
NCEDC, NEIP, NERIES, ODC, ORFEUS, RESIF, SCEDC, USGS,
593-
USP. [Default IRIS]
594-
--server-url SERVER_URL
595-
Specify the obspy base_url server address (and port if
596-
needed) to open for the fdsn client. Overrides any
597-
settings to '--server'. [Default None]
598-
-U USERAUTH, --user-auth USERAUTH
599-
Enter your Authentification Username and Password
600-
(--user-auth='username:authpassword') to access and
601-
download restricted data. [Default no user and
602-
password]
603-
597+
--server-cat SERVER_CAT
598+
Catalogue server setting: Key string for recognized
599+
server that provide `available_event_catalogs` service
600+
(one of 'AUSPASS', 'BGR', 'EARTHSCOPE', 'EIDA',
601+
'EMSC', 'ETH', 'GEOFON', 'GEONET', 'GFZ', 'ICGC',
602+
'IESDMC', 'INGV', 'IPGP', 'IRIS', 'IRISPH5', 'ISC',
603+
'KNMI', 'KOERI', 'LMU', 'NCEDC', 'NIEP', 'NOA',
604+
'NRCAN', 'ODC', 'ORFEUS', 'RASPISHAKE', 'RESIF',
605+
'RESIFPH5', 'SCEDC', 'TEXNET', 'UIB-NORSAR', 'USGS',
606+
'USP'). [Default 'IRIS']
607+
--server-wf SERVER_WF
608+
Waveform server setting: Base URL of FDSN web service
609+
compatible server (e.g. “http://service.iris.edu”) or
610+
key string for recognized server (one of 'AUSPASS',
611+
'BGR', 'EARTHSCOPE', 'EIDA', 'EMSC', 'ETH', 'GEOFON',
612+
'GEONET', 'GFZ', 'ICGC', 'IESDMC', 'INGV', 'IPGP',
613+
'IRIS', 'IRISPH5', 'ISC', 'KNMI', 'KOERI', 'LMU',
614+
'NCEDC', 'NIEP', 'NOA', 'NRCAN', 'ODC', 'ORFEUS',
615+
'RASPISHAKE', 'RESIF', 'RESIFPH5', 'SCEDC', 'TEXNET',
616+
'UIB-NORSAR', 'USGS', 'USP'). [Default 'IRIS']
617+
--user-auth USERAUTH Authentification Username and Password for the
618+
waveform server (--user-auth='username:authpassword')
619+
to access and download restricted data. [Default no
620+
user and password]
621+
--eida-token TOKENFILE
622+
Token for EIDA authentication mechanism, see
623+
http://geofon.gfz-
624+
potsdam.de/waveform/archive/auth/index.php. If a token
625+
is provided, argument --user-auth will be ignored.
626+
This mechanism is only available on select EIDA nodes.
627+
The token can be provided in form of the PGP message
628+
as a string, or the filename of a local file with the
629+
PGP message in it. [Default None]
630+
604631
Frequency Settings:
605632
Miscellaneous frequency settings
606633

Diff for: atacr.html

+55-28
Original file line numberDiff line numberDiff line change
@@ -2144,20 +2144,28 @@ <h4>Usage<a class="headerlink" href="#usage" title="Link to this heading"></a
21442144
Server Settings:
21452145
Settings associated with which datacenter to log into.
21462146

2147-
-S SERVER, --server SERVER
2148-
Specify the server to connect to. Options include:
2149-
BGR, ETH, GEONET, GFZ, INGV, IPGP, IRIS, KOERI, LMU,
2150-
NCEDC, NEIP, NERIES, ODC, ORFEUS, RESIF, SCEDC, USGS,
2151-
USP. [Default IRIS]
2152-
--server-url SERVER_URL
2153-
Specify the obspy base_url server address (and port if
2154-
needed) to open for the fdsn client. Overrides any
2155-
settings to &#39;--server&#39;. [Default None]
2156-
-U USERAUTH, --user-auth USERAUTH
2157-
Enter your Authentification Username and Password
2158-
(--user-auth=&#39;username:authpassword&#39;) to access and
2159-
download restricted data. [Default no user and
2160-
password]
2147+
--server SERVER Base URL of FDSN web service compatible server (e.g.
2148+
“http://service.iris.edu”) or key string for
2149+
recognized server (one of &#39;AUSPASS&#39;, &#39;BGR&#39;,
2150+
&#39;EARTHSCOPE&#39;, &#39;EIDA&#39;, &#39;EMSC&#39;, &#39;ETH&#39;, &#39;GEOFON&#39;,
2151+
&#39;GEONET&#39;, &#39;GFZ&#39;, &#39;ICGC&#39;, &#39;IESDMC&#39;, &#39;INGV&#39;, &#39;IPGP&#39;,
2152+
&#39;IRIS&#39;, &#39;IRISPH5&#39;, &#39;ISC&#39;, &#39;KNMI&#39;, &#39;KOERI&#39;, &#39;LMU&#39;,
2153+
&#39;NCEDC&#39;, &#39;NIEP&#39;, &#39;NOA&#39;, &#39;NRCAN&#39;, &#39;ODC&#39;, &#39;ORFEUS&#39;,
2154+
&#39;RASPISHAKE&#39;, &#39;RESIF&#39;, &#39;RESIFPH5&#39;, &#39;SCEDC&#39;, &#39;TEXNET&#39;,
2155+
&#39;UIB-NORSAR&#39;, &#39;USGS&#39;, &#39;USP&#39;). [Default &#39;IRIS&#39;]
2156+
--user-auth USERAUTH Authentification Username and Password for the
2157+
waveform server (--user-auth=&#39;username:authpassword&#39;)
2158+
to access and download restricted data. [Default no
2159+
user and password]
2160+
--eida-token TOKENFILE
2161+
Token for EIDA authentication mechanism, see
2162+
http://geofon.gfz-
2163+
potsdam.de/waveform/archive/auth/index.php. If a token
2164+
is provided, argument --user-auth will be ignored.
2165+
This mechanism is only available on select EIDA nodes.
2166+
The token can be provided in form of the PGP message
2167+
as a string, or the filename of a local file with the
2168+
PGP message in it. [Default None]
21612169

21622170
Frequency Settings:
21632171
Miscellaneous frequency settings
@@ -2469,20 +2477,39 @@ <h4>Usage<a class="headerlink" href="#id9" title="Link to this heading"></a><
24692477
Server Settings:
24702478
Settings associated with which datacenter to log into.
24712479

2472-
-S SERVER, --server SERVER
2473-
Specify the server to connect to. Options include:
2474-
BGR, ETH, GEONET, GFZ, INGV, IPGP, IRIS, KOERI, LMU,
2475-
NCEDC, NEIP, NERIES, ODC, ORFEUS, RESIF, SCEDC, USGS,
2476-
USP. [Default IRIS]
2477-
--server-url SERVER_URL
2478-
Specify the obspy base_url server address (and port if
2479-
needed) to open for the fdsn client. Overrides any
2480-
settings to &#39;--server&#39;. [Default None]
2481-
-U USERAUTH, --user-auth USERAUTH
2482-
Enter your Authentification Username and Password
2483-
(--user-auth=&#39;username:authpassword&#39;) to access and
2484-
download restricted data. [Default no user and
2485-
password]
2480+
--server-cat SERVER_CAT
2481+
Catalogue server setting: Key string for recognized
2482+
server that provide `available_event_catalogs` service
2483+
(one of &#39;AUSPASS&#39;, &#39;BGR&#39;, &#39;EARTHSCOPE&#39;, &#39;EIDA&#39;,
2484+
&#39;EMSC&#39;, &#39;ETH&#39;, &#39;GEOFON&#39;, &#39;GEONET&#39;, &#39;GFZ&#39;, &#39;ICGC&#39;,
2485+
&#39;IESDMC&#39;, &#39;INGV&#39;, &#39;IPGP&#39;, &#39;IRIS&#39;, &#39;IRISPH5&#39;, &#39;ISC&#39;,
2486+
&#39;KNMI&#39;, &#39;KOERI&#39;, &#39;LMU&#39;, &#39;NCEDC&#39;, &#39;NIEP&#39;, &#39;NOA&#39;,
2487+
&#39;NRCAN&#39;, &#39;ODC&#39;, &#39;ORFEUS&#39;, &#39;RASPISHAKE&#39;, &#39;RESIF&#39;,
2488+
&#39;RESIFPH5&#39;, &#39;SCEDC&#39;, &#39;TEXNET&#39;, &#39;UIB-NORSAR&#39;, &#39;USGS&#39;,
2489+
&#39;USP&#39;). [Default &#39;IRIS&#39;]
2490+
--server-wf SERVER_WF
2491+
Waveform server setting: Base URL of FDSN web service
2492+
compatible server (e.g. “http://service.iris.edu”) or
2493+
key string for recognized server (one of &#39;AUSPASS&#39;,
2494+
&#39;BGR&#39;, &#39;EARTHSCOPE&#39;, &#39;EIDA&#39;, &#39;EMSC&#39;, &#39;ETH&#39;, &#39;GEOFON&#39;,
2495+
&#39;GEONET&#39;, &#39;GFZ&#39;, &#39;ICGC&#39;, &#39;IESDMC&#39;, &#39;INGV&#39;, &#39;IPGP&#39;,
2496+
&#39;IRIS&#39;, &#39;IRISPH5&#39;, &#39;ISC&#39;, &#39;KNMI&#39;, &#39;KOERI&#39;, &#39;LMU&#39;,
2497+
&#39;NCEDC&#39;, &#39;NIEP&#39;, &#39;NOA&#39;, &#39;NRCAN&#39;, &#39;ODC&#39;, &#39;ORFEUS&#39;,
2498+
&#39;RASPISHAKE&#39;, &#39;RESIF&#39;, &#39;RESIFPH5&#39;, &#39;SCEDC&#39;, &#39;TEXNET&#39;,
2499+
&#39;UIB-NORSAR&#39;, &#39;USGS&#39;, &#39;USP&#39;). [Default &#39;IRIS&#39;]
2500+
--user-auth USERAUTH Authentification Username and Password for the
2501+
waveform server (--user-auth=&#39;username:authpassword&#39;)
2502+
to access and download restricted data. [Default no
2503+
user and password]
2504+
--eida-token TOKENFILE
2505+
Token for EIDA authentication mechanism, see
2506+
http://geofon.gfz-
2507+
potsdam.de/waveform/archive/auth/index.php. If a token
2508+
is provided, argument --user-auth will be ignored.
2509+
This mechanism is only available on select EIDA nodes.
2510+
The token can be provided in form of the PGP message
2511+
as a string, or the filename of a local file with the
2512+
PGP message in it. [Default None]
24862513

24872514
Frequency Settings:
24882515
Miscellaneous frequency settings

0 commit comments

Comments
 (0)