django1/django/contrib/gis/gdal
Claude Paroz 9a2bceed1a Use smarter string decoding in GeoDjango
The first try to solve the Python 3 GIS encoding/decoding issue
was too naive. Using decode() on all read strings is bound to fail
as soon as a non-ascii string is concerned.
This patch is a little more clever, leaving ascii decoding when
plain ascii strings are expected, and allowing to specify a custom
encoding in DataSource hierarchy.
2012-10-08 18:24:42 +02:00
..
prototypes Use smarter string decoding in GeoDjango 2012-10-08 18:24:42 +02:00
tests Use smarter string decoding in GeoDjango 2012-10-08 18:24:42 +02:00
LICENSE Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include: 2009-03-07 23:02:48 +00:00
__init__.py Removed unused and undocumented gdal_release_date function 2012-10-04 22:35:59 +02:00
base.py [py3] Removed longs. 2012-07-22 09:29:53 +02:00
datasource.py Use smarter string decoding in GeoDjango 2012-10-08 18:24:42 +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 Use smarter string decoding in GeoDjango 2012-10-08 18:24:42 +02:00
field.py Use smarter string decoding in GeoDjango 2012-10-08 18:24:42 +02: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 Use smarter string decoding in GeoDjango 2012-10-08 18:24:42 +02:00
libgdal.py Need to catch `ImproperlyConfigured` to be freed from the schackles of `DJANGO_SETTINGS_MODULE`. 2012-10-05 14:38:01 -07:00
srs.py Use smarter string decoding in GeoDjango 2012-10-08 18:24:42 +02:00