Navigation
index
modules
|
next
|
previous
|
ObsPy Documentation
»
ObsPy Library Reference
»
obspy.db - A seismic waveform indexer and database for ObsPy
»
obspy.db.client
»
obspy.db.client.Client
»
obspy.db.client.Client.getStationIds
¶
Client.
getStationIds
(
network=None
)
[source]
¶
Fetches all possible station id’s.
Parameters:
network
(
string, optional
)
Filter result by given network id if given. Defaults to
None
.
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
next
|
previous
|
ObsPy Documentation
»
ObsPy Library Reference
»
obspy.db - A seismic waveform indexer and database for ObsPy
»
obspy.db.client
»
obspy.db.client.Client
»