#3399 closed enhancement (fixed)
ST_GeneratePoints
Reported by: | pramsey | Owned by: | prams |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.3.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
Given an input area, output a multipoint composed of random points that fall within the input area. Useful for point density mapping, mostly.
Change History (8)
comment:1 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 9 years ago
I feel we should have a postgresql test for this function. pramsey I know you feel it's probably redundant, but it does catch issues running within postgresql that are missed with cunit.
comment:5 by , 9 years ago
Any way to have a test for this ? Maybe just a count of points in output, and some corner case calls ?
comment:7 by , 9 years ago
Note:
See TracTickets
for help on using tickets.
Committed at r14492