[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-706-g93bdd3bff

git at osgeo.org git at osgeo.org
Tue Oct 24 21:50:04 PDT 2023


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  93bdd3bffe07971e5e71449bfdd9103b51e25940 (commit)
      from  5c3ec839295a7541805a9b6f2ee0b081c559f4d9 (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 93bdd3bffe07971e5e71449bfdd9103b51e25940
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Oct 25 00:48:39 2023 -0400

    ST_Contour improved docs
    
     - Add description for each input arg
    
     References #5585 for postgis 3.5.0

diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml
index 2788617e0..a18578f6d 100644
--- a/doc/reference_raster.xml
+++ b/doc/reference_raster.xml
@@ -1356,6 +1356,33 @@ WHERE short_name = 'GTiff') As g;
             When the <varname>fixed_levels</varname> parameter is a non-empty
             array, the <varname>level_interval</varname> and <varname>level_base</varname> parameters are ignored.
         </para>
+
+        <para>
+            Input parameters are:
+        </para>
+        <variablelist>
+            <varlistentry><term><varname>rast</varname></term>
+                <listitem><para>The raster to generate the contour of</para></listitem>
+            </varlistentry>
+            <varlistentry><term><varname>bandnumber</varname></term>
+                <listitem><para>The band to generate the contour of</para></listitem>
+            </varlistentry>
+            <varlistentry><term><varname>level_interval</varname></term>
+                <listitem><para>The elevation interval between contours generated</para></listitem>
+            </varlistentry>
+            <varlistentry><term><varname>level_base</varname></term>
+                <listitem><para>The "base" relative to which contour intervals are applied,
+                this is normally zero, but could be different.
+                To generate 10m contours at 5, 15, 25, ... the LEVEL_BASE would be 5.</para></listitem>
+            </varlistentry>
+            <varlistentry><term><varname>fixed_levels</varname></term>
+                <listitem><para>The elevation interval between contours generated</para></listitem>
+            </varlistentry>
+            <varlistentry><term><varname>polygonize</varname></term>
+                <listitem><para>If <literal>true</literal>, contour polygons will be created, rather than polygon lines.</para></listitem>
+            </varlistentry>
+        </variablelist>
+
         <para>
             Return values are a set of records with the following attributes:
         </para>

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

Summary of changes:
 doc/reference_raster.xml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list