.. |
prototypes
|
Peform smarter version detection of GDAL so development versions are supported.
|
2010-03-25 20:00:27 +00:00 |
tests
|
Fixed regression introduced in r13755 that prevented the running of the GEOS/GDAL test suites without configuring Django settings; moved reference geometry data from Python module to compressed JSON fixture; put in workaround in tests for GDAL bug #3783.
|
2010-11-01 21:56:48 +00:00 |
LICENSE
|
Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include:
|
2009-03-07 23:02:48 +00:00 |
__init__.py
|
Peform smarter version detection of GDAL so development versions are supported.
|
2010-03-25 20:00:27 +00:00 |
base.py
|
Fixed #11609 -- The `check_pointer` error checking routine and `GDALBase._set_ptr` are now able to handle the long pointer addresses used by some x86_64 platforms. Thanks, rmkemker, for the bug report.
|
2009-12-27 09:06:33 +00:00 |
datasource.py
|
Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include:
|
2009-03-07 23:02:48 +00:00 |
driver.py
|
Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include:
|
2009-03-07 23:02:48 +00:00 |
envelope.py
|
Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include:
|
2009-03-07 23:02:48 +00:00 |
error.py
|
Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include:
|
2009-03-07 23:02:48 +00:00 |
feature.py
|
Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include:
|
2009-03-07 23:02:48 +00:00 |
field.py
|
Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include:
|
2009-03-07 23:02:48 +00:00 |
geometries.py
|
Fixed #13256 -- `OGRGeometry` no longer raises an exception when compared to instances of different types. Thanks, ninowalker for the bug report.
|
2010-04-01 16:56:55 +00:00 |
geomtype.py
|
`OGRGeomType` now recognizes 2.5D types, and removes need for unnecessary workaround in `Layer.geom_type`; corrected geometry type in test VRT file. Refs #11433.
|
2009-11-14 23:25:44 +00:00 |
layer.py
|
Added support for spatially filtering what OGR features are returned in iteration via the `Layer.spatial_filter` property.
|
2009-11-10 01:54:35 +00:00 |
libgdal.py
|
Fixed #13779 -- Can now discover GDAL 1.7 from debian-based packages. Thanks to Leo for bug report and patch.
|
2010-06-23 17:17:22 +00:00 |
srs.py
|
Fixed #11509 -- Modified usage of "Web" to match our style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch.
|
2010-10-09 08:12:50 +00:00 |