Changes between Version 16 and Version 17 of PostGISDevelopment2022-1


Ignore:
Timestamp:
Jun 2, 2022, 2:28:01 PM (2 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • PostGISDevelopment2022-1

    v16 v17  
    2222 1. Paul Ramsey
    2323 1. Martin Davis
     24 1. Bruce Rindahl
    2425
    2526== Venue ==
     
    3233-----------
    3334
     35[[TOC]]
    3436= Meeting Notes =
    3537
     38PostGIS - June 2, 2022
    3639
     40== Goals ==
    3741
    38 == Agenda ==
     42   * Beat PostgreSQL 15 to release!
     43   * Release GEOS 3.11 by mid-early-June
     44   * Release PostGIS 3.3.0beta by end of July (or freeze release beta?)
     45   * Release PostGIS 3.3.0 by end of August
    3946
     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)
    4069
    4170