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

timeout isn't being used for WebCoverageService #915

Closed
mikedig opened this issue Mar 27, 2024 · 1 comment
Closed

timeout isn't being used for WebCoverageService #915

mikedig opened this issue Mar 27, 2024 · 1 comment

Comments

@mikedig
Copy link

mikedig commented Mar 27, 2024

Trying to change the timeout from the default of 30 seconds, but it doesn't seem to apply.

WebCoverageService(uri, version=WCS_VERSION, timeout=60)

this ends up calling WCSBase.__new__ which has the timeout value as 60 correctly, however when obj.__init__ is called (https://github.com/geopython/OWSLib/blob/master/owslib/coverage/wcsBase.py#L49) it doesn't pass the timeout value. In the debugger I see wcs100.py's __init__ have the default timeout of 30 seconds: https://github.com/geopython/OWSLib/blob/master/owslib/coverage/wcs100.py#L40

Is this intended behavior?

@tomkralidis
Copy link
Member

Fixed by #914

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