Dear Obspy developers,
I have been trying to download the INGV data that are part of EIDA and it does not work. According to the eida structure a request made to webdc.eu should be redirected to the node containing the data (INGV in the case below).
The call I have been using is
{{{ from obspy.core import UTCDateTime from obspy.arclink import Client
opening connection
client=Client(host="webdc.eu", port=18001)
setting the start time
t=UTCDateTime("2009-04-06 01:30:00") st=client.getWaveform("IV","ROM9","","HHZ",t,t+300)
}}}
I have also tried to connect directly to "eida.rm.ingv.it" but it also hangs up.
Finally, a new version of arclink will be operative in a few weeks and there are likely changes to be made to obspy.
Otherwise great work.
Alberto Michelini
该提问来源于开源项目:obspy/obspy