geopython / GeoHealthCheck

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

Update to new version of OWSlib #312

Closed borrob closed 4 years ago

borrob commented 4 years ago

With the update to py3 (PR #280) we had to postpone the upgrade to OWSLib because of issue geopython/OWSLib#614. This was discussed under "number 3" of the PR review.

In the mean time the issue with OWSLib is solved, so it is save to upgrade.

justb4 commented 4 years ago

This PR is needed more than ever, see recent Gitter chat on WFS auth. By this time there is OWSLib 0.19.2. Most of the work is in regression testing as OWSLib is used in many Probes in many scenario's (e.g. with auth headers) and some workarounds e.g. for WFS3 were made.

justb4 commented 4 years ago

@borrob I will work from a new branch: https://github.com/geopython/GeoHealthCheck/tree/owslib-upgrade , sorry, sometimes my git-knowledge is not sufficient..

justb4 commented 4 years ago

Closing as solved/superseded by #333.