[gdal-dev] Multidimensional raster support in GDAL

Even Rouault even.rouault at spatialys.com
Tue Nov 21 08:51:47 PST 2017


> > And the following GetCoverage request succeeds and returns 3 bands
> > 
> > 
SERVICE=WCS&VERSION=1.0.0&REQUEST=GetCoverage&COVERAGE=multi&FORMAT=GEOT
IF
> > F_8&BBOX=15,48,16,49&bands=9,5,1&CRS=EPSG:4326&WIDTH=5&HEIGHT=5
> So it's a misconfiguration at 194.66.252.155

Yes, probably an issue with the definition of their GTiff output format
See 
https://github.com/mapserver/mapserver/issues/3919#issuecomment-4944131

> Somehow the user must be able to write
> 
> dataset_1 = GDAL.Open("WCS:URL?coverage=coverage_a")
> dataset_2 = GDAL.Open("WCS:URL?coverage=coverage_a")
> 
> So that for example dataset_1 is band c from coverage_a and dataset_2 is
> band d from the same coverage (this example is stupid but I think this
> is a valid issue with more complex coverages). I guess that needs to be
> in the dataset name somehow since that is the key to to service file.

You probably intended to add band specification in the above dataset names ?

-- 
Spatialys - Geospatial professional services
http://www.spatialys.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20171121/f1ba9a3e/attachment-0001.html>


More information about the gdal-dev mailing list