geopython / GeoHealthCheck

Service Status and QoS Checker for OGC Web Services
https://geohealthcheck.org
MIT License
84 stars 71 forks source link

WFS3 Probes: use new OpenAPI URL path #296

Closed justb4 closed 5 years ago

justb4 commented 5 years ago

Describe the bug Use new OpenAPI URL path convention

To Reproduce Steps to reproduce the behavior, e.g.:

  1. Go to https://demo.geohealthcheck.org/resource/165?lang=en
  2. Resource failing

Expected Behavior Resource should be ok.

Screenshots or Logfiles image

Context (please complete the following information):

If running with Docker: N.A.

Additional context https://github.com/geopython/pygeoapi/issues/285 causes current error should use: https://github.com/geopython/OWSLib/pull/623 but cannot use OWSLib 0.18+ currently with Py2 (is Py3 only), so implement for now in WFS3 Probes.