Skip to main content
Question

convert points to polygons based on an attribute


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)

3 replies

fmelizard
Contributor
Forum|alt.badge.img+17
  • Contributor
  • 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
Contributor
Forum|alt.badge.img+21
  • Contributor
  • July 31, 2017
fmelizard wrote:

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+17
  • Contributor
  • July 31, 2017

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

issue-with-converting-points-to-polygon


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings