[postgis-devel] PostGIS 3.1.0 Released

Paul Ramsey pramsey at cleverelephant.ca
Fri Dec 18 13:01:19 PST 2020


The PostGIS Team is pleased to release the release [0] of PostGIS 3.1.0!

This version exposes the new features of GEOS 3.9 [1] as well as numerous core performance enhancements for spatial joins, large object access, text format output and more.

Performance [2] is a key feature of this release, with improvements to spatial joins, text outputs [3], large object reads [4], vector tile output [5], and a host of smaller tweaks.

The k-means clustering [6] code has been enhanced to support weighting and higher dimensional clusters.

Geometry generators to create hexagonal and square tilings [7] have been added, for simpler in-the-database summarization queries.

Finally, PostGIS exposes the latest enhancements [8] in the GEOS geometry library 3.9 version. The new overlay engine (aka “OverlayNG” [9]) provides more robust [10] handling of difficult input geometries, using a set of new noding strategies [11] to process geometry. For the end user, this should mean no more “topology exceptions” when using the union, difference, intersection or symmetric difference functions. PostGIS also exposes the new fixed precision overlay capability via an additional grid-size parameter on ST_Intersection [12] and the other overlay functions.

Details of this release can be found in the NEWS file:

  https://git.osgeo.org/gitea/postgis/postgis/src/tag/3.1.0/NEWS

To everyone who helped out in testing and developing this release, we extent our wholehearted thanks!

Yours,
The PostGIS Team



[0] https://postgis.net/2020/12/18/postgis-3.1.0/
[1] https://lists.osgeo.org/pipermail/geos-devel/2020-December/010003.html
[2] http://blog.cleverelephant.ca/2020/12/waiting-postgis-31-1.html
[3] https://rmr.ninja/2020-12-06-waiting-for-postgis-3-1-output/
[4] https://rmr.ninja/2020-12-14-waiting-for-postgis-3-1-large_geometries/
[5] https://rmr.ninja/2020-11-19-waiting-for-postgis-3-1-mvt/
[6] https://postgis.net/docs/ST_ClusterKMeans.html
[7] http://blog.cleverelephant.ca/2020/12/waiting-postgis-31-2.html
[8] http://blog.cleverelephant.ca/2020/12/waiting-postgis-31-3.html
[9] https://lin-ear-th-inking.blogspot.com/2020/10/overlayng-lands-in-jts-master.html
[10] https://lin-ear-th-inking.blogspot.com/2020/06/jts-overlayng-tolerant-topology.html
[11] https://lin-ear-th-inking.blogspot.com/2020/06/jts-overlayng-noding-strategies.html
[12] http://postgis.net/docs/manual-dev/ST_Intersection.html




More information about the postgis-devel mailing list