[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0beta3-3-g705d3a3c7

git at osgeo.org git at osgeo.org
Thu Dec 9 21:44:18 PST 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  705d3a3c78f595da0a26b6033ef29d9ae502f719 (commit)
      from  0b32bdd142b43124edef7736ec1a676046c613a3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 705d3a3c78f595da0a26b6033ef29d9ae502f719
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Dec 10 00:44:12 2021 -0500

    Add note that ST_PixelAsCentroid(s) is now implemented in C so should be faster

diff --git a/doc/reference_editor.xml b/doc/reference_editor.xml
index 9a0710157..9a4710cac 100644
--- a/doc/reference_editor.xml
+++ b/doc/reference_editor.xml
@@ -1503,6 +1503,7 @@ digits  |                   encode                   |                st_astext
 		<para>Removes a point from a LineString, given its index (0-based).
         Useful for turning a closed line (ring) into an open linestring.
         </para>
+        <para>Enhanced: 3.2.0</para>
 		<para>Availability: 1.1.0</para>
 		<para>&Z_support;</para>
 	  </refsection>
diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml
index 7018a7cba..96715fcb9 100644
--- a/doc/reference_raster.xml
+++ b/doc/reference_raster.xml
@@ -4741,6 +4741,7 @@ SELECT x, y, val, ST_AsText(geom) FROM (SELECT (ST_PixelAsPoints(rast, 1)).* FRO
             <refsection>
                 <title>Description</title>
                 <para>Returns the centroid (point geometry) of the area represented by a pixel.</para>
+                <para>Enhanced: 3.2.0 Faster now implemented in C.</para>
                 <para>Availability: 2.1.0</para>
             </refsection>
 
@@ -4801,8 +4802,9 @@ SELECT ST_AsText(ST_PixelAsCentroid(rast, 1, 1)) FROM dummy_rast WHERE rid = 1;
                     </para>
                 </note>
 
-                <para>Availability: 2.1.0</para>
+                <para>Enhanced: 3.2.0 Faster now implemented in C.</para>
                 <para>Changed: 2.1.1 Changed behavior of exclude_nodata_value.</para>
+                <para>Availability: 2.1.0</para>
             </refsection>
 
             <refsection>

-----------------------------------------------------------------------

Summary of changes:
 doc/reference_editor.xml | 1 +
 doc/reference_raster.xml | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list