[gdal-dev] Multidimensional raster support in GDAL
Ari Jolma
ari.jolma at gmail.com
Tue Nov 21 22:23:23 PST 2017
Even Rouault kirjoitti 21.11.2017 klo 18:51:
>
> > 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 ?
>
I intentionally left them out, since up to now I've used the URL with
version and coverage name as the cache key but it's clear that all
parameters that can affect the contents of the dataset must be in the
name (URL, cache key) and not in options.
Ari
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20171122/ea452d04/attachment.html>
More information about the gdal-dev
mailing list