OWSLib icon indicating copy to clipboard operation
OWSLib copied to clipboard

No support for WCS 1.1.2

Open wsidl opened this issue 9 years ago • 2 comments

Running WCS service that natively uses 1.1.2 will generate an empty object with no fault or error.

wsidl avatar Jun 12 '15 05:06 wsidl

See also #430 which adds support for WCS 2.0.

cehbrecht avatar May 14 '18 14:05 cehbrecht

A workaround is to ask the server for a specific version.

In my case https://wms.geonorge.no/skwms1/wcs.hoyde-dom1_32 used version 1.1.2 as default, but passing in 1.0.1 explicitly worked: wcs.WebCoverageService("https://wms.geonorge.no/skwms1/wcs.hoyde-dom1_32?version=1.0.1")

olejorgenb avatar Sep 01 '19 14:09 olejorgenb