I am trying to clip a point cloud using building footprints from CityGML file. Pretty much like in this tutorial. However the Clipper transformation marks the whole cloud as Outside and none of the points as Inside.
Details:
- I have FME version 2020.1
- According to FME Data Inspector the building footprints and the point cloud are aligned
- Both clipper and clippee have same coordinate system (EPSG:3301)
- LAS file I'm using can be downloaded from here and CityGML from here
- There is a similar issue from 7 years ago that was no help
- This sequence worked with 2020.0 version
What could be causing this? Are there any alternatives to using clipper?