[Django] #26415: Allow deleting an existing nodata value of a GDALBand.

4 views
Skip to first unread message

Django

unread,
Mar 28, 2016, 12:32:35 PM3/28/16
to django-...@googlegroups.com
#26415: Allow deleting an existing nodata value of a GDALBand.
-----------------------------+------------------------------------
Reporter: yellowcap | Owner: yellowcap
Type: New feature | Status: new
Component: GIS | Version: master
Severity: Normal | Keywords: raster gdal gis nodata
Triage Stage: Unreviewed | Has patch: 1
Easy pickings: 0 | UI/UX: 0
-----------------------------+------------------------------------
Currently the nodata value on an existing `GDALBand` can not be deleted
once its set. This can lead to problems when warping rasters that do not
have a nodata value. The warp process "copies" the nodata value to the new
bands, if the value of the original is `None`, the warping fails. So this
patch is somewhere between a feature and a bug.

--
Ticket URL: <https://code.djangoproject.com/ticket/26415>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Mar 28, 2016, 12:38:01 PM3/28/16
to django-...@googlegroups.com
#26415: Allow deleting an existing nodata value of a GDALBand.
-------------------------------------+-------------------------------------

Reporter: yellowcap | Owner: yellowcap
Type: New feature | Status: new
Component: GIS | Version: master
Severity: Normal | Resolution:
Keywords: raster gdal gis | Triage Stage:
nodata | Unreviewed
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by yellowcap):

* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0


Comment:

Here is a pull request for solving this problem
https://github.com/django/django/pull/6350

--
Ticket URL: <https://code.djangoproject.com/ticket/26415#comment:1>

Django

unread,
Mar 28, 2016, 1:28:55 PM3/28/16
to django-...@googlegroups.com
#26415: Allow deleting an existing nodata value of a GDALBand.
-------------------------------------+-------------------------------------

Reporter: yellowcap | Owner: yellowcap
Type: New feature | Status: new
Component: GIS | Version: master
Severity: Normal | Resolution:
Keywords: raster gdal gis | Triage Stage: Accepted
nodata |

Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1

Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by timgraham):

* needs_better_patch: 0 => 1
* stage: Unreviewed => Accepted


Comment:

Left a few comments for improvement.

--
Ticket URL: <https://code.djangoproject.com/ticket/26415#comment:2>

Django

unread,
Mar 29, 2016, 8:09:16 AM3/29/16
to django-...@googlegroups.com
#26415: Allow deleting an existing nodata value of a GDALBand.
-------------------------------------+-------------------------------------
Reporter: yellowcap | Owner: yellowcap
Type: New feature | Status: closed
Component: GIS | Version: master
Severity: Normal | Resolution: fixed

Keywords: raster gdal gis | Triage Stage: Accepted
nodata |
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1

Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Tim Graham <timograham@…>):

* status: new => closed
* resolution: => fixed


Comment:

In [changeset:"f1db8c36e9178dcfa14a6bfcad48122a3a5ceea3" f1db8c3]:
{{{
#!CommitTicketReference repository=""
revision="f1db8c36e9178dcfa14a6bfcad48122a3a5ceea3"
Fixed #26415 -- Allowed deleting nodata value on GDALBands.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/26415#comment:3>

Reply all
Reply to author
Forward
0 new messages