de en es fr nl pl pt sv zh

postgis

Concave Hulls in JTS

Dr JTS

A common spatial need is to find a polygon that accurately represents a set of points.  The convex hull of the points often does not provide this, since it can enclose large areas which contain no points.  What is required is a non-convex hull, often termed the concave hull.  The Convex Hull and a...

Some little known PostgreSQL/PostGIS tips & tricks

Abel Vázquez

0. What’s this and what’s not This is not an SQL course, not even a crash-course, not a introduction, not a master class… It’s just a compilation of tips, tricks or unusual uses of PostgreSQL / PostGIS that I use a lot and may be helpful for anybody out there. Just try to keep your brain within...