-
Notifications
You must be signed in to change notification settings - Fork 278
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
fix OGC API coverages subset
and datetime
not forwarded
#967
base: master
Are you sure you want to change the base?
Conversation
@fmigneault @tomkralidis - the failing test is due to making an external request in the offline testing. Adding the decorator OWSLib/tests/test_ogcapi_records_pycsw.py Line 76 in 8c7effc
It looks like creating any OGC API class will make an HTTP directly on OWSLib/owslib/ogcapi/__init__.py Line 68 in 8c7effc
|
+1
Not sure. WMS support always does a GetCapabilities on init. |
I've added more tests (all passed) for the various kw updates related to OGC API coverages. |
@@ -21,6 +21,7 @@ tags | |||
tester.py | |||
tags | |||
.idea/ | |||
.run/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can remove it, but this is the new location that JetBrains IDE favor to store configurations instead of .idea/
, so they might be introduced by someone unintentionally.
Fixes needed for OGC TB-20 TIEs.
Some parameters are not forwarded to the coverage endpoint, causing requests to be refused by servers that consider the subset to be too large to return reasonably.