Guest User

Untitled

a guest
Feb 24th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. INSERT INTO unioned(geom)
  2. SELECT ST_MULTI((ST_Dump(ST_Union(geom))).geom) from footprints;
  3.  
  4. ST_UnaryUnion(unnest(ST_ClusterIntersecting(geom))) FROM footprints;
Add Comment
Please, Sign In to add comment