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
If there is any proxy configuration set, the request fails. The problem is that the request URL is then being changed in owslib.sos100 with lines:
base_url = next((m.get('url') for m in self.getOperationByName('GetObservation').methods if m.get('type').lower() == method.lower()))
Probably more of an issue of OWSlib/istSOS rather than of these addons - should dive deeper to that.
The text was updated successfully, but these errors were encountered:
pesekon2
No branches or pull requests
If there is any proxy configuration set, the request fails. The problem is that the request URL is then being changed in owslib.sos100 with lines:
Probably more of an issue of OWSlib/istSOS rather than of these addons - should dive deeper to that.
The text was updated successfully, but these errors were encountered: