#25072: GDALRaster Garbage Collection not working
-----------------------------------+------------------------------------
Reporter: yellowcap | Owner: nobody
Type: Bug | Status: new
Component: GIS | Version: master
Severity: Normal | Resolution:
Keywords: memory gis raster | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------------+------------------------------------
Comment (by yellowcap):
That looks fine to me, I think most rasters have only a few bands.
Maybe we can add a method to get only one specific band by index? Like
this single bands can be accessed efficiently. Something along the lines
of:
{{{
def get_band(self, index):
if index < 0 or index >= capi.get_ds_raster_count(self._ptr):
raise GDALException('Band index out of range.')
return GDALBand(self, index)
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25072#comment:10>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/067.0e1a40f1ed2a46981654cc51df627753%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.