i not doing anything advanced, at least it shouldnt be.   i
have a county wide, line roads dataset and county wide building points
dataset.  all i want to do is clip both vectors back to the same
extent. basically i just want the features either clipped to the
boundary of a polygon i built, or even just select overlapping ones,
and write them to a new file.<br>
<br>
i may be missing the concept of this, &quot;features need a category number
in order to be extracted. does d.what.vect show cat numbers for your
points?&quot;<br>
<br>
d.what.vect shows catagory numbers for the building points.&nbsp; I'm
not sure i understand what the category has to do with v.select.<br>
<br>
<a href="http://v.info">v.info</a> clipper does show boundaries and centroids and area (and
islands?!?)&nbsp;&nbsp; i recently modified the clipper polygon box,
and it seems that the centroid is outside the box now.&nbsp; i'll put
it in and give it another whirl.<br>
<br>
thanks for the help! <br><br><div><span class="gmail_quote">On 6/22/06, <b class="gmail_sendername">Hamish</b> &lt;<a href="mailto:hamish_nospam@yahoo.com">hamish_nospam@yahoo.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; i'm using v.select as such:<br>&gt;<br>&gt; v.select ainput=buildings atype=point alayer=1 binput=clipper<br>&gt; btype=area blayer=1 outpout=buildclip operator=overlap<br>&gt;<br>&gt; where buildings are a point, with layer 1 (verified through QGIS)
<br>&gt; where clipper is a polygon that is the bounds i want to pull the<br>&gt; building points from.&nbsp;&nbsp;the odd thing about this dataset, is that when<br>&gt; i go to load in QGIS, there are two layer options, layer 0 which is
<br>&gt; polygon and layer 1 which is line.<br>&gt;<br>&gt; i cant specify blayer=0 in this function or it says must be 1 or<br>&gt; greater.<br>&gt;<br>&gt; is there a way to put the polygon layer on layer 1? i can only think
<br>&gt; this might be why there's a problem.&nbsp;&nbsp;I still dont really grasp the<br>&gt; layers concept very well.&nbsp;&nbsp;i understand it has to do with linking<br>&gt; features to a database, but why does it put different features on
<br>&gt; different layers?<br>&gt;<br>&gt; the output i get is a file with no data in it.<br><br><br>I don't think QGIS layers == GRASS layers.<br><br>Unless you are doing something advanced, usually grass vector layer is 1
<br>and you can forget about that.<br><br>&quot;<a href="http://v.info">v.info</a> clipper&quot;&nbsp;&nbsp;show boundaries + centroids or lines?<br><br>features need a category number in order to be extracted. does<br>d.what.vect show cat numbers for your points?
<br><br>v.select works well and should be pretty simple, so don't give up.<br><br><br>Hamish<br></blockquote></div><br>