ObsPy
  •  GitHub
  •  Documentation 
    • Getting Started
    • Installation
    • Tutorial
    • Gallery
    • API Documentation (latest release)
    • API Documentation (current master)
  •  Mailing Lists 
    • Announcements Mailing List (public)
    •  Subscribe
    •  Archive
    • Users Mailing List (public)
    •  Subscribe
    •  Archives
    •  Post a message
  •  Developer Resources 
    • Gitter
    • How to contribute
    • Coding Style Guide
    • All Releases
    • Code Analysis
    • C Coverage
    • Coveralls
    • Continuous Integration
    • Test Reports
    •  Travis CI
    •  AppVeyor
index| modules| next| previous
  1. ObsPy Documentation (1.2.1.post0+1.g219b24d2ee.obspy.master)
  2. ObsPy Library Reference
  3. obspy.clients.seedlink - SeedLink client for ObsPy
  4. obspy.clients.seedlink.basic_client
  5. obspy.clients.seedlink.basic_client.Client

obspy.clients.seedlink.basic_client.Client.get_info¶

Client.get_info(network=None, station=None, location=None, channel=None, level='station', cache=True)[source]¶

Request available stations information from the seedlink server.

Supports fnmatch wildcards, e.g. * and ?, in network, station, location and channel.

>>> client = Client('rtserver.ipgp.fr')
>>> info = client.get_info(station="FDFM")
>>> print(info)
[('G', 'FDFM')]
>>> info = client.get_info(station="FD?M", channel='*Z',
...                        level='channel')
>>> print(info)  
[('G', 'FDFM', '00', 'BHZ'), ('G', 'FDFM', '00', 'HHZ'),
 ('G', 'FDFM', '00', 'HNZ'), ('G', 'FDFM', '00', 'LHZ'),
 ('G', 'FDFM', '10', 'BHZ'), ('G', 'FDFM', '10', 'HHZ'),
 ('G', 'FDFM', '10', 'LHZ')]

Available station information is cached after the first request to the server, so use cache=False on subsequent requests if there is a need to force fetching new information from the server (should only concern programs running in background for a very long time).

Parameters:
  • network (str) Network code. Supports fnmatch wildcards, e.g. * and ?.
  • station (str) Station code. Supports fnmatch wildcards, e.g. * and ?.
  • location (str) Location code. Supports fnmatch wildcards, e.g. * and ?.
  • channel (str) Channel code. Supports fnmatch wildcards, e.g. * and ?.
  • cache (bool) Subsequent function calls are cached, use cache=False to force fetching station metadata again from the server.
Return type:

list

Returns:

list of 2-tuples (or 4-tuples with level='channel') with network/station (network/station/location/channel, respectively) code combinations for which data is served by the server.

By the ObsPy Development Team and many Awesome Contributors™  |  Built with Bootstrap and Glyphicons  |  Copyright 2008-2020

Thank you!

We would like to thank our contributors, whose efforts make this software what it is. These people have helped by writing code and documentation, and by testing. They have created and maintained this product, its associated libraries and applications, our build tools and our web sites.

Contributors

  • Ackerley, Nick
  • Allgeyer, Sebastien
  • Ammon, Charles J.
  • Antunes, Emanuel
  • Arnarsson, Ólafur St.
  • Bagagli, Matteo
  • Bank, Markus
  • Barsch, Robert
  • Behr, Yannik
  • Bernardi, Fabrizio
  • Bernauer, Felix
  • Bes de Berc, Maxime
  • Beyreuther, Moritz
  • Boltz, Shawn
  • Bonaimé, Sébastien
  • Carothers, Lloyd
  • Chamberlain, Calum
  • Chambers, Derrick
  • Chen, Zhao
  • Clark, Adam
  • Crawford, Wayne
  • Danecek, Peter
  • Egdorf, Sven
  • Ely, Geoffrey
  • Engels, Fabian
  • Ermert, Laura
  • Eulenfeld, Tom
  • Fabbri, Tommaso
  • Falco, Nicholas
  • Fee, Jeremy
  • Grellier, Clément
  • Grunberg, Marc
  • Hagerty, Mike
  • Halpaap, Felix
  • Hammer, Conny
  • Heimann, Sebastian
  • Heiniger, Lukas
  • Helffrich, George
  • Hope, Gaute
  • Igel, Heiner
  • Inza, Adolfo
  • Isken, Marius
  • Kearns, Aaron
  • Ketchum, David
  • Koymans, Mathijs
  • Kremers, Simon
  • Kress, Victor
  • Krieger, Lars
  • Krischer, Lion
  • Kula, Damian
  • Käufl, Paul
  • Köhler, Andreas
  • Lecocq, Thomas
  • Leeman, John
  • Legovini, Paride
  • Lesage, Philippe
  • Li, Yulin
  • Lomax, Anthony
  • Lopes, Rui L.
  • MacCarthy, Jonathan
  • Maggi, Alessia
  • Martin, Henri
  • Massin, Frederick
  • Medlin, Andrew
  • Megies, Tobias
  • Meschede, Matthias
  • Michelini, Alberto
  • Miller, Nathaniel C.
  • Morgenstern, Bernhard
  • Murray-Bergquist, Louisa
  • Nesbitt, Ian M.
  • Nof, Ran Novitsky
  • Panning, Mark P.
  • Parker, Tom
  • Pestourie, Romain
  • Rapagnani, Giovanni
  • Reyes, Celso
  • Ringler, Adam
  • Rothenhäusler, Nicolas
  • Russo, Emiliano
  • Sales de Andrade, Elliott
  • Satriano, Claudio
  • Saul, Joachim
  • Scarabello, Luca
  • Scheingraber, Chris
  • Schneider, Simon
  • Sippl, Christian
  • Snoke, Arthur
  • Stange, Stefan
  • Strutz, Dominik
  • Stähler, Simon C.
  • Sullivan, Benjamin
  • Tian, Dongdong
  • Trabant, Chad
  • Trani, Luca
  • Uieda, Leonardo
  • Walker, Andrew
  • Walther, Marcus
  • Wassermann, Joachim
  • Williams, Mark C.
  • Winkelman, Andrew
  • Zaccarelli, Riccardo
  • Zad, Seyed Kasra Hosseini
  • Zhu, Lijun
  • van Driel, Martin
  • van Wijk, Kasper

Funds

ObsPy was partially funded by the

  • German Science Foundation (DFG) via grant DFG IG 16/9-1
  • German Ministry for Education and Research (BMBF), GEOTECHNOLOGIEN grant 03G0646H.
  • NERA project (Network of European Research Infrastructures for Earthquake Risk Assessment and Mitigation) under the European Community's Seventh Framework Programme (FP7/2007-2013) grant agreement n° 262330
  • Leibniz Institute for Applied Geophysics (LIAG)
  • VERCE EU-FP7 project (no. 283543)