Skip to main content
Question

.las to .kml conversion

  • September 6, 2018
  • 3 replies
  • 369 views

I am very new to FME and was wondering if it's possible to convert las/laz files to kml directly. Apparently it's not a straightforward process and I'd appreciate any suggestions on what transformers to use, in what order, etc. Thank you very much in advance!

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.

3 replies

takashi
Celebrity
  • September 6, 2018

Hi @mhalubok, a possible way I can think of is, use the PointCloudCoercer to convert the point cloud feature to individual point features and then writer them into a KML dataset.


  • Author
  • September 11, 2018

Thank you for the suggestion @takashi

Using the PointCloudCoercer actually worked in terms of creating a kml file. Another issue here is that this kml file is a very big one, and I guess there should be a way of compressing it. I made a kmz file out of the kml one, but the resulting kmz file is still on the scale of dozens of megabytes which makes Google Earth crush every time it attempts opening it. In any case, it's not a FME desktop problem anymore.


takashi
Celebrity
  • September 11, 2018

Thank you for the suggestion @takashi

Using the PointCloudCoercer actually worked in terms of creating a kml file. Another issue here is that this kml file is a very big one, and I guess there should be a way of compressing it. I made a kmz file out of the kml one, but the resulting kmz file is still on the scale of dozens of megabytes which makes Google Earth crush every time it attempts opening it. In any case, it's not a FME desktop problem anymore.

What about using the PointCloudThinner to reduce the number of points in the point cloud and/or using the Tiler to split the point cloud feature into multiple smaller features?