<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi all,<br>
<br>
I am trying to open a coverage from a 1.1x WCS server that has
multiple fields in its range subset. The WCS XML file is at its most
basic form:<br>
<br>
<tt><WCS_GDAL></tt><tt><br>
</tt><tt>
<ServiceURL><a class="moz-txt-link-freetext" href="http://www.example.com/wcs/mywcs">http://www.example.com/wcs/mywcs</a>?</ServiceURL></tt><tt><br>
</tt><tt>
<CoverageName>someCoverageIdentifier</CoverageName></tt><tt><br>
</tt><tt> </tt><tt><Version>1.1.1</Version></tt><tt><br>
</tt><tt></WCS_GDAL></tt><br>
<br>
The GDAL documentation has the following:<br>
<i>FieldName: Name of the field being accessed. Used only with
WCS 1.1.0+. Defaults to the first field in the DescribeCoverage
result.</i><br>
<br>
That means that, when no field name is specified, GDAL adds
&RangeSubset=<firstField> to the GetCoverage request.<br>
<br>
The 1.1.0 specification has this to say about that RangeSubset
parameter as it relates to the GetCoverage request:<br>
<i> (Optional) Request only some fields OR subsets of some fields
(OR list fields to request nondefault interpolation on them).</i><br>
<br>
Is there a way to get all the fields of a coverage in one single
raster through GDAL using WCS?<br>
If not, is there a reason why that is not supported?<br>
<br>
Thanks,<br>
André<br>
<br>
<div class="moz-signature">
<div style="width:600px;">Any views or opinions expressed in this
email are solely those of the author and do not necessarily
represent those of the company. No binding contract will result
from this email until such time as a written document is signed
on behalf of the company.
</div>
</div>
</body>
</html>