From f1db8c36e9178dcfa14a6bfcad48122a3a5ceea3 Mon Sep 17 00:00:00 2001 From: Daniel Wiesmann Date: Mon, 28 Mar 2016 19:12:10 +0100 Subject: Fixed #26415 -- Allowed deleting nodata value on GDALBands. --- docs/ref/contrib/gis/gdal.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/ref/contrib/gis/gdal.txt b/docs/ref/contrib/gis/gdal.txt index b15bd17d54..ed036de12a 100644 --- a/docs/ref/contrib/gis/gdal.txt +++ b/docs/ref/contrib/gis/gdal.txt @@ -1456,10 +1456,18 @@ blue. to mark pixels that are not valid data. Such pixels should generally not be displayed, nor contribute to analysis operations. + To delete an existing "no data" value, set this property to ``None`` + (requires GDAL ≥ 2.1). + .. versionchanged:: 1.9 This property can now be set as well. + .. versionchanged:: 1.10 + + The "no data" value can now be deleted by setting the + ``nodata_value`` attribute to ``None``. + .. method:: datatype(as_string=False) The data type contained in the band, as an integer constant between 0 -- cgit v1.3