#1209: v.random, restrict output
-------------------------+--------------------------------------------------
Reporter: leonidas | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 6.4.1
Component: Default | Version: unspecified
Keywords: | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
v.random needs an option that will place the random points into the
polygons (if the constraining map is a polygon vector map) or along lines
(if the constraining map is a polyline vector map).
#1209: v.random, restrict output
-------------------------+--------------------------------------------------
Reporter: leonidas | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: Vector | Version: unspecified
Keywords: | Platform: All
Cpu: All |
-------------------------+--------------------------------------------------
Changes (by hamish):
* platform: Unspecified => All
* component: Default => Vector
* cpu: Unspecified => All
* milestone: 6.4.1 => 7.0.0
Comment:
for the within-polygon case this is already covered by the v.random.cover
module in grass-addons.
(it's not the most efficient thing in the world, but it works. for more
complicated tasks I'd probably use the R-stats interface)