Ok, I got it to take my interpolation setting (see below) as indicated by my
geoserver log files but my image always looks like the same 4 colored blocks
no matter if I select bilinear, bicubic, or nearest neighbor interpolation. 
I am looking to receive an image where the colors blend into each
other(bilinear) instead of having more distinct color boundaries(nearest
neighbor).  Any ideas on what I'm missing?  Everything still always looks
like it's nearest neighbor.
Thanks!!! 
Ashley

<?xml version="1.0" encoding="UTF-8"?>
<GetCoverage version="1.0.0" service="WCS"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns="http://www.opengis.net/wcs";
xmlns:ows="http://www.opengis.net/ows/1.1";
xmlns:gml="http://www.opengis.net/gml";
xmlns:ogc="http://www.opengis.net/ogc";
xsi:schemaLocation="http://www.opengis.net/wcs
http://schemas.opengis.net/wcs/1.0.0/getCoverage.xsd";>
  <sourceCoverage>STORE</sourceCoverage>
  <domainSubset>
    <spatialSubset>
      <gml:Envelope srsName="EPSG:4326">
        <gml:pos>WEST SOUTH</gml:pos>
        <gml:pos>EAST NORTH</gml:pos>
      </gml:Envelope>
      <gml:Grid dimension="2">
        <gml:limits>
          <gml:GridEnvelope>
            <gml:low>0 0</gml:low>
            <gml:high>64 64</gml:high>
          </gml:GridEnvelope>
        </gml:limits>
        <gml:axisName>x</gml:axisName>
        <gml:axisName>y</gml:axisName>
      </gml:Grid>
    </spatialSubset>
  </domainSubset>
  <interpolationMethod>bilinear</interpolationMethod>
  <output>
    <crs>EPSG:4326</crs>
    <format>GeoTIFF</format>
  </output>
</GetCoverage>



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/WCS-bilinear-interpolation-tp5022286p5022370.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to