After some investigations I discover one of my mistake. Adding ImageMosaic
store with HGT files converted to GeoTIFF is handled as a raster layer and
so cannot be interpreted as a vector data for gs:BarnesSurface.

So I intend to transform my raster data with gs:RasterAsPointCollection and
chain it with gs:BarnesSurface.

Unfortunately I get one more error:
"Failed to evaluate the process function, error is: Parameter data is
missing but has min multiplicity > 0"

I can't understand error message since there is actually a data parameter in
my SLD. The only delta from my previous SLD is:
...
<ogc:Function name="gs:BarnesSurface">
  <ogc:Function name="parameter">
    <ogc:Literal>data</ogc:Literal>
      <ogc:Function name="gs:RasterAsPointCollection">
        <ogc:Function name="parameter">
          <ogc:Literal>data</ogc:Literal>
        </ogc:Function>
      </ogc:Function>
    </ogc:Function>
    <ogc:Function name="parameter">
      <ogc:Literal>valueAttr</ogc:Literal>
        <ogc:Literal>GRAY_INDEX</ogc:Literal>
      </ogc:Function>
      ...

I am not very familiar with the chaining process, someone can tell me what
am I doing wrong?



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/BarnesSurface-with-elevation-data-tp5067021p5067326.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to