Opened 8 years ago

Last modified 8 years ago

#26592 closed New feature

Add support for GDAL 2.1 — at Version 2

Reported by: Daniel Wiesmann Owned by: nobody
Component: GIS Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Tim Graham)

GDAL 2.1 has been released a few days ago.

https://trac.osgeo.org/gdal/wiki/Release/2.1.0-News

The "delete-nodata" feature on GDALBand objects depends on this, see #26415.

https://github.com/django/django/pull/6350#issuecomment-202610506

Change History (2)

comment:1 by Daniel Wiesmann, 8 years ago

I am happy to work on this, but I am not sure what the process is.

comment:2 by Tim Graham, 8 years ago

Description: modified (diff)
Triage Stage: UnreviewedAccepted

Here's a sample commit from GDAL 1.10 support 3cea917e3e8a26b5b701c160f4f6e03b1b85cf84. If you have any other questions, please be more specific.

Note: See TracTickets for help on using tickets.
Back to Top