You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many FDSN clients do not offer all three major WAVEFORM, EVENT, and STATION services (e.g. EMSC in #166).
To see what a client offers, you can use client.services which returns a dictionary. available services would be client.services.keys(). We should implement some sort of catch if someone has an incompatible client set for what they want.
The text was updated successfully, but these errors were encountered:
We basically just need to throw a warning explaining that the user's selected client doesn't offer the service they are asking for and they should choose another.
Many FDSN clients do not offer all three major
WAVEFORM
,EVENT
, andSTATION
services (e.g. EMSC in #166).To see what a client offers, you can use
client.services
which returns a dictionary. available services would beclient.services.keys()
. We should implement some sort of catch if someone has an incompatible client set for what they want.The text was updated successfully, but these errors were encountered: