Skip to main content
Question

Create polygon around the points using attribute

  • November 24, 2022
  • 3 replies
  • 218 views

Forum|alt.badge.img

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

redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3699 replies
  • November 24, 2022

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.


Forum|alt.badge.img
  • Author
  • 10 replies
  • November 24, 2022

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


geoleo
Contributor
Forum|alt.badge.img+20
  • Contributor
  • 8 replies
  • November 24, 2022

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,