[mapserver-users] [Qgis-developer] WCS: error on one sample layer?

Radim Blazek radim.blazek at gmail.com
Tue Sep 11 03:45:36 PDT 2012


On Tue, Sep 11, 2012 at 11:38 AM, Paolo Cavallini <cavallini at faunalia.it> wrote:
> Hi all.
> Accessing a sample WCS server: http://demo.mapserver.org/cgi-bin/wcs I can use 3 out
> of 4 layers. The last one (modis-001) throws an error.
> Am I the only one?

No. It is known (to me). I believe that the problem is in server
configuration. The DescrabeCoverage
http://demo.mapserver.org/cgi-bin/wcs?SERVICE=WCS&REQUEST=DescribeCoverage&VERSION=1.0.0&COVERAGE=modis-001

specifies

<temporalDomain>
<gml:timePosition>2002-001</gml:timePosition>
</temporalDomain>

but the layer itself probably is not configured to support time, so a
GetCoverage request with TIME=2002-001 gives:

"The WCS vendor also reported: msWCSGetCoverage(): WCS server error.
Underlying layer is not tiled, unable to do temporal subsetting."

I am a bit reluctant to add (another, how many more?) hack for it in
QGIS, so that if only one time position is defined, the TIME param
won't be used. But that would be probably only for this particular
(wrong?) server configuration.

Radim

> All the best.
> --
> Paolo Cavallini - Faunalia
> www.faunalia.eu
> Full contact details at www.faunalia.eu/pc
> Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer


More information about the mapserver-users mailing list