[postgis-users] Is there a simple way to generate polygon from random points?

Erik Wienhold ewie at ewie.name
Fri Sep 8 05:32:04 PDT 2023


On 08/09/2023 13:34 CEST Shaozhong SHI <shishaozhong at gmail.com> wrote:

> Is there a simple way to generate polygon from random points?

Compute the convex or concave hull or an alpha shape.  PostGIS provides
functions for all three of them.

--
Erik


More information about the postgis-users mailing list