Skip to main content

I've gor an ascii raster that I want to convert to a xyz file.

 

This should not be to difficult now should it?!

I get this errorr: POINTCLOUDXYZ writer: Failed to obtain point cloud from feature.  Only features with point cloud geometry are expected

 

A fatal error has occurred. Check the logfile above for details
Hi,

 

 

You have to transform the raster into a point cloud before writing. Try using the PointCloudCombiner transformer to do that.

 

 

Takashi

Reply