Hello, I am currently working on a saltmarshes mapping project and each habitat interface is a unique polyline. I want to generate polygons with the information contained in the polylines. On the other hand, the information contained in the polylines is all different and I cannot just check the "keep attributes" during the conversion. The way I thought to find the right information to keep is to select all the lines that touch the polygon and see which habitat comes up most often. This is the one that will be the information to keep.
Because I have like 20 000 lines (and get like 5000 polygons), that needs to be done with a Model Builder.
In the attached files, I made a sketch to explain my idea to you and a model I made so far (i'm a beginner with model builder and Python).
Thank you so much !