Skip to main content
Solved

Building Areas bounding endpoint vertex from lines

  • 16 July 2024
  • 1 reply
  • 30 views

Hi all,

I have a set of input street lines with certain attribute (POSTAL CODES), and I would like to create area polygons from unique values of such postal code attribute. 

Street Lines with postal code attribute

I have utilized AreaBuilder for such purposes and this is an example of the output:
 

Inner polygons created by AreaBuilder

This is the params I have for such transformation:


What I would like to have as an output is the area covered by all the street lines with unique postal codes, something more like this:
 

Desirable Polygon from street lines

Is there any other param customization I have missed or something else to do about?

 

Regards.

1 reply

Userlevel 6
Badge +26

Based on the example/desired output image, you may be looking for the HullAccumulator or HullReplacer.

Reply