Thanks,
Thanks,
take a look at the Chopper (to convert polygon vertices to points) and the PointOnRasterValueExtractor, see if they help you along.
David
There is no need to convert the TAB files first, that's the whole point of FME :-)
David
So I have the Chopper working now, but I can't figure out how to get the band{}.value attribute from the PointOnRasterValueExtractor into the output TAB file. When I bring it across it brings over a -9999 instead of the actual Z value of the cell....
Why not just clip the raster?
Or if u need the values at polygonboundary, buffer the polygonedge by diagonal of the rastercellsize and clip the raster.
Then extract the desired values.
Perhaps some more details from 'aquamarine' is in order.
David
Thank you both for your help :)