Closed rhodges closed 1 year ago
The NOAA ERDDAP WMS defines an incorrect xlink namespace URI:
xmlns:xlink="https://www.w3.org/1999/xlink"
The correct namespace URI should be:
xmlns:xlink="http://www.w3.org/1999/xlink"
The WMS needs to be fixed per above.
I'm getting errors when trying to connect to NOAA's ERDDAP via OWSLib's WebMapService tool:
Python version: 3.8.10 owslib version: 0.27.2
GetCapabilities seems to work as expected and I can view layers pulled from this services using OpenLayers.
Any ideas if the issue is related to my request, the service, or internal to OWSLib?