Skip to main content
Solved

Building Areas bounding endpoint vertex from lines

  • July 16, 2024
  • 1 reply
  • 44 views

armando_amador
Contributor
Forum|alt.badge.img+5

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.

Best answer by liamfez

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

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.

1 reply

liamfez
Influencer
Forum|alt.badge.img+44
  • Influencer
  • Best Answer
  • July 16, 2024

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