Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check which clients offer what services; potentially filter #171

Closed
filefolder opened this issue Dec 10, 2024 · 1 comment
Closed

check which clients offer what services; potentially filter #171

filefolder opened this issue Dec 10, 2024 · 1 comment
Assignees
Labels
high High priority issues (must have features)

Comments

@filefolder
Copy link
Collaborator

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.

@filefolder filefolder added the high High priority issues (must have features) label Dec 11, 2024
@laughing0li laughing0li self-assigned this Dec 17, 2024
@filefolder
Copy link
Collaborator Author

additional clarity:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high High priority issues (must have features)
Projects
None yet
Development

No branches or pull requests

2 participants