Skip to main content
Solved

Features must have 3D coordinates not 2D.

  • January 21, 2021
  • 4 replies
  • 9 views

 

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.

 

 

Best answer by hkingsbury

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

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.

4 replies

hkingsbury
Celebrity
Forum|alt.badge.img+63
  • Celebrity
  • 1625 replies
  • Best Answer
  • January 21, 2021

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


DanAtSafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 345 replies
  • January 21, 2021

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


hkingsbury
Celebrity
Forum|alt.badge.img+63
  • Celebrity
  • 1625 replies
  • January 21, 2021

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

That's a much better way :)


  • Author
  • 6 replies
  • January 22, 2021

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

 

Have a nice weekend!