Hello @koenvdw , I think you may need to merge the two datasets before sending it to the PointCloudFilter, as FME won't do it automatically. You can use a FeatureMerger before the PointCloudFilter to merge the minZ from the TIFF onto the point cloud. Hope this helps - Kailin.
Hello @koenvdw , I think you may need to merge the two datasets before sending it to the PointCloudFilter, as FME won't do it automatically. You can use a FeatureMerger before the PointCloudFilter to merge the minZ from the TIFF onto the point cloud. Hope this helps - Kailin.
Hi thx for your response.
I tried the feature merger, but based on what do I join?
They don't have anything in common.
Spatialfilter also doesn't work.
Hello @koenvdw , anytime! Hm.. I think in the FeatureMerger, you should be able to set Requester and Supplier values to 1 for an unconditional merge. Let me know if this works - Kailin.
Hi @kailinatsafe
I will certainly test that and come back to you.
In the meantime I got a tip from @Jasper Wisbecq to use the clipper.
This seems to work.
The workbench looks like this now:
This is before and after:
So it works pretty well.
Thx guys.
Hi @kailinatsafe
I will certainly test that and come back to you.
In the meantime I got a tip from @Jasper Wisbecq to use the clipper.
This seems to work.
The workbench looks like this now:
This is before and after:
So it works pretty well.
Thx guys.
I tested the unconditional merge with the feature merger.
It also works and it was 15 seconds faster.
Also strange, there is a difference in total points and thus also in filesize.
The differences are not visible to the eye.
clipper method result: 4min29 - 56888763 points - 1999997KB
feature merger method result: 4min16 - 56902395 - 2000476KB
So there you have it, to working solutions 😃