Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/gis/gdal/geomtype.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-1/+1
|
* Fixed #24207 -- Added 25D-type geometry field support to ↵Claude Paroz2015-05-061-0/+8
| | | | | | | ogrinspect Thanks Michael Diener for the report and sample data, and Tim Graham for the review.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+0
|
* Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz2014-12-181-3/+3
| | | | Thanks Tim Graham for the review.
* Fixed #23968 -- Replaced list comprehension with ↵Jon Dufresne2014-12-081-1/+1
| | | | generators and dict comprehension
* Corrected many style guide violations that the newest ↵Alex Gaynor2014-03-301-1/+1
| | | | version of flake8 catches
* More attacking E302 violatorsAlex Gaynor2013-11-021-1/+1
|
* Fixed all the E203 violationsAlex Gaynor2013-10-271-13/+13
|
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1
|
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-171-1/+2
|
* Fixed #20989 -- Removed explicit list comprehension ↵Tim Graham2013-08-291-1/+1
| | | | | | | inside dict() and tuple() Thanks jeroen.pulles at redslider.net for the suggestion and helper script.
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-3/+5
|
* `OGRGeomType` now recognizes 2.5D types, and removes ↵Justin Bronn2009-11-151-1/+10
| | | | | | need for unnecessary workaround in `Layer.geom_type`; corrected geometry type in test VRT file. Refs #11433. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11739 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Maintenance refactor of the GDAL (OGR) ctypes interface. ↵Justin Bronn2009-03-081-4/+7
| | | | | | | | | | | | | | | | Changes include: * All C API method explictly called from their prototype module, no longer imported via *. * Applied DRY to C pointer management, classes that do so subclass from `GDALBase`. * `OGRGeometry`: Added `from_bbox` class method (patch from Christopher Schmidt) and `kml` property. * `SpatialReference`: Now initialize with `SetFromUserInput` (initialization is now more simple and flexible); removed duplicate methods. * `Envelope`: Added `expand_to_include` method and now allow same coordinates for lower left and upper right points. Thanks to Paul Smith for tickets and patches. * `OGRGeomType`: Now treat OGC 'Geometry' type as 'Unknown'. Fixed #9855, #10368, #10380. Refs #9806. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9985 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Merged the gis branch into trunk.Justin Bronn2008-08-051-0/+73
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8219 bcc190cf-cafb-0310-a4f2-bffc1f526a37