Re: [gdal-dev] C++ API for WCS: GetCapabilities and GDALOpen()

2016-07-21 Thread Even Rouault
Odd-Ragnar, > Does GDAL fetch this for me in > some way, or do I have to parse the result from GetFeatureInfo in a > separate routine? --> you meant GetCapabilities, not GetFeatureInfo right ? > > Shouldn't the first call to GDALOpen() get the capabilitis for a given WCS, > like it does for WFS?

[gdal-dev] C++ API for WCS: GetCapabilities and GDALOpen()

2016-07-21 Thread Odd Ragnar Lydersen
This is probably a stupid question, but I'm wondering if the WCS driver is missing something. 1) I have used the WFS driver, and the description xml file, which caches the GetCapabilitis result, so that I can get info from that file later. 2) The corresponding description xml file for the WCS d