]> granicus.if.org Git - postgis/commitdiff
Add news and doc changes to indicate proper support for raster band's
authorBborie Park <bkpark at ucdavis.edu>
Mon, 22 Oct 2012 17:19:54 +0000 (17:19 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Mon, 22 Oct 2012 17:19:54 +0000 (17:19 +0000)
"isnodata" support

git-svn-id: http://svn.osgeo.org/postgis/trunk@10517 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS
doc/reference_raster.xml

diff --git a/NEWS b/NEWS
index c83de89533ccea73467247eb589d372dafdfe3de..79feb82d75f267cebe713d07ff0481f387406459 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -65,6 +65,7 @@ PostGIS 2.1.0
     parameter to interpolate NODATA pixels before running the operation.
   - point variant of ST_SetValue(raster) is now a wrapper around geomval 
     variant of ST_SetValues(rast).
+  - proper support for raster band's isnodata flag in core API and loader.
 
 * Fixes *
 
index d1709f37eb71588cd3155beb8c35514fcce06586..8e88747d290019bb63f4dd1f0ee905098d66fdae 100644 (file)
@@ -2903,11 +2903,8 @@ WHERE rid = 2;
                                <note>
                                        <para>If the flag is dirty (this is, the result is different
                     using TRUE as last parameter and not using it) you should
-                    update the raster to set this flag to true, by using ST_SetBandIsNodata function, 
-                    or ST_SetBandNodataValue function with TRUE as last argument. The
-                    loader (raster2pgsql) currently can not properly set the
-                    flag while loading raster data. See <xref
-                    linkend="RT_ST_SetBandIsNoData" />.</para>
+                    update the raster to set this flag to true, by using ST_SetBandIsNodata(), 
+                    or ST_SetBandNodataValue() with TRUE as last argument. See <xref linkend="RT_ST_SetBandIsNoData" />.</para>
                                </note>
                        </refsection>
                                
@@ -5749,10 +5746,6 @@ WHERE rid = 2;
                 TRUE as last argument and without using it</para>
 
                 <para>Availability: 2.0.0</para>
-                               <note><para>Currently, the loader (raster2pgsql) is not able
-                to set the isnodata flag for bands. So, this is the fastest way
-                to set it to TRUE, without changing any other band value</para></note>
-               
                                </refsection>
                                
                                <refsection>