nodata_value
The “no data” value for a band is generally a special marker value used 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).
Changed in Django 1.9:
This property can now be set as well.
Changed in Django 1.10:
The “no data” value can now be deleted by setting the nodata_value
attribute to None
.
Please login to continue.