<div dir="ltr"><br><br>On Tue, Dec 18, 2018 at 2:14 PM Robert Nuske <<a href="mailto:rsn.mailinglists@gmail.com">rsn.mailinglists@gmail.com</a>> wrote:<br>><br>> Dear GRASS-Users,<br>><br>> after an abstinence period I started again to use GRASS 7.4 on Ubuntu<br>> 18.04 and am now facing v.patch eating my large polygons.<br>><br>><br>> 38 vector maps (polygon) cover separate parts of my study area. A few<br>> share a boundary with their neighbor, most do not. To further work with<br>> all polygons from all sub plots, I want to merge all sub plots into one<br>> vector map. I do NOT need the polygons to get dissolved (disected &<br>> rebuild) at the boundary of two sub plots.<br>><br>> Large (area, number of vertices and number of islands) polygons, which<br>> touch another large polygon at the common border of two sub plots are<br>> not in the patched vector map.<br>><br>><br>> What I did:<br>> v.patch in=gaps_1,gaps_2 out=gaps_merged<br>><br>> What did not help was the -b flag. Lot's of boundaries but no areas anymore.<br><div><br></div><div>From the manual:</div><div>Boundaries may need to be cleaned with
<em><a>v.clean</a> tool=break,rmdupl,rmsa</em>
repeatedly until the <em>rmsa</em> tool (Remove small angles at nodes)
no longer modifies any boundaries. If vector topology is still not
clean, boundaries may also need to be snapped with
<em><a>v.clean</a> tool=snap,break,rmdupl</em>. <br></div><div><br></div><div>v.clean on the patched vector should restore your polygons.</div><div><br></div><div>We could add the cleaning step to v.patch (a new enhancement ticket could be created).</div><div><br></div><div>HTH,</div><div><br></div><div>Markus M<br></div><div>></div>><br>> To illustrate my problem, an image (<a href="https://imgur.com/4n3le65">https://imgur.com/4n3le65</a>) with two<br>> sub plots (left an right) with a common border at the smallest part. All<br>> colored area are polygons. The islands are white. The orange polygons<br>> are the results of v.patch. The light gray and dark gray polygon are<br>> missing in the resulting v.patch-map.<br>><br>><br>> Did anyone experience similar behavior before and know of a cure?<br>><br>><br>> Thanks<br>>    Robert<br>><br>><br>> _______________________________________________<br>> grass-user mailing list<br>> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-user">https://lists.osgeo.org/mailman/listinfo/grass-user</a></div>