The underlying `capi` function `GDALRasterIo` automatically replicates
data if only a partial array is passed to it. Exposing this functionality
in Django's GDAL api improve its usability for this kind of operations on
large rasters.
--
Ticket URL: <https://code.djangoproject.com/ticket/26417>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 1
* needs_docs: => 0
* needs_tests: => 0
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/26417#comment:1>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"870dd1d38b8f9238ddc917bbb55cee54ce37a0b2" 870dd1d3]:
{{{
#!CommitTicketReference repository=""
revision="870dd1d38b8f9238ddc917bbb55cee54ce37a0b2"
Fixed #26417 -- Allowed setting GDALBand data with partial values.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26417#comment:2>