I have a polygon layer (where each feature has a class attribute), and a point layer, and there are at least 10 points within each feature of the polygon. Is there a way to randomly select only "k" points of these 10 points for each feature (class) in QGIS?
Thanks!
Answer
you could use 'join by location' to add the polygon attributes to the corresponding points. then use 'research tools/random selection within subset' to select the right number/percentage of points from each polygon value.
No comments:
Post a Comment