django1/django/contrib/gis/gdal
Claude Paroz 6eda8d784a Enlarged exception catching when testing for GDAL presence
Other import errors than ImportError can happen during import of
GDAL files (e.g. OGRException). Some further auditing may be needed
if we want to restrict the catched exceptions at a later stage.
Thanks Ramiro Morales for raising the issue.
2012-09-24 16:06:04 +02:00
..
prototypes [py3] Fixed GEOS/GDAL tests 2012-09-23 19:59:27 +02:00
tests [py3] Fixed GEOS/GDAL tests 2012-09-23 19:59:27 +02:00
LICENSE Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include: 2009-03-07 23:02:48 +00:00
__init__.py Enlarged exception catching when testing for GDAL presence 2012-09-24 16:06:04 +02:00
base.py [py3] Removed longs. 2012-07-22 09:29:53 +02:00
datasource.py [py3] Fixed GEOS/GDAL tests 2012-09-23 19:59:27 +02:00
driver.py [py3] Fixed GEOS/GDAL tests 2012-09-23 19:59:27 +02:00
envelope.py [py3] Fixed GEOS/GDAL tests 2012-09-23 19:59:27 +02:00
error.py Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. Thanks, DaNmarner 2011-03-14 23:00:03 +00:00
feature.py [py3] Fixed GEOS/GDAL tests 2012-09-23 19:59:27 +02:00
field.py Fixed an obsolete comment. 2011-10-31 18:54:24 +00:00
geometries.py [py3] Fixed GEOS/GDAL tests 2012-09-23 19:59:27 +02:00
geomtype.py [py3] Replaced basestring by six.string_types. 2012-07-22 09:29:54 +02:00
layer.py [py3] Fixed GEOS/GDAL tests 2012-09-23 19:59:27 +02:00
libgdal.py [py3] Fixed GEOS/GDAL tests 2012-09-23 19:59:27 +02:00
srs.py [py3] Fixed GEOS/GDAL tests 2012-09-23 19:59:27 +02:00