<p dir="ltr">Idea's only... Not solutions</p>
<p dir="ltr">Id the polygon with a number (polynum)</p>
<p dir="ltr">Use spatial query on the points to figure out in which polygons they fall Into.  Return polygons id number to points. (Polynum field)</p>
<p dir="ltr">Export point.shp to points.txt file then to a spread sheet like Excel or Libre office calc.</p>
<p dir="ltr">There, you need a few columns.</p>
<p dir="ltr">Point unique id</p>
<p dir="ltr">Polygon number for each point (polynum)</p>
<p dir="ltr">A field to count the amount of points with the same polygons number (pointcount) </p>
<p dir="ltr">A field (called pointnum) that will add a number 1 to x (x is the max number of points for each polygon based on pointcount) this numbering will need to restart to 1 for each polygon.  </p>
<p dir="ltr">And for each polygon id number (polynum) ,I would randomly select a number between 0 and x.  This is a normal function in a spreadsheet. (random field)</p>
<p dir="ltr">Export the point.txt file back to Qgis.</p>
<p dir="ltr">All this will help you create a query that you will do in QGIS<br>
It will go like this in the field calculator:</p>
<p dir="ltr">Create a new field that will receive the answers (1 and 0)</p>
<p dir="ltr">Case<br>
When  "polynum" = 1 and "random" = 5 then 1<br>
When "polynum" = 2 and "random" = 23 then 1<br>
When "polynum" = 3 and "random" = 76 then 1<br>
...</p>
<p dir="ltr">Else 0<br>
End</p>
<p dir="ltr">Then all you need to do is select the points base on answer field. </p>
<p dir="ltr">You can build this query in Excel and then export to .txt file.</p>
<p dir="ltr">To do this in a spreadsheet, you will need functions like loops,  vlookup and hlookup, filtering unique values and possibly xtabs or cross tables. </p>
<p dir="ltr">Hope this helps.</p>
<p dir="ltr">(If it doesn't, just randomly click like hell on your screen and hope you get it right!) :)<br></p>
<p dir="ltr">Nicolas Cadieux M.Sc.<br>
Les Entreprises Archéotec inc. <br>
8548, rue Saint-Denis Montréal H2P 2H2<br>
Téléphone: 514.381.5112  Fax: 514.381.4995<br>
www.archeotec.ca</p>


        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/How-to-select-only-one-point-from-each-polygon-tp5204951p5204971.html">Re: How to select only one point from each polygon?</a><br/>
Sent from the <a href="http://osgeo-org.1560.x6.nabble.com/Quantum-GIS-User-f4125267.html">Quantum GIS - User mailing list archive</a> at Nabble.com.<br/>