-
-
Notifications
You must be signed in to change notification settings - Fork 265
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
add CITE setup for Tiles #1728
Comments
I think we need to wait for the CITE team to sort out this issue: opengeospatial/ets-ogcapi-tiles10#28 |
@doublebyte1 @PascalLike I tested both https://demo.pygeoapi.io/cite and a local pygeoapi build (based on the setup / instructions documented in https://github.com/geopython/pygeoapi/wiki/OGCCompliance), against a local master branch build of the OGC API - Tiles ETS with the following (2) failures:
Any idea? |
Hi @tomkralidis!
Would it be possible to send the urls that are triggering the 404 error?
I think we are hitting this issue again. pygeoapi does not claim to offer any dataset tilesets and thus it should be not tested for that. |
|
I am assuming you are testing this collection on the cite instance. In that case, the url template would be: This should trigger a https://demo.pygeoapi.io/cite/collections/lakes/tiles/WebMercatorQuad/0/0/0\?f\=pbf
In the other case, a
According to section 7.17 of the Standard (Error conditions):
@tomkralidis let me know if I'm missing something here. |
@doublebyte1 for the first issue, it was a copy/paste error on my part (I've updated https://github.com/geopython/pygeoapi/wiki/OGCCompliance#ogc-api---tiles accordingly). For the second 404, this is maybe not an ETS error (intentionally triggering a 404). The remaining issue thus remains related to clarification of opengeospatial/ets-ogcapi-tiles10#28 |
@tomkralidis @dstenger I opened a new issue here. opengeospatial/ets-ogcapi-tiles10#30 |
@doublebyte1 @dstenger FYI I now tested with the following setup:
With the above setup, tests fully pass and the Dataset tileset Conformance Class skipped per the pending the PR. This means that once the PR is merged and we have an associated release of the ETS, pygeoapi should continue to be compliant. |
Our CITE configuration defines all standards which we support/are compliant to/are an RI for. We need to add an appropriate setup for OGC API - Tiles (perhaps https://github.com/geopython/demo.pygeoapi.io/blob/master/services/pygeoapi_master/local.config.yml#L128-L164).
The text was updated successfully, but these errors were encountered: