inal Message-----
From: Peter Baumann
Sent: tirsdag 9. oktober 2018 15:10
To: jratike80 ;
gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] WCS: Bug in
WCSDataset110::GetCoverageRequest()
On 09.10.2018 15:06, jratike80 wrote:
Odd Ragnar Lydersen wrote
I think there is a bug in WCSData
2
To: gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] WCS: Bug in WCSDataset110::GetCoverageRequest()
Hi Odd Ragnar,
Without going very deep into this, I would do (and tried)
gdalinfo "WCS:https://wms.geonorge.no/skwms1/wcs.hoyde-dtm1_32";
This tells me that the preferred versi
escribeCoverage request as stated in the file.
- And DescribeCoverage don't want IDENTIFIER=someId, but IDENTIFIERS=someId
Then, my question is, how am I supposed to do this, to make it right?
Odd-Ragnar<
-Original Message-
From: Peter Baumann
Sent: tirsdag 9. oktober
supposed to do this, to make it right?
>Odd-Ragnar<
-Original Message-
From: Peter Baumann
Sent: tirsdag 9. oktober 2018 15:10
To: jratike80 ; gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] WCS: Bug in WCSDataset110::GetCoverageRequest()
On 09.10.2018 15:06, jratike80 wrote:
On 09.10.2018 15:06, jratike80 wrote:
> 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,
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
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,