Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/gis/gdal/prototypes
Commit message (Expand)AuthorAgeFilesLines
* Refs #24840 -- Added GDALRaster Warp and transform methodsDaniel Wiesmann2015-06-241-0/+3
* Added GDAL 2.0 supportClaude Paroz2015-06-203-6/+18
* Fixed #24724 -- Fixed GIS initialization crash on Windows.Tim Graham2015-05-011-38/+40
* Added write support for GDALRasterDaniel Wiesmann2015-03-161-0/+1
* Fixed E265 comment styleCollin Anderson2015-02-065-19/+19
* Sorted imports with isort; refs #23860.Tim Graham2015-02-066-15/+30
* Added RasterSource/GDALBand GDAL objectsClaude Paroz2014-12-231-2/+2
* Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz2014-12-181-3/+3
* Added raster support for GDAL Driver classClaude Paroz2014-12-021-1/+1
* Added cpl error codes to errcheck functionsDaniel Wiesmann2014-12-023-13/+20
* Added GDAL prototypes for raster supportDaniel Wiesmann2014-12-022-2/+59
* Limited lines to 119 characters in django/Tim Graham2014-09-053-4/+12
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-4/+4
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-1/+1
* Fixed all E261 warningscoagulant2013-11-022-2/+2
* More attacking E302 violatorsAlex Gaynor2013-11-024-0/+25
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1
* Remove some unnecesary uses of boolAlex Gaynor2013-10-171-1/+1
* Removed some dead code and simplified some other ocdeAlex Gaynor2013-10-172-10/+4
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-172-8/+16
* Whitespace cleanup.Tim Graham2013-10-103-5/+4
* Use smarter string decoding in GeoDjangoClaude Paroz2012-10-085-22/+27
* [py3] Fixed GEOS/GDAL testsClaude Paroz2012-09-231-5/+6
* [py3] Removed longs.Aymeric Augustin2012-07-221-9/+10
* Dropped support for GDAL < 1.5Claude Paroz2012-07-151-10/+5
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-134-15/+10
* Peform smarter version detection of GDAL so development v...Justin Bronn2010-03-251-8/+2
* Fixed #11609 -- The `check_pointer` error checking routin...Justin Bronn2009-12-271-0/+2
* Added support for spatially filtering what OGR features a...Justin Bronn2009-11-101-1/+4
* The `OGRGeometry.coord_dim` property may now be set; impl...Justin Bronn2009-10-171-1/+2
* Fixed GEOS & GDAL C function prototypes to explicitly use...Justin Bronn2009-07-091-3/+6
* Maintenance refactor of the GDAL (OGR) ctypes interface. ...Justin Bronn2009-03-082-0/+3
* Fixed `check_geom` and `check_srs` to accept larger sized...Justin Bronn2009-01-031-2/+2
* Merged the gis branch into trunk.Justin Bronn2008-08-056-0/+489