We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks like this function is built into erddapy: https://github.com/oceanhackweek/ohw19-project-co_locators/blob/f0b9b24e25aff33ed49b842dafe4c035380a91fa/colocate/run.py#L25-L42
See https://github.com/ioos/erddapy/blob/b0cd740fb01cfafd337727d15a4703953459f437/erddapy/servers.py#L14-L35
The text was updated successfully, but these errors were encountered:
checkout this merged PR ioos/erddapy#199
Sorry, something went wrong.
Should be a one line replace of the get_erddaps() function used in run.py with:
from erddapy.servers import servers
hopefully. Also used in run.py here as well, and maybe some other places?
Example usage in erddapy: https://github.com/ioos/erddapy/blob/main/erddapy/multiple_server_search.py#L65-L67.
No branches or pull requests
Looks like this function is built into erddapy: https://github.com/oceanhackweek/ohw19-project-co_locators/blob/f0b9b24e25aff33ed49b842dafe4c035380a91fa/colocate/run.py#L25-L42
See https://github.com/ioos/erddapy/blob/b0cd740fb01cfafd337727d15a4703953459f437/erddapy/servers.py#L14-L35
The text was updated successfully, but these errors were encountered: