PostGIS Dream Journal
Where Ideas Go to Dance
HOW TO JOIN THE DANCE
ST_Skeletonize(Polygon, [MultiPoint]) → MultiLinestring
ST_Drape(TIN, Linestring, [Densify]) → LineString
ST_FittedSurface(MultiPointM, Tolerance) → TIN
ST_Viewshed(Raster, MultiPoint) → Raster
ST_BarnesSurface(MultiPointM, Converge, Passes) → Raster
ST_IsoLines(TIN, ARRAY[float]) → MultiLineString�ST_IsoLines(Raster, ARRAY[float]) → MultiLineString
ST_SpanningTree(MultiLineString) → MultiLineString
ST_Raster(TIN) → Raster�ST_TIN(Raster, Tolerance) → TIN
ST_MakeClean(Geometry, Tolerance) → Geometry
ST_MakeClean(Geometry, Tolerance) → Geometry
ST_CoverageUnion, ST_IsCoverageValid
ST_Intersection(geography, geography)
ST_Union(geometry[]) in Parallel
ST_Combine(Raster, Raster) → Raster and/or Table
source and (c): ESRI