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

Pyoos collector needs to be defined during initialization for SOS endpoint #34

Open
birdage opened this issue Jun 12, 2014 · 2 comments

Comments

@birdage
Copy link

birdage commented Jun 12, 2014

At present users need to know what collector they want to use and define it, and apply the url to the collector. Ideally this might be automatic, so pyoos selects the required collector for a given SOS point

@daf
Copy link
Member

daf commented Jun 12, 2014

This is just for the NDBC/CO-OPS ones right? We should probably just implement a __new__ in IoosSosSwe, and return the right object based on the URL. Would prefer not to hit the endpoint itself and try to figure it out based on the response.

@birdage
Copy link
Author

birdage commented Jun 12, 2014

@daf agree , we can just code the urls in there to extract the specific collector of interest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants