Skip to main content
Solved

ascii to xyz

  • June 4, 2015
  • 1 reply
  • 125 views

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

Best answer by takashi

Hi,

 

 

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

 

 

Takashi
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

takashi
Celebrity
  • Best Answer
  • June 4, 2015
Hi,

 

 

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

 

 

Takashi