| 47 | == Major Tasks Outstanding == |
| 48 | |
| 49 | === GEOS === |
| 50 | |
| 51 | * Final CAPI addition for PolygonHullSimplifier |
| 52 | * Change to GEOSTriangulate from GEOSConstrainedDelaunayTriangulation |
| 53 | |
| 54 | === PostGIS === |
| 55 | |
| 56 | * **ST_ConcaveHull** - Add GEOS 3.11 polygon/multipolygon hull functionality (**GEOSConcaveHullOfPolygons**) |
| 57 | * need hack to handle linestrings, hack segmentize linestrings) |
| 58 | * Expose GEOS 3.11 **GEOSConstrainedDelaunayTriangulation** AKA **GEOSTriangulate** |
| 59 | * sort out ST_DelaunayTriangles - change to add special case for polygonal? sort out |
| 60 | * **ST_Triangulate** - new function |
| 61 | * Expose **GEOSPolygonHullSimplifier** |
| 62 | * **ST_SimplifyArea** - with integer flag for outer/inner (which might get a 3rd option for "neutral" sometime) outer will be default |
| 63 | * Remove patch version upgrades for 3.3+ |
| 64 | * Future SFCGAL should be prefixed CGAL_ to pevent namespace clash |
| 65 | * documentation on how to install postgis extensions in non-default schema |
| 66 | * Tiger extension update for tiger 2021 (probably 2022 by release time) |
| 67 | * Our CREATE EXTENSION scripts should be CREATE instead of CREATE OR REPLACE |
| 68 | * ALTER EXTENSION (leave alone for now) since even unchanged, the lib file might have changed (e.g 2.5 to 3.3) (except for net-net new) |