obsplus.stations.get_stations module

A Client.get_stations like interface for obspy stations objects

obsplus.stations.get_stations.get_stations(inv, **kwargs)[source]

Return new stations whose channels meet the filter parameters.

See obspy.clients.fdsn.Client for supported parameters.

Return type:

Inventory

obsplus.stations.get_stations.get_stations_bulk(inv, bulk_args)[source]

return bulk station request

Return type:

Inventory

obsplus.stations.get_stations.match(name, patern)[source]

perform case in-sensitive unix style matches with fnmatch