Skip to main content
Solved

Comparing Attributes from Adjacent Line Segments in a Geometric Network

  • September 9, 2019
  • 1 reply
  • 51 views

pingotech
Participant
Forum|alt.badge.img

I have a geometric network of connected wells, pipelines and facilities. The wells act as the source nodes, the pipelines act as the links and the facilities act as the sink nodes. I also have a point feature class at every pipeline junction section already created from a different script. What I'm trying to do is use FME to create a new point feature class (call it Attribute_Flagger) at any pipeline junction for the pipelines that connect at a junction but have a mismatch in the MOP (Max Operating Pressure) or H2S fields. Below is a diagram I created to understand this relationship better.

 

 

Does anyone have an FME solution to this problem?

Best answer by fmelizard

Flag_Point.fmw Hi @pingotech Use a TopologyBuilder and set a list on the output nodes. Then use ListHistogrammers to check if there is more than one value for MOP or H2S from the input lines.

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.

1 reply

fmelizard
Safer
Forum|alt.badge.img+20
  • Safer
  • 3719 replies
  • Best Answer
  • September 9, 2019

Flag_Point.fmw Hi @pingotech Use a TopologyBuilder and set a list on the output nodes. Then use ListHistogrammers to check if there is more than one value for MOP or H2S from the input lines.