<div dir="ltr">In grass gis,  how do I split a polygon with a line ( equivalent of st_split in postgis <a href="https://postgis.net/docs/ST_Split.html" target="_blank">https://postgis.net/docs/ST_Split.html</a>) ?<br><div><br></div><div>e.g a rectangle with one diagonal coordinates of (-1, -1) and (1,1)  , when split with a line with coordinates (-2,0) , (2,0) results in </div><div>two rectangles  one with diagonal ( -1, -1), (1, 0) and another with ( -1, 0) , (1,1)</div><div><br></div><div>I have tried v.clip but it seems to require area features in clip parameter. I get error like this.<br></div><div><br></div><div>ERROR: No area features found in vector map <temp_17672@PERMANENT>. Verify<br>       'btype' parameter.</div><div><br></div><div>Thanks,</div><div>HB<br></div><div><br></div></div>