Question

Create polygon around the points using attribute

  • 24 November 2022
  • 3 replies
  • 33 views

Badge

Hi,

 

I have some points and they have an attrobute called code. I want to create a polygon around the points with the same code ( similar to Voronoi).

 

Can some one help on how to do that.

 

Thanks and Regards,

 

Krishna


3 replies

Userlevel 5
Badge +25

Have you tried the VoronoiDiagrammer?

 

Alternatively, the HullAccumulator will draw a convex or concave hull around a group of features, but those do behave different from Voronoi polygons.

Badge

Have you tried the VoronoiDiagrammer?

 

Alternatively, the HullAccumulator will draw a convex or concave hull around a group of features, but those do behave different from Voronoi polygons.

Hi, Voronoi is creating one polygon each for every point. I want to draw polygon around points of same attribute.

 

Regards,

 

Krishna

Badge +2

Hi, Voronoi is creating one polygon each for every point. I want to draw polygon around points of same attribute.

 

Regards,

 

Krishna

Hi, This sounds like a job for the HullAccumulator Transformer. You can use Group Processing option on your desired attribute.

 

Cheers,

Reply