FDSN

Hey guys,

I'm trying to automate some waveform requests to FDSN, but I consistently get a "401 unauthorized" answer... Any idea ? (data is from 2009/2010 all over the world)...

Cheers,

Tom

Heyhey,

which FDSN server are you contacting? And can you perform the same request with wget or some other tool? If you initialise with

c = Client(“IRIS”, debug=True)

it will print all URLs it uses. IRIS works fine for me. If you request availability with the station service the channels (and station and networks) have a restricedStatus attribute which tells you if the data should be available or not.

Cheers!

Lion