obspy.clients.fdsn.routing.eidaws_routing_client.EIDAWSRoutingClient.get_stations
- EIDAWSRoutingClient.get_stations(**kwargs)[source]
Get stations from multiple data centers.
Only the
network,station,location,channel,starttime, andendtimeparameters are used for the actual routing. These and all other arguments are then just passed on to each single fdsnws station implementation.Arguments are the same as in
obspy.clients.fdsn.client.Client.get_stations(). Any additional**kwargsare passed on to each individual service’s station service if the service supports them (otherwise they are silently ignored for that particular fdsnws endpoint).The
filenameparameter of the single provider FDSN client is not supported for practical reasons.This can route on a number of different parameters, please see the web site of the EIDAWS Routing Service for details.