-
Notifications
You must be signed in to change notification settings - Fork 280
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
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. |
@tomkralidis |
Probably a good time for |
@tomkralidis @fmigneault - yes, I can make a new release this week. There are quite a few changes, but all appear so far to be bug fixes, so it would be 0.32.1 - although if #963 is merged I think it would bump it to 0.33.0 as it is a change in functionality. |
Sorry, typo, yes 0.32.1. |
Hi @geographika |
@fmigneault - no #963 not yet merged, but this pull request has been released in https://github.com/geopython/OWSLib/releases/tag/0.32.1 and is available at https://pypi.org/project/OWSLib/ |
@geographika Thanks |
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.