When I try to initialize a client using the RASPISHAKE server
from obspy.clients.fdsn import Client
client=Client('RASPISHAKE')
I get an FDSNNoServiceException error.
FDSNNoServiceException: No FDSN services could be discovered at 'https://fdsnws.raspberryshakedata.com'. This could be due to a temporary service outage or an invalid FDSN service address.
None of the methods in https://manual.raspberryshake.org/fdsn.html work
Is it because the website https://data.raspberryshake.org/ is under maintainance or my IP is blocked? Can anyone connect to the RASPISHAKE server? Thanks a lot!