obspy.clients.fdsn.routing.routing_client.BaseRoutingClient.get_waveforms
- BaseRoutingClient.get_waveforms(starttime, endtime, **kwargs)[source]
Get waveforms from multiple data centers.
Arguments are the same as in
obspy.clients.fdsn.client.Client.get_waveforms()
. Any additional**kwargs
are passed on to each individual service’s dataselect service if the service supports them (otherwise they are silently ignored for that particular fdsnws endpoint).The
filename
andattach_response
parameters of the single provider FDSN client are not supported.This can route on a number of different parameters, depending on the service, please see the web site of each individual routing service for details.