[gdal-dev] WCS: Bug in WCSDataset110::GetCoverageRequest()

jratike80 jukka.rahkonen at maanmittauslaitos.fi
Tue Oct 9 06:06:21 PDT 2018


Odd Ragnar Lydersen wrote
> I think there is a bug in WCSDataset110::GetCoverageRequest()
> At line 178: "&VERSION=%s&REQUEST=GetCoverage&IDENTIFIER=%s"
> Should be : "&VERSION=%s&REQUEST=GetCoverage&IDENTIFIERS=%s"
> 
> At least that fixes my problem, and I can get one step further in my
> effort to use the wcs driver, using C++ API, on Windows.
> 
>>Odd-Ragnar<

Hi,

I believe that GDAL is right and the WCS server that you are using is wrong.
By reading the standard https://portal.opengeospatial.org/files/07-067r5
the name of the parameter in GetCoverage is "identifier". However, for
making it a bit more complicated for the developers it is called
"identifiers" in DescribeCoverage.

"This single ―identifiers parameter shall correspond to the repeatable
―identifier parameter in the UML model."

-Jukka Rahkonen-




--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html


More information about the gdal-dev mailing list