Django

Code

root/django/branches/gis/django/contrib/gis/gdal


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8034 [8034] 07/21/08 20:10:59 jbronn gis: gdal: Features may now be fetched from OGR layers that do not support …
(edit) @8012 [8012] 07/20/08 16:30:46 jbronn gis: Now use ctypes.util.find_library to get the C library names. This …
(edit) @7880 [7880] 07/10/08 15:33:59 jbronn gis: Fixed #7705; forgot to import get_field_name from the ctypes …
(edit) @7767 [7767] 06/26/08 09:31:03 jbronn gis: Fixed #7540 -- fixed the GeoJSON regex to accept minus signs. …
(edit) @7665 [7665] 06/16/08 11:39:36 jbronn gis: gdal: Fixed #7434 (no real defect, just clarified how to disable …
(edit) @7571 [7571] 06/04/08 12:24:08 jbronn gis: gdal: Made error message when opening an invalid DataSource more …
(edit) @7406 [7406] 04/07/08 16:43:36 jbronn gis: gdal: Added the clone keyword to OGRGeometry.transform; removed …
(edit) @7213 [7213] 03/10/08 15:45:51 jbronn gis: Fixed #6746 by marking safe GoogleMap internal XHTML/JavaScript; …
(edit) @7127 [7127] 02/17/08 21:03:25 jbronn gis: gdal: Fixed new _version_info definition for win32 platforms; made …
(edit) @7114 [7114] 02/14/08 10:33:16 jbronn gis: geos: Added GeoJSON input/output support for GEOSGeometry (requires …
(edit) @7113 [7113] 02/14/08 10:05:44 jbronn gis: gdal: Fixed GDAL version string parsing for development versions; …
(edit) @7107 [7107] 02/12/08 18:38:36 jbronn gis: gdal: Added support for GeoJSON input/output in OGRGeometry.
(edit) @7102 [7102] 02/08/08 13:10:00 jbronn gis: gdal: SpatialReference objects may now be constructed with PROJ.4 …
(edit) @7012 [7012] 01/09/08 13:42:23 jbronn gis: gdal: GeometryCollection.add() now accepts other collections, and …
(edit) @7003 [7003] 01/06/08 16:20:39 jbronn gis: gdal: Fixed Driver and DataSource? bug reported by David Hancock in …
(edit) @6993 [6993] 01/04/08 00:41:13 jbronn gis: gdal: Now supports the official GDAL 1.5 binaries for Windows, …
(edit) @6992 [6992] 01/03/08 13:02:18 jbronn gis: LayerMapping: Improved the internals (i.e., checking every feature …
(edit) @6916 [6916] 12/12/07 21:08:06 jbronn gis: gdal: Fixed bug in the property so that no exception is raised when …
(edit) @6914 [6914] 12/11/07 10:18:48 jbronn gis: gdal: removed errcheck_flag, not needed after all (I misread the C …
(edit) @6862 [6862] 12/03/07 02:16:09 jbronn gis: gdal: Added GDAL_LIBRARY_PATH setting; added tests and extended …
(edit) @6707 [6707] 11/20/07 09:10:20 jbronn gis: gdal: Fixed memory leak introduced in the refactor caused by …
(edit) @6686 [6686] 11/17/07 15:38:36 jbronn gis: gdal: refactor of the GDAL ctypes interface (1) All interactions …
(edit) @6639 [6639] 11/03/07 19:48:10 jbronn gis: gdal: (1) Added the field_widths and field_precision properties …
(edit) @6574 [6574] 10/20/07 23:27:22 jbronn gis: Fixed #5779, thanks tlp; added type checking to …
(edit) @6464 [6464] 10/07/07 15:29:59 jbronn gis: gdal: added support exporting/creating geometries to/from WKB and …
(edit) @6460 [6460] 10/06/07 23:21:31 jbronn gis: gdal: The OGRGeometry srs property is now mutable, and added the …
(edit) @6440 [6440] 09/30/07 10:16:22 jbronn gis: gdal: fixed GML property, and added tests.
(edit) @6436 [6436] 09/29/07 09:02:41 jbronn gis: gdal: OSGeo sprint -- cleaned up spatial references associated with …
(edit) @6421 [6421] 09/24/07 22:55:29 jbronn gis: gdal: The feature and layer modules now uses OGRIndexError.
(edit) @6412 [6412] 09/24/07 15:28:23 jbronn gis: gdal: Changed name of OGRGeometryIndexError to OGRIndexError and …
(edit) @6059 [6059] 09/06/07 23:52:02 jbronn gis: gdal: cleaned up the error module; got rid of relative imports in …
(edit) @6018 [6018] 08/25/07 20:10:53 jbronn gis: Made necessary modifications for unicode, manage refactor, backend …
(edit) @5761 [5761] 07/25/07 21:00:38 jbronn gis: added spatial database creation utility and fixed a bug in gdal …
(edit) @5754 [5754] 07/23/07 22:20:42 jbronn gis: gdal: fixed area function, place field pointer within class, integer …
(edit) @5749 [5749] 07/22/07 00:13:22 jbronn gis: got rid of CamelCase module names and made minor improvements in …
(edit) @5633 [5633] 07/08/07 02:06:53 jdunck gis: Switched back to non-generator getitem, since even specific-item …
(edit) @5613 [5613] 07/04/07 10:27:01 jbronn gis: made sure to reset the Layer before iteration; LayerMapping? now …
(edit) @5606 [5606] 07/04/07 03:30:03 jbronn gis: fixed mistake where no srs is returned at all from Layer
(edit) @5605 [5605] 07/04/07 01:55:32 jdunck gis: Added utils.inspect_data.sample, which allows a shows a convenient …
(edit) @5604 [5604] 07/04/07 01:52:40 jdunck gis: Return field value from Feature.get based on either field name or the …
(edit) @5587 [5587] 07/02/07 18:47:40 jbronn gis: fixed ticket 4740 with the addition of new exceptions; updated tests …
(edit) @5586 [5586] 07/02/07 10:45:46 jdunck gis: Improved LayerMapping? error message when model field doesn't match …
(edit) @5527 [5527] 06/24/07 20:29:01 jbronn gis: added the Envelope class, used in getting layer and geometry extents; …
(edit) @5510 [5510] 06/21/07 20:25:09 jbronn gis: added support for Solaris
(edit) @5478 [5478] 06/15/07 01:02:04 jbronn gis: GDAL improvements; added Driver class, improved tests, removed …
(add) @5397 [5397] 05/31/07 20:15:35 jbronn gis: Added an intial ctypes interface to GDAL/OGR (1) SpatialReference?
Note: See TracRevisionLog for help on using the revision log.