On Tue, Oct 5, 2010 at 5:37 PM, Jon Britton <[email protected]> wrote: > Hi, > I've trying to parse a DescribeCoverage request from GeoServer, but the > response XML seems to include interpolation methods that are not selected > for the coverage. For example, on the nurc:Pk50095 layer "binlinear" and > "bicubic" are selected in the GUI. However, when I do a DescribeCoverage > request on this layer I get: > <supportedInterpolations default="nearest neighbor"> > <interpolationMethod>nearest neighbor</interpolationMethod> > <interpolationMethod>bilinear</interpolationMethod> > <interpolationMethod>bicubic</interpolationMethod> > <interpolationMethod>bicubic_2</interpolationMethod> > </supportedInterpolations> > The problem for me is that "bicubic_2" isn't supported in the WCS schema, so > I get problems with my EMF-generated parser. It only seems to happen for a > few of the default GeoServer datasets, including "Pk50095" and "mosaic". > Any idea why this might be happening?
That sounds like a bug, I could not find any reference of bicubic_2 in any of the many WCS standards I have handy (1.0, 1.1.0, 1.1.1, 1.1.2). Oddly enough it seems that also DeeGree 2 implemented a bicubic2 method. Oh well, worth opening a jira. If you can, also provide a fix along it :-) The class you want to look into is WCSCapsTransformer or WCS10CapsTransformer, in the respective WCS modules (the two specs are so different that we had to reimplement everything from scratch...) Cheers Andrea ----------------------------------------------------- Ing. Andrea Aime Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584962313 fax: +39 0584962313 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ----------------------------------------------------- ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
