I get the ConvexHull of a set of polygons using ST_UNION and ST_CONVEXHULL functions using PostGIS. I want to know how to create an outward buffer of the created convexhull in PostGIS?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
ST_ConvexHull() returns a Polygon. Using ST_Buffer() on the result will create an "outward" buffer.
|
|||||||||
|