Skip to main content
Question

convert points to polygons based on an attribute

  • July 31, 2017
  • 3 replies
  • 170 views

i need to convert points to polygons. the points witch belong to the same polygon have the same id_parcel.i need to find a way to generate polygons based on this identifient(id_parcel)

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.

3 replies

fmelizard
Safer
Forum|alt.badge.img+22
  • Safer
  • July 31, 2017

Hi @nazlii. A suggested approach to get you started:

 

1) Use reader or VertexCreator to make points

 

2) Use Sorter to sort by attribute

 

3) LineBuilder next to create polygons, setting Connection Break Attribute to your attribute

takashi
Celebrity
  • July 31, 2017

Hi @nazlii. A suggested approach to get you started:

 

1) Use reader or VertexCreator to make points

 

2) Use Sorter to sort by attribute

 

3) LineBuilder next to create polygons, setting Connection Break Attribute to your attribute
additional to the procedure above, probably you will have to close the resulting line with the LineCloser to make a polygon.

 

 


erik_jan
Contributor
Forum|alt.badge.img+26
  • Contributor
  • July 31, 2017

Also, have a look at the discussion in this similar item:

issue-with-converting-points-to-polygon