Reading-eScience-Centre / edal-java

Environmental Data Abstraction Layer libraries
Other
39 stars 30 forks source link

default namespace in wms GetCapabilities 1.1.1 #62

Closed cehbrecht closed 8 years ago

cehbrecht commented 8 years ago

i'm using the owslib.wms to access the latest ncWMS2 2.2.1. The GetCapabilities xml document defines a default namespace. This troubles the python lxml parser in owslib, so i provided a workaround:

https://github.com/geopython/OWSLib/pull/338

The owslib people say there is no default namespace defined for wms 1.1.1. So, can it be removed in ncWMS2?

guygriffiths commented 8 years ago

OK, I've done this - it'll be in the next release.

cehbrecht commented 8 years ago

thanks :)