[Geoserver-users] Response to WCS 1.1.0 DescribeCoverage

2015-04-01 Thread Luís de Sousa
Dear all, I am querying a GeoServer 2.4.3 instance with DescribeCoverage requests using WCS version 1.1.0. But the response document refers to WCS version 1.1.1, with an header like: http://www.opengis.net/wcs/1.1.1"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns:ogc="http://www.opengis.n

Re: [Geoserver-users] Response to WCS 1.1.0 DescribeCoverage

2015-04-01 Thread Andrea Aime
On Wed, Apr 1, 2015 at 2:12 PM, Luís de Sousa wrote: > Dear all, > > I am querying a GeoServer 2.4.3 instance with DescribeCoverage > requests using WCS version 1.1.0. But the response document refers to > WCS version 1.1.1, with an header like: > >xmlns:wcs="http://www.opengis.net/wcs/1.1.1"

Re: [Geoserver-users] Response to WCS 1.1.0 DescribeCoverage

2015-04-01 Thread Luís de Sousa
Hi Andrea, thank you for the swift reply. If GeoServer does not support WCS 1.1.0, why is it responding to requests? Shouldn't it issue an "unsupported version" message of some sort? I use OpenLayers and OWSLib and neither support WCS 1.1.1, only 1.1.0. Would you have any suggestion on how to get

Re: [Geoserver-users] Response to WCS 1.1.0 DescribeCoverage

2015-04-01 Thread Andrea Aime
On Wed, Apr 1, 2015 at 2:55 PM, Luís de Sousa wrote: > Hi Andrea, thank you for the swift reply. > > If GeoServer does not support WCS 1.1.0, why is it responding to > requests? Shouldn't it issue an "unsupported version" message of some > sort? > Yes and no... they are all corriggendums I think

Re: [Geoserver-users] Response to WCS 1.1.0 DescribeCoverage

2015-04-02 Thread Luís de Sousa
Hello again, I have created new parser classes for WCS 1.1.1 in OpenLayers. For GetCapabilities things are now working fine, but for DescribeCoverage the parser fails. The response generated by GeoServer to a GetCapabilities request includes the version attribute in the root element, e.g.: > sort

Re: [Geoserver-users] Response to WCS 1.1.0 DescribeCoverage

2015-04-02 Thread Andrea Aime
On Thu, Apr 2, 2015 at 11:17 AM, Luís de Sousa wrote: > Before I go on with further changes to OpenLayers I would like to > understand why isn't the version attribute included in the > CoverageDescription element. Bug or feature? > Feature, the WCS 1.1.1 xml schemas have no version attribute (no

Re: [Geoserver-users] Response to WCS 1.1.0 DescribeCoverage

2015-05-22 Thread Luís de Sousa
Just a short update on this. I have created new classes in OWSLib for WCS 1.1.1 and it is now able to interact with GeoServer. These improvements were merged into the master branch: https://github.com/geopython/OWSLib/pull/235 I submitted similar improvements to OpenLayers, but they are yet to be

Re: [Geoserver-users] Response to WCS 1.1.0 DescribeCoverage

2015-06-02 Thread Luís de Sousa
Another important detail on this thread. In the GetCapabilities response document Geoserver is actually advertising support for WCS 1.1.0 with an element. The abstract states otherwise. Regards, Luís Web Coverage Service This server implements the WCS specification 1.0 and 1.1.1, it's referen

Re: [Geoserver-users] Response to WCS 1.1.0 DescribeCoverage

2015-06-02 Thread Andrea Aime
On Tue, Jun 2, 2015 at 9:06 AM, Luís de Sousa wrote: > Another important detail on this thread. In the GetCapabilities > response document Geoserver is actually advertising support for WCS > 1.1.0 with an element. The abstract states > otherwise. > The abstract is editable. If you want the defa