<div dir="ltr">Hi,<div><br></div><div>In attempting to patch two polygon layers I am 
confused as to the the results i am getting. My understanding of v.patch is
 that it would be similar to a `union` operator in SQL (not a spatial 
union) wherein rows of one or many tables are concatenated to a new table. 
However, the results i’m getting are not in aligned with that 
expectation.</div><div><br></div><div>Here is a link to an image of the two tables (one orange, one green) (<a href="https://pasteboard.co/GXjWm6P.png">https://pasteboard.co/GXjWm6P.png</a> )<br></div><div><br></div><div>The second image ( <a href="https://pasteboard.co/GXjVSQE.png">https://pasteboard.co/GXjVSQE.png</a>) is a result of</div><div><br></div><div><span class="gmail-m_-8119680467765108073Apple-tab-span" style="white-space:pre-wrap"> </span># combine all clustered polygons into one table</div><div><span class="gmail-m_-8119680467765108073Apple-tab-span" style="white-space:pre-wrap">     </span>gsc.parse_command('v.patch',</div><div>                  <span class="gmail-m_-8119680467765108073Apple-tab-span" style="white-space:pre-wrap">     </span>flags = 'e',</div><div>                  <span class="gmail-m_-8119680467765108073Apple-tab-span" style="white-space:pre-wrap">     </span>overwrite = True,</div><div>                 <span class="gmail-m_-8119680467765108073Apple-tab-span" style="white-space:pre-wrap"> </span> verbose= True,</div><div>                  <span class="gmail-m_-8119680467765108073Apple-tab-span" style="white-space:pre-wrap">  </span>input = <green>, <orange>,</div><div>                  <span class="gmail-m_-8119680467765108073Apple-tab-span" style="white-space:pre-wrap">   </span>output = ssPoly)</div><div><br></div><div>The
 blue represents the result of the v.patch command. I don't understand 
why all of the area covered by the two source vectors is not covered in 
the patched vector.</div><div><br></div><div>My only thought it it has something to do with the categories, or keys?<br></div><div><br></div><div>Thanks in advance for any guidance.</div><div><br></div><div>Peter </div><div><br></div><br></div>