Skip to main content

 

Good Evening, there is an issue I cant solve by myself, maybe someone can help me. I have a dataset of features ,which i want to analyse and one rule is, they need have 3D coordinates and cant be 2D if they dont they should be filtered out. How can I approach this?

 

THX to all.

 

 

Extract the coordinates using a CoordinateExtractor, then pass through to a Tester to check if a Z value is present

Screenshot 2021-01-22 082206


@timhongjong​  Or use a DimensionExtractor which will return values of 2 or 3.


@timhongjong​  Or use a DimensionExtractor which will return values of 2 or 3.

That's a much better way :)


Thank you so much guys, it worked for me :)

 

Have a nice weekend!


Reply