I have a set of about 150 seismic stations from different FDSN clients from which I want to retrieve 60 s long waveforms. Most of them have 3 channels.
I am able to retrieve them by means of the client.get_waveforms
function, but I was wondering if in this case would be quicker to use the get_waveforms_bulk
function instead?
I can provide a JSON file with the stations from which I want to get the waveforms.
Cheers!