On Thu, Nov 4, 2010 at 11:00 AM, leonidas <[email protected]> wrote: > > I need the defined "Number of points to be created" to be inside the > polygons. If I follow your method some of them will remain out of the > polygons. I need to get 10 points that will fall inside the polygons NOT to > define 10 points and then select only the points that they are in polygons.
You could first convert the polygons to a raster map and then use r.random to generate the defined "Number of points to be created" as vector points using the rasterized polygons as cover map. Markus M _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
