Skip to main content
Solved

Combiner PointCloud files with different times

  • July 26, 2018
  • 2 replies
  • 15 views

danilo_fme
Celebrity
Forum|alt.badge.img+51

Hi,

The source my customer is PointCloud files ( 4 files ) and these files has different times, for example:

  • File A = was caught on the day 08/12/2015
  • File B = was caught on the day 10/11/2015
  • File C = was caught on the day 22/12/2015
  • File D = was caught on the day 02/03/2016

I know that the transformer PoinCloudCombiner is perfect to do this "mosaic" between Pointclouds.

My question is: How the FME works to do a interpolation / mosaic for these 4 files - PointClouds with different times? Do I need to some advance configuration in this transformer PointCloudCombiner?

Thanks,

Danilo

Best answer by nathanatsafe

Hi @danilo_fme,

 

Do I understand correctly that these point clouds occupy the same geographic space, but were simply captured at different times, and you wish to ignore the geographic space and patch them together?

 

One solution to this problem (maybe not the most elegant) might be to offset File B, C, and D to their appropriate unique geographic spaces with the Offsetter, then use the PointCloudCombiner.

 

Hope this helps.

 

Nathan
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.

2 replies

nathanatsafe
Safer
Forum|alt.badge.img+9
  • Safer
  • 284 replies
  • Best Answer
  • July 26, 2018

Hi @danilo_fme,

 

Do I understand correctly that these point clouds occupy the same geographic space, but were simply captured at different times, and you wish to ignore the geographic space and patch them together?

 

One solution to this problem (maybe not the most elegant) might be to offset File B, C, and D to their appropriate unique geographic spaces with the Offsetter, then use the PointCloudCombiner.

 

Hope this helps.

 

Nathan

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Author
  • Celebrity
  • 2077 replies
  • July 30, 2018

Hi @danilo_fme,

 

Do I understand correctly that these point clouds occupy the same geographic space, but were simply captured at different times, and you wish to ignore the geographic space and patch them together?

 

One solution to this problem (maybe not the most elegant) might be to offset File B, C, and D to their appropriate unique geographic spaces with the Offsetter, then use the PointCloudCombiner.

 

Hope this helps.

 

Nathan
Thanks @NathanAtSafe

 

 

Your answer was very helpful.