<div>Hi list,</div>
<div>&nbsp;</div>
<div>I have a whole bunch of data from an RTK GPS. File exists as a MapInfo file. Imports into grass fine with area and centroids.</div>
<div>&nbsp;</div>
<div>My problem is however, i want to create another vector file that contains the mask or the external (an internal island) boundary.</div>
<div>&nbsp;</div>
<div>I have been able to create the external boundary fine through the following.</div>
<div>v.category (delete categories)</div>
<div>v.category (add category as 1 for all)</div>
<div>v.dissolve (combine all boundaries with common category)</div>
<div>&nbsp;</div>
<div>This is great and works fine for the external boundary. However there is meant to be an island in there. Somewhere along the way (i think after the second call to v.category) it fills that island in.</div>
<div>&nbsp;</div>
<div>Has anyone got any hints or ideas?</div>
<div>&nbsp;</div>
<div>Essentially i am trying to create this vector to generate a mask for further interpolation of the point heights. I am assuming that i need this island removed (as there is no point data for it) otherwise it is going to effect the interpolation.</div>

<div>&nbsp;</div>
<div>Thanks for your time.</div>
<div>Ed</div>