Skip to main content
Question

How to remove short lines only from a set of disconnected lines?

  • November 4, 2020
  • 6 replies
  • 92 views

Forum|alt.badge.img

CaptureSo I want to remove all the shorter lines from the above while keeping the rest.

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.

6 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • November 4, 2020

LengthCalculator and a Tester?


Forum|alt.badge.img
  • Author
  • 20 replies
  • November 4, 2020

LengthCalculator and a Tester?

Can you give an example? I tried it but I'm missing some settings I think in some of the transformers?


Forum|alt.badge.img
  • Author
  • 20 replies
  • November 4, 2020

Ill send my fme proj


Forum|alt.badge.img+2
  • 194 replies
  • November 4, 2020

Ill send my fme proj

When using a tester you will want to view your data in the Data Inspector first to see what the output from the LengthCalculator created. Then you will pass that value to the tester as a _length >= (value)

 

The column will have values like this

len


Forum|alt.badge.img
  • Author
  • 20 replies
  • November 4, 2020

When using a tester you will want to view your data in the Data Inspector first to see what the output from the LengthCalculator created. Then you will pass that value to the tester as a _length >= (value)

 

The column will have values like this

len

Can you send an example proj file at all? As I'm not sure how to do it? Thanks in advance.


Forum|alt.badge.img
  • Author
  • 20 replies
  • November 4, 2020

Heres an image..... I don't think my CurveFitter is actually producing a list of lines?

 

Capture