eoxserver icon indicating copy to clipboard operation
eoxserver copied to clipboard

Interpolations listed in wcs getCapabilites but not implemented

Open lubojr opened this issue 5 years ago • 3 comments

  • cubic, cubic-spline, lanczos and mode interpolations are listed in wcs getCapabilities, but not supported when asked by getCoverage

lubojr avatar Oct 31 '19 13:10 lubojr

This issue is due to the disparity of the two coverage renderer implementations: the rectified coverage renderer from MapServer, and the referenceable one using GDAL. The GDAL one supports the additional ones, the MapServer one does not. This issue will remain until the MapServer renderer is finally replaced by a GDAL one.

constantinius avatar Nov 03 '19 09:11 constantinius

So I propose to simply not advertise the non-existent interpolations then.

Schpidi avatar Nov 03 '19 17:11 Schpidi

That is the point. They exist, but just for one internal path of the two possible ones. We could only advertise the ones available for all

constantinius avatar Nov 03 '19 18:11 constantinius