<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I have a vector with some points (about 80) and im generating a buffer around then:<div>g.run_command('v.buffer', input='PocosUTM22s', output='boreholesGrassBuffer', type='point', distance='1000')</div><div><br></div><div>then i want to extract then one by one so i can make a 3d area with extrude command, the problem is that when i run the extract:</div><div><br></div><div>v.extract -d list=1 input=boreholesGrassBuffer output=test1 type=area</div><div><br></div><div>my test1 vector has all the points, if a undestand correct the list parameter of v.extract is related with the category, but how can i categorize each area of <span style="font-size: 12pt;">boreholesGrassBuffer vector?</span></div><div><span style="font-size: 12pt;"><br></span></div><div><span style="font-size: 12pt;">Tnks,</span></div><div><span style="font-size: 12pt;">Alec.</span></div>                                           </div></body>
</html>