Opened 14 years ago
Closed 8 years ago
#1209 closed enhancement (worksforme)
v.random, restrict output
Reported by: | leonidas | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.5 |
Component: | Vector | Version: | unspecified |
Keywords: | v.random.cover | Cc: | |
CPU: | All | Platform: | All |
Description
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).
Change History (4)
comment:1 by , 14 years ago
Component: | Default → Vector |
---|---|
CPU: | Unspecified → All |
Milestone: | 6.4.1 → 7.0.0 |
Platform: | Unspecified → All |
comment:2 by , 14 years ago
Keywords: | v.random.cover added |
---|
comment:3 by , 9 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
comment:4 by , 8 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
v.random
has restrict
option in GRASS 7. Closing.
Note:
See TracTickets
for help on using tickets.
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)
Hamish