1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

46

47

48

49

50

51

52

53

54

55

56

57

58

59

60

61

62

63

64

65

66

67

68

69

70

71

72

73

74

75

76

77

78

79

80

81

82

83

84

85

86

87

88

89

90

91

92

93

94

95

96

97

98

99

100

101

102

103

104

105

106

107

108

109

110

111

112

113

114

115

116

117

118

119

120

121

122

123

124

125

126

127

128

129

130

131

132

133

134

135

136

137

138

139

140

141

142

143

144

145

146

147

148

149

150

151

152

153

154

155

156

157

158

159

160

161

162

163

164

165

166

167

168

169

170

171

172

173

174

175

176

177

178

179

180

181

182

183

184

185

186

187

188

189

190

191

192

193

194

195

196

197

198

199

200

201

202

203

204

205

206

207

208

209

210

211

212

213

214

215

216

217

218

219

220

221

222

223

224

225

226

227

228

229

230

231

232

233

234

235

236

237

238

239

240

241

242

243

244

245

246

247

248

249

250

251

252

253

254

255

256

257

258

259

260

261

262

263

264

265

266

267

268

269

270

271

272

273

274

275

276

277

278

279

280

281

282

283

284

285

286

287

288

289

290

291

292

293

294

295

296

297

298

299

300

301

302

303

304

305

306

307

308

309

310

311

312

313

314

315

316

317

318

319

320

321

322

323

324

325

326

327

328

329

330

331

332

333

334

335

336

337

338

339

340

341

342

343

344

345

346

347

348

349

350

351

352

353

354

355

356

357

358

359

360

361

362

363

364

365

366

367

368

369

370

371

372

373

374

375

376

377

378

379

380

381

382

383

384

385

386

387

388

389

390

391

392

393

394

395

396

397

398

399

400

401

402

403

404

405

406

407

408

409

410

411

412

413

414

415

416

417

418

419

420

421

422

423

424

425

426

427

428

429

430

431

432

433

434

435

436

437

438

439

440

441

442

443

444

445

446

447

448

449

450

451

452

453

454

455

456

457

458

459

460

461

462

463

464

465

466

467

468

469

470

471

472

473

474

475

476

477

478

479

480

481

482

483

484

485

486

487

488

489

490

491

492

493

494

495

496

497

498

499

500

501

502

503

504

505

506

507

508

509

510

511

512

513

514

515

516

517

518

519

520

521

522

523

524

525

526

527

528

529

530

531

532

533

534

535

536

537

538

539

540

541

542

543

544

545

546

547

548

549

550

551

552

553

554

555

556

557

558

559

560

561

562

563

564

565

566

567

568

569

570

571

572

573

574

575

576

577

578

579

580

581

582

583

584

585

586

587

588

589

590

591

592

593

594

595

596

597

598

599

600

601

602

603

604

605

606

607

608

609

610

611

612

613

614

615

616

617

618

619

620

621

622

623

624

625

626

627

628

629

630

631

632

633

634

635

636

637

638

639

640

641

642

643

644

645

646

647

648

649

650

651

652

653

654

655

656

657

658

659

660

661

662

663

664

665

666

667

668

669

670

671

672

673

674

675

676

677

678

679

680

681

682

683

684

685

686

687

688

689

690

691

692

693

694

695

696

697

698

699

700

701

702

703

704

705

706

707

708

709

710

711

712

713

714

715

716

717

718

719

720

721

722

723

724

725

726

727

728

729

730

731

732

733

734

735

736

737

738

739

740

741

742

743

744

745

746

747

748

749

750

751

752

753

754

755

756

757

758

759

760

761

762

763

764

765

766

767

768

769

770

771

772

773

774

775

776

777

778

779

780

781

782

783

784

785

786

787

788

789

790

791

792

793

794

795

796

797

798

799

800

801

802

803

804

805

806

807

808

809

810

811

812

813

814

815

816

817

818

819

820

821

822

823

824

825

826

827

828

829

830

831

832

833

834

835

836

837

838

839

840

841

842

843

844

845

846

847

848

849

850

851

852

853

854

855

856

857

858

859

860

861

862

863

864

865

866

867

868

869

870

871

872

873

874

875

876

877

878

879

880

881

882

883

884

885

886

887

888

889

890

891

892

893

894

895

896

897

898

899

900

901

902

903

904

905

906

907

908

909

910

911

912

913

914

915

916

917

918

919

920

921

922

923

924

925

926

927

928

929

930

931

932

933

934

935

936

937

938

939

940

941

942

943

944

945

946

947

948

949

950

951

952

953

954

955

956

957

958

959

960

961

962

963

964

965

966

967

968

969

970

971

972

973

974

975

# http://pyrocko.org - GPLv3 

# 

# The Pyrocko Developers, 21st Century 

# ---|P------/S----------~Lg---------- 

 

''' 

Low-level FDSN web service client. 

 

This module provides basic functionality to download station metadata, time 

series data and event information from FDSN web services. Password and token 

authentication are supported. Query responses are returned as open file-like 

objects or can be parsed into Pyrocko's native data structures where 

appropriate. 

 

.. _registered-site-names: 

 

Registered site names 

..................... 

 

A list of known FDSN site names is maintained within the module for quick 

selection by the user. This list currently contains the following sites: 

 

%s 

 

Any other site can be specified by providing its full URL. 

''' 

 

from __future__ import absolute_import 

 

import re 

import logging 

import ssl 

import socket 

 

try: 

import certifi 

except ImportError: 

certifi = None 

 

 

from pyrocko import util 

from pyrocko.util import DownloadError 

from pyrocko import config 

 

from pyrocko.util import \ 

urlencode, Request, build_opener, HTTPDigestAuthHandler, urlopen, HTTPError 

 

try: 

newstr = unicode 

except NameError: 

newstr = str 

 

 

if certifi: 

g_cafile = certifi.where() 

else: 

g_cafile = None 

 

 

logger = logging.getLogger('pyrocko.client.fdsn') 

 

g_url = '%(site)s/fdsnws/%(service)s/%(majorversion)i/%(method)s' 

 

g_site_abbr = { 

'geofon': 'https://geofon.gfz-potsdam.de', 

'iris': 'http://service.iris.edu', 

'orfeus': 'http://www.orfeus-eu.org', 

'bgr': 'http://eida.bgr.de', 

'geonet': 'http://service.geonet.org.nz', 

'knmi': 'http://rdsa.knmi.nl', 

'ncedc': 'http://service.ncedc.org', 

'scedc': 'http://service.scedc.caltech.edu', 

'usgs': 'http://earthquake.usgs.gov', 

'koeri': 'http://eida-service.koeri.boun.edu.tr', 

'ethz': 'http://eida.ethz.ch', 

'icgc': 'http://ws.icgc.cat', 

'ipgp': 'http://eida.ipgp.fr', 

'ingv': 'http://webservices.ingv.it', 

'isc': 'http://www.isc.ac.uk', 

'lmu': 'http://erde.geophysik.uni-muenchen.de', 

'noa': 'http://eida.gein.noa.gr', 

'resif': 'http://ws.resif.fr', 

'usp': 'http://seisrequest.iag.usp.br', 

'niep': 'http://eida-sc3.infp.ro' 

} 

 

g_default_site = 'geofon' 

 

 

g_default_query_args = { 

'station': { 

'starttime', 'endtime', 'startbefore', 'startafter', 'endbefore', 

'endafter', 'network', 'station', 'location', 'channel', 'minlatitude', 

'maxlatitude', 'minlongitude', 'maxlongitude', 'latitude', 'longitude', 

'minradius', 'maxradius', 'level', 'includerestricted', 

'includeavailability', 'updatedafter', 'matchtimeseries', 'format', 

'nodata'}, 

'dataselect': { 

'starttime', 'endtime', 'network', 'station', 'location', 'channel', 

'quality', 'minimumlength', 'longestonly', 'format', 'nodata'}, 

'event': { 

'starttime', 'endtime', 'minlatitude', 'maxlatitude', 'minlongitude', 

'maxlongitude', 'latitude', 'longitude', 'minradius', 'maxradius', 

'mindepth', 'maxdepth', 'minmagnitude', 'maxmagnitude', 'eventtype', 

'includeallorigins', 'includeallmagnitudes', 'includearrivals', 

'eventid', 'limit', 'offset', 'orderby', 'catalog', 'contributor', 

'updatedafter', 'format', 'nodata'}, 

'availability': { 

'starttime', 'endtime', 'network', 'station', 'location', 'channel', 

'quality', 'merge', 'orderby', 'limit', 'includerestricted', 'format', 

'nodata', 'mergegaps', 'show'}} 

 

 

def doc_escape_slist(li): 

return ', '.join("``'%s'``" % s for s in li) 

 

 

def doc_table_dict(d, khead, vhead, indent=''): 

keys, vals = zip(*sorted(d.items())) 

 

lk = max(max(len(k) for k in keys), len(khead)) 

lv = max(max(len(v) for v in vals), len(vhead)) 

 

hr = '=' * lk + ' ' + '=' * lv 

 

lines = [ 

hr, 

'%s %s' % (khead.ljust(lk), vhead.ljust(lv)), 

hr] 

 

for k, v in zip(keys, vals): 

lines.append('%s %s' % (k.ljust(lk), v.ljust(lv))) 

 

lines.append(hr) 

return '\n'.join(indent + line for line in lines) 

 

 

def strip_html(s): 

s = s.decode('utf-8') 

s = re.sub(r'<[^>]+>', '', s) 

s = re.sub(r'\r', '', s) 

s = re.sub(r'\s*\n', '\n', s) 

return s 

 

 

def indent(s, ind=' '): 

return '\n'.join(ind + line for line in s.splitlines()) 

 

 

def get_sites(): 

''' 

Get sorted list of registered site names. 

''' 

return sorted(g_site_abbr.keys()) 

 

 

if config.config().fdsn_timeout is None: 

g_timeout = 20. 

else: 

g_timeout = config.config().fdsn_timeout 

 

re_realm_from_auth_header = re.compile(r'(realm)\s*[:=]\s*"([^"]*)"?') 

 

 

class CannotGetRealmFromAuthHeader(DownloadError): 

''' 

Raised when failing to parse server response during authentication. 

''' 

pass 

 

 

class CannotGetCredentialsFromAuthRequest(DownloadError): 

''' 

Raised when failing to parse server response during token authentication. 

''' 

pass 

 

 

def get_realm_from_auth_header(headers): 

realm = dict(re_realm_from_auth_header.findall( 

headers['WWW-Authenticate'])).get('realm', None) 

 

if realm is None: 

raise CannotGetRealmFromAuthHeader('headers=%s' % str(headers)) 

 

return realm 

 

 

def sdatetime(t): 

return util.time_to_str(t, format='%Y-%m-%dT%H:%M:%S') 

 

 

class EmptyResult(DownloadError): 

''' 

Raised when an empty server response is retrieved. 

''' 

def __init__(self, url): 

DownloadError.__init__(self) 

self._url = url 

 

def __str__(self): 

return 'No results for request %s' % self._url 

 

 

class RequestEntityTooLarge(DownloadError): 

''' 

Raised when the server indicates that too much data was requested. 

''' 

def __init__(self, url): 

DownloadError.__init__(self) 

self._url = url 

 

def __str__(self): 

return 'Request entity too large: %s' % self._url 

 

 

class InvalidRequest(DownloadError): 

''' 

Raised when an invalid request would be sent / has been sent. 

''' 

pass 

 

 

class Timeout(DownloadError): 

''' 

Raised when the server does not respond within the allowed timeout period. 

''' 

pass 

 

 

def _request( 

url, 

post=False, 

user=None, 

passwd=None, 

allow_TLSv1=False, 

timeout=g_timeout, 

**kwargs): 

 

url_values = urlencode(kwargs) 

if url_values: 

url += '?' + url_values 

 

logger.debug('Accessing URL %s' % url) 

url_args = { 

'timeout': timeout 

} 

 

if allow_TLSv1: 

url_args['context'] = ssl.SSLContext(ssl.PROTOCOL_TLSv1) 

 

url_args['cafile'] = g_cafile 

 

opener = None 

 

req = Request(url) 

if post: 

if isinstance(post, newstr): 

post = post.encode('utf8') 

logger.debug('POST data: \n%s' % post.decode('utf8')) 

req.data = post 

 

req.add_header('Accept', '*/*') 

 

itry = 0 

while True: 

itry += 1 

try: 

urlopen_ = opener.open if opener else urlopen 

while True: 

try: 

resp = urlopen_(req, **url_args) 

break 

except TypeError: 

del url_args['context'] # context not avail before 3.4.3 

 

logger.debug('Response: %s' % resp.getcode()) 

if resp.getcode() == 204: 

raise EmptyResult(url) 

return resp 

 

except HTTPError as e: 

if e.code == 413: 

raise RequestEntityTooLarge(url) 

 

elif e.code == 401: 

headers = getattr(e, 'headers', e.hdrs) 

 

realm = get_realm_from_auth_header(headers) 

 

if itry == 1 and user is not None: 

auth_handler = HTTPDigestAuthHandler() 

auth_handler.add_password( 

realm=realm, 

uri=url, 

user=user, 

passwd=passwd or '') 

 

opener = build_opener(auth_handler) 

continue 

else: 

raise DownloadError( 

'Authentication failed for realm "%s" when accessing ' 

'url "%s". Original error was: %s' % ( 

realm, url, str(e))) 

 

else: 

raise DownloadError( 

'Error content returned by server (HTML stripped):\n%s\n' 

' Original error was: %s' % ( 

indent( 

strip_html(e.read()), 

' ! '), 

str(e))) 

 

except socket.timeout: 

raise Timeout( 

'Timeout error. No response received within %i s. You ' 

'may want to retry with a longer timeout setting.' % timeout) 

 

break 

 

 

def fillurl(service, site, url, majorversion, method): 

return url % dict( 

site=g_site_abbr.get(site, site), 

service=service, 

majorversion=majorversion, 

method=method) 

 

 

def fix_params(d): 

 

params = dict(d) 

for k in ['starttime', 

'endtime', 

'startbefore', 

'startafter', 

'endbefore', 

'endafter', 

'updatedafter']: 

 

if k in params: 

params[k] = sdatetime(params[k]) 

 

if params.get('location', None) == '': 

params['location'] = '--' 

 

for k in params: 

if isinstance(params[k], bool): 

params[k] = ['false', 'true'][bool(params[k])] 

 

return params 

 

 

def make_data_selection( 

stations, tmin, tmax, 

channel_prio=[['BHZ', 'HHZ'], 

['BH1', 'BHN', 'HH1', 'HHN'], 

['BH2', 'BHE', 'HH2', 'HHE']]): 

 

selection = [] 

for station in stations: 

wanted = [] 

for group in channel_prio: 

gchannels = [] 

for channel in station.get_channels(): 

if channel.name in group: 

gchannels.append(channel) 

if gchannels: 

gchannels.sort(key=lambda a: group.index(a.name)) 

wanted.append(gchannels[0]) 

 

if wanted: 

for channel in wanted: 

selection.append((station.network, station.station, 

station.location, channel.name, tmin, tmax)) 

 

return selection 

 

 

def station( 

site=g_default_site, 

url=g_url, 

majorversion=1, 

timeout=g_timeout, 

check=True, 

selection=None, 

parsed=True, 

**kwargs): 

 

''' 

Query FDSN web service for station metadata. 

 

:param site: 

:ref:`Registered site name <registered-site-names>` or full base URL of 

the service (e.g. ``'https://geofon.gfz-potsdam.de'``). 

:type site: str, optional 

:param url: 

URL template (default should work in 99% of cases). 

:type url: str, optional 

:param majorversion: 

Major version of the service to query (always ``1`` at the time of 

writing). 

:type majorversion: int, optional 

:param timeout: 

Network timeout in [s]. Global default timeout can be configured in 

Pyrocko's configuration file under ``fdsn_timeout``. 

:type timeout: float, optional 

:param check: 

If ``True`` arguments are checked against self-description (WADL) of 

the queried web service if available or FDSN specification. 

:type check: bool, optional 

:param selection: 

If given, selection to be queried as a list of tuples 

``(network, station, location, channel, tmin, tmax)``. Useful for 

detailed queries. 

:type selection: list of tuples, optional 

:param parsed: 

If ``True`` parse received content into 

:py:class:`~pyrocko.io.stationxml.FDSNStationXML` 

object, otherwise return open file handle to raw data stream. 

:type parsed: bool, optional 

:param \\*\\*kwargs: 

Parameters passed to the server (see `FDSN web services specification 

<https://www.fdsn.org/webservices>`_). 

 

:returns: 

See description of ``parsed`` argument above. 

 

:raises: 

On failure, :py:exc:`~pyrocko.util.DownloadError` or one of its 

sub-types defined in the :py:mod:`~pyrocko.client.fdsn` module is 

raised. 

''' 

 

service = 'station' 

 

if check: 

check_params(service, site, url, majorversion, timeout, **kwargs) 

 

params = fix_params(kwargs) 

 

url = fillurl(service, site, url, majorversion, 'query') 

if selection: 

lst = [] 

for k, v in params.items(): 

lst.append('%s=%s' % (k, v)) 

 

for (network, station, location, channel, tmin, tmax) in selection: 

if location == '': 

location = '--' 

 

lst.append(' '.join((network, station, location, channel, 

sdatetime(tmin), sdatetime(tmax)))) 

 

post = '\n'.join(lst) 

params = dict(post=post.encode()) 

 

if parsed: 

from pyrocko.io import stationxml 

format = kwargs.get('format', 'xml') 

if format == 'text': 

if kwargs.get('level', 'station') == 'channel': 

return stationxml.load_channel_table( 

stream=_request(url, timeout=timeout, **params)) 

else: 

raise InvalidRequest('if format="text" shall be parsed, ' 

'level="channel" is required') 

 

elif format == 'xml': 

return stationxml.load_xml( 

stream=_request(url, timeout=timeout, **params)) 

else: 

raise InvalidRequest('format must be "xml" or "text"') 

else: 

return _request(url, timeout=timeout, **params) 

 

 

def get_auth_credentials(service, site, url, majorversion, token, timeout): 

 

url = fillurl(service, site, url, majorversion, 'auth') 

 

f = _request(url, timeout=timeout, post=token) 

s = f.read().decode() 

try: 

user, passwd = s.strip().split(':') 

except ValueError: 

raise CannotGetCredentialsFromAuthRequest('data="%s"' % s) 

 

return user, passwd 

 

 

def dataselect( 

site=g_default_site, 

url=g_url, 

majorversion=1, 

timeout=g_timeout, 

check=True, 

user=None, 

passwd=None, 

token=None, 

selection=None, 

**kwargs): 

 

''' 

Query FDSN web service for time series data in miniSEED format. 

 

:param site: 

:ref:`Registered site name <registered-site-names>` or full base URL of 

the service (e.g. ``'https://geofon.gfz-potsdam.de'``). 

:type site: str, optional 

:param url: 

URL template (default should work in 99% of cases). 

:type url: str, optional 

:param majorversion: 

Major version of the service to query (always ``1`` at the time of 

writing). 

:type majorversion: int, optional 

:param timeout: 

Network timeout in [s]. Global default timeout can be configured in 

Pyrocko's configuration file under ``fdsn_timeout``. 

:type timeout: float, optional 

:param check: 

If ``True`` arguments are checked against self-description (WADL) of 

the queried web service if available or FDSN specification. 

:type check: bool, optional 

:param user: User name for user/password authentication. 

:type user: str, optional 

:param passwd: Password for user/password authentication. 

:type passwd: str, optional 

:param token: Token for `token authentication 

<https://geofon.gfz-potsdam.de/waveform/archive/auth/auth-overview.php>`_. 

:type token: str, optional 

:param selection: 

If given, selection to be queried as a list of tuples 

``(network, station, location, channel, tmin, tmax)``. 

:type selection: list of tuples, optional 

:param \\*\\*kwargs: 

Parameters passed to the server (see `FDSN web services specification 

<https://www.fdsn.org/webservices>`_). 

 

:returns: 

Open file-like object providing raw miniSEED data. 

''' 

 

service = 'dataselect' 

 

if user or token: 

method = 'queryauth' 

else: 

method = 'query' 

 

if token is not None: 

user, passwd = get_auth_credentials( 

service, site, url, majorversion, token, timeout) 

 

if check: 

check_params(service, site, url, majorversion, timeout, **kwargs) 

 

params = fix_params(kwargs) 

 

url = fillurl(service, site, url, majorversion, method) 

if selection: 

lst = [] 

 

for k, v in params.items(): 

lst.append('%s=%s' % (k, v)) 

 

for (network, station, location, channel, tmin, tmax) in selection: 

if location == '': 

location = '--' 

 

lst.append(' '.join((network, station, location, channel, 

sdatetime(tmin), sdatetime(tmax)))) 

 

post = '\n'.join(lst) 

return _request( 

url, user=user, passwd=passwd, post=post.encode(), timeout=timeout) 

else: 

return _request( 

url, user=user, passwd=passwd, timeout=timeout, **params) 

 

 

def event( 

site=g_default_site, 

url=g_url, 

majorversion=1, 

timeout=g_timeout, 

check=True, 

user=None, 

passwd=None, 

token=None, 

parsed=False, 

**kwargs): 

 

''' 

Query FDSN web service for events. 

 

:param site: 

:ref:`Registered site name <registered-site-names>` or full base URL of 

the service (e.g. ``'https://geofon.gfz-potsdam.de'``). 

:type site: str, optional 

:param url: 

URL template (default should work in 99% of cases). 

:type url: str, optional 

:param majorversion: 

Major version of the service to query (always ``1`` at the time of 

writing). 

:type majorversion: int, optional 

:param timeout: 

Network timeout in [s]. Global default timeout can be configured in 

Pyrocko's configuration file under ``fdsn_timeout``. 

:type timeout: float, optional 

:param check: 

If ``True`` arguments are checked against self-description (WADL) of 

the queried web service if available or FDSN specification. 

:type check: bool, optional 

:param user: User name for user/password authentication. 

:type user: str, optional 

:param passwd: Password for user/password authentication. 

:type passwd: str, optional 

:param token: Token for `token authentication 

<https://geofon.gfz-potsdam.de/waveform/archive/auth/auth-overview.php>`_. 

:type token: str, optional 

:param parsed: 

If ``True`` parse received content into 

:py:class:`~pyrocko.io.quakeml.QuakeML` 

object, otherwise return open file handle to raw data stream. Note: 

by default unparsed data is retrieved, differently from the default 

behaviour of :py:func:`station` (for backward compatibility). 

:type parsed: bool, optional 

:param \\*\\*kwargs: 

Parameters passed to the server (see `FDSN web services specification 

<https://www.fdsn.org/webservices>`_). 

 

:returns: 

See description of ``parsed`` argument above. 

 

 

''' 

 

service = 'event' 

 

if user or token: 

method = 'queryauth' 

else: 

method = 'query' 

 

if token is not None: 

user, passwd = get_auth_credentials( 

service, site, url, majorversion, token, timeout) 

 

if check: 

check_params(service, site, url, majorversion, timeout, **kwargs) 

 

params = fix_params(kwargs) 

 

url = fillurl(service, site, url, majorversion, method) 

 

fh = _request(url, user=user, passwd=passwd, timeout=timeout, **params) 

if parsed: 

from pyrocko.io import quakeml 

format = kwargs.get('format', 'xml') 

if format != 'xml': 

raise InvalidRequest( 

'If parsed=True is selected, format="xml" must be selected.') 

 

return quakeml.load_xml(stream=fh) 

 

else: 

return fh 

 

 

def availability( 

method='query', 

site=g_default_site, 

url=g_url, 

majorversion=1, 

timeout=g_timeout, 

check=True, 

user=None, 

passwd=None, 

token=None, 

selection=None, 

**kwargs): 

 

''' 

Query FDSN web service for time series data availablity. 

 

:param method: Availablility method to call: ``'query'``, or ``'extent'``. 

:param site: 

:ref:`Registered site name <registered-site-names>` or full base URL of 

the service (e.g. ``'https://geofon.gfz-potsdam.de'``). 

:type site: str, optional 

:param url: 

URL template (default should work in 99% of cases). 

:type url: str, optional 

:param majorversion: 

Major version of the service to query (always ``1`` at the time of 

writing). 

:type majorversion: int, optional 

:param timeout: 

Network timeout in [s]. Global default timeout can be configured in 

Pyrocko's configuration file under ``fdsn_timeout``. 

:type timeout: float, optional 

:param check: 

If ``True`` arguments are checked against self-description (WADL) of 

the queried web service if available or FDSN specification. 

:type check: bool, optional 

:param user: User name for user/password authentication. 

:type user: str, optional 

:param passwd: Password for user/password authentication. 

:type passwd: str, optional 

:param token: Token for `token authentication 

<https://geofon.gfz-potsdam.de/waveform/archive/auth/auth-overview.php>`_. 

:type token: str, optional 

:param selection: 

If given, selection to be queried as a list of tuples 

``(network, station, location, channel, tmin, tmax)``. 

:type selection: list of tuples, optional 

:param \\*\\*kwargs: 

Parameters passed to the server (see `FDSN web services specification 

<https://www.fdsn.org/webservices>`_). 

 

:returns: 

Open file-like object providing raw response. 

''' 

 

service = 'availability' 

 

assert method in ('query', 'extent') 

 

if user or token: 

method += 'auth' 

 

if token is not None: 

user, passwd = get_auth_credentials( 

service, site, url, majorversion, token, timeout) 

 

if check: 

check_params(service, site, url, majorversion, timeout, **kwargs) 

 

params = fix_params(kwargs) 

 

url = fillurl(service, site, url, majorversion, method) 

if selection: 

lst = [] 

 

for k, v in params.items(): 

lst.append('%s=%s' % (k, v)) 

 

for (network, station, location, channel, tmin, tmax) in selection: 

if location == '': 

location = '--' 

 

lst.append(' '.join((network, station, location, channel, 

sdatetime(tmin), sdatetime(tmax)))) 

 

post = '\n'.join(lst) 

return _request( 

url, user=user, passwd=passwd, post=post.encode(), timeout=timeout) 

else: 

return _request( 

url, user=user, passwd=passwd, timeout=timeout, **params) 

 

 

def check_params( 

service, 

site=g_default_site, 

url=g_url, 

majorversion=1, 

timeout=g_timeout, 

method='query', 

**kwargs): 

 

''' 

Check query parameters against self-description of web service. 

 

Downloads WADL description of the given service and site and checks 

parameters if they are available. Queried WADLs are cached in memory. 

 

:param service: ``'station'``, ``'dataselect'``, ``'event'`` or 

``'availability'``. 

:param site: 

:ref:`Registered site name <registered-site-names>` or full base URL of 

the service (e.g. ``'https://geofon.gfz-potsdam.de'``). 

:type site: str, optional 

:param url: 

URL template (default should work in 99% of cases). 

:type url: str, optional 

:param majorversion: 

Major version of the service to query (always ``1`` at the time of 

writing). 

:type majorversion: int, optional 

:param timeout: 

Network timeout in [s]. Global default timeout can be configured in 

Pyrocko's configuration file under ``fdsn_timeout``. 

:type timeout: float, optional 

:param \\*\\*kwargs: 

Parameters that would be passed to the server (see `FDSN web services 

specification <https://www.fdsn.org/webservices>`_). 

 

:raises: :py:exc:`ValueError` is raised if unsupported parameters are 

encountered. 

''' 

 

avail = supported_params_wadl( 

service, site, url, majorversion, timeout, method) 

 

unavail = sorted(set(kwargs.keys()) - avail) 

if unavail: 

raise ValueError( 

'Unsupported parameter%s for service "%s" at site "%s": %s' % ( 

'' if len(unavail) == 1 else 's', 

service, 

site, 

', '.join(unavail))) 

 

 

def supported_params_wadl( 

service, 

site=g_default_site, 

url=g_url, 

majorversion=1, 

timeout=g_timeout, 

method='query'): 

 

''' 

Get query parameter names supported by a given FDSN site and service. 

 

If no WADL is provided by the queried service, default parameter sets from 

the FDSN standard are returned. Queried WADLs are cached in memory. 

 

:param service: ``'station'``, ``'dataselect'``, ``'event'`` or 

``'availability'``. 

:param site: 

:ref:`Registered site name <registered-site-names>` or full base URL of 

the service (e.g. ``'https://geofon.gfz-potsdam.de'``). 

:type site: str, optional 

:param url: 

URL template (default should work in 99% of cases). 

:type url: str, optional 

:param majorversion: 

Major version of the service to query (always ``1`` at the time of 

writing). 

:type majorversion: int, optional 

:param timeout: 

Network timeout in [s]. Global default timeout can be configured in 

Pyrocko's configuration file under ``fdsn_timeout``. 

:type timeout: float, optional 

 

:returns: Supported parameter names. 

:rtype: set of str 

''' 

 

wadl = cached_wadl(service, site, url, majorversion, timeout) 

 

if wadl: 

url = fillurl(service, site, url, majorversion, method) 

return set(wadl.supported_param_names(url)) 

else: 

return g_default_query_args[service] 

 

 

def patch_geonet_wadl(wadl): 

for r in wadl.resources_list: 

r.base = r.base.replace('1/station', 'station/1') 

r.base = r.base.replace('1/dataselect', 'dataselect/1') 

r.base = r.base.replace('1/event', 'event/1') 

 

 

def wadl( 

service, 

site=g_default_site, 

url=g_url, 

majorversion=1, 

timeout=g_timeout): 

 

''' 

Retrieve self-description of a specific FDSN service. 

 

:param service: ``'station'``, ``'dataselect'``, ``'event'`` or 

``'availability'``. 

:param site: 

:ref:`Registered site name <registered-site-names>` or full base URL of 

the service (e.g. ``'https://geofon.gfz-potsdam.de'``). 

:type site: str, optional 

:param url: 

URL template (default should work in 99% of cases). 

:type url: str, optional 

:param majorversion: 

Major version of the service to query (always ``1`` at the time of 

writing). 

:type majorversion: int, optional 

:param timeout: 

Network timeout in [s]. Global default timeout can be configured in 

Pyrocko's configuration file under ``fdsn_timeout``. 

:type timeout: float, optional 

''' 

 

from pyrocko.client.wadl import load_xml 

 

url = fillurl(service, site, url, majorversion, 'application.wadl') 

 

wadl = load_xml(stream=_request(url, timeout=timeout)) 

 

if site == 'geonet' or site.find('geonet.org.nz') != -1: 

patch_geonet_wadl(wadl) 

 

return wadl 

 

 

g_wadls = {} 

 

 

def cached_wadl( 

service, 

site=g_default_site, 

url=g_url, 

majorversion=1, 

timeout=g_timeout): 

 

''' 

Get self-description of a specific FDSN service. 

 

Same as :py:func:`wadl`, but results are cached in memory. 

''' 

 

k = (service, site, url, majorversion) 

if k not in g_wadls: 

try: 

g_wadls[k] = wadl(service, site, url, majorversion, timeout) 

 

except Timeout: 

raise 

 

except DownloadError: 

logger.info( 

'No service description (WADL) found for "%s" at site "%s".' 

% (service, site)) 

 

g_wadls[k] = None 

 

return g_wadls[k] 

 

 

__doc__ %= doc_table_dict(g_site_abbr, 'Site name', 'URL', ' ') 

 

 

if __name__ == '__main__': 

import sys 

 

util.setup_logging('pyrocko.client.fdsn', 'info') 

 

if len(sys.argv) == 1: 

sites = get_sites() 

else: 

sites = sys.argv[1:] 

 

for site in sites: 

print('=== %s (%s) ===' % (site, g_site_abbr[site])) 

 

for service in ['station', 'dataselect', 'event']: 

try: 

app = wadl(service, site=site, timeout=2.0) 

print(indent(str(app))) 

 

except Timeout as e: 

logger.error(str(e)) 

print('%s: timeout' % (service,)) 

 

except util.DownloadError as e: 

logger.error(str(e)) 

print('%s: no wadl' % (service,))