summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-28gis: provenance: measure module is released under BSD license, assent given b...Justin Bronn
2007-07-26gis: geographic models may now be tested; started test geographic application...Justin Bronn
2007-07-26gis: geographic queries may now take geos geometry objects as an argument and...Justin Bronn
2007-07-26gis: added spatial database creation utility and fixed a bug in gdal geomtype...Justin Bronn
2007-07-26gis: geos: added srid keyword and added psycopg2 adaptor routines.Justin Bronn
2007-07-26gis: added get_placeholder() routine for the Field class; fixed bug in manage...Justin Bronn
2007-07-24gis: fixed utils bugs related to gdal module name changes.Justin Bronn
2007-07-24gis: gdal: fixed area function, place field pointer within class, integer and...Justin Bronn
2007-07-23gis: Added KML sitemap support.Jeremy Dunck
2007-07-22gis: got rid of CamelCase module names and made minor improvements in gdal; m...Justin Bronn
2007-07-22gis: made gdal srs tests less brittle for platforms with different proj.4 ver...Justin Bronn
2007-07-21gis: big changes within in GEOS internals:Justin Bronn
2007-07-12gis: fixed OGR bug and removed unnecessary imports from GeoMixin.Justin Bronn
2007-07-12gis: lazy-geometry support has landed -- thanks Robert Coup!Justin Bronn
2007-07-12gis: the geometry objects and collections were placed into these modules, mis...Justin Bronn
2007-07-12gis: no more camelcase module names; GEOSGeometry now autodetects WKT or HEXE...Justin Bronn
2007-07-09gis: GEOS library has been re-factored to, changes include:Justin Bronn
2007-07-08gis: Added django.contrib.gis.measure, closing #4797. Thanks, Robert.Jeremy Dunck
2007-07-08gis LayerMapping now supports loading while mapping ForeignKey to other tables.Jeremy Dunck
2007-07-08gis: Switched back to non-generator __getitem__, since even specific-item ind...Jeremy Dunck
2007-07-04gis: made sure to reset the Layer before iteration; LayerMapping now supports...Justin Bronn
2007-07-04gis: fixed mistake where no srs is returned at all from LayerJustin Bronn
2007-07-04gis: Added utils.inspect_data.sample, which allows a shows a convenient bit o...Jeremy Dunck
2007-07-04gis: Return field value from Feature.get based on either field name or the fi...Jeremy Dunck
2007-07-02gis: fixed ticket 4740 with the addition of new exceptions; updated tests for...Justin Bronn
2007-07-02gis: Improved LayerMapping error message when model field doesn't match featu...Jeremy Dunck
2007-07-01gis: Merged revisions 5540-5582 via svnmerge from Jeremy Dunck
2007-06-25gis: Noted test error messages that should be ignored since they're issued by...Jeremy Dunck
2007-06-25gis: Merged revisions 5491-5539 via svnmerge from Jeremy Dunck
2007-06-25gis: added the utils package with the introduction of the LayerMapping class.Justin Bronn
2007-06-25gis: added the Envelope class, used in getting layer and geometry extents; al...Justin Bronn
2007-06-22gis: added support for SolarisJustin Bronn
2007-06-18gis: Merged revisions 4786-5490 via svnmerge from Jeremy Dunck
2007-06-15gis: GDAL improvements; added Driver class, improved tests, removed non-exist...Justin Bronn
2007-06-15gis: GEOSGeometry updates, improved initialization & tests, simplified some r...Justin Bronn
2007-06-09gis: NULL geometries are now allowed (thanks Robert Coup!), field parameter n...Justin Bronn
2007-06-01gis: Added an intial ctypes interface to GDAL/OGRJustin Bronn
2007-05-31gis: Some GEOSGeometry patches, biggest change is that __iter__, __getitem__,...Justin Bronn
2007-05-29gis: Committed todo notes.Jeremy Dunck
2007-05-25gis: (1) fixed WKT admin bug Justin Bronn
2007-05-01gis: width parameter on buffer() should be a double (thanks Todd Small\!). m...Justin Bronn
2007-04-19gis: Fixed segfault on invalid WKT (added test for both invalid HEX and WKT)....Justin Bronn
2007-04-18gis: fixed bugs in GEOSCoordSeq (and added a test case). added preliminary su...Justin Bronn
2007-04-16gis: added GEOSGeometry, a ctypes wrapper for the GEOS library, providing:Justin Bronn
2007-04-11gis: added models for the PostGIS/OGC geometric tables 'spatial_ref_sys' andJustin Bronn
2007-03-31gis: two big changes:Justin Bronn
2007-03-31gis: geographic oldforms, allows editing of geometries as WKT in adminJustin Bronn
2007-03-31gis: module for interfacing with GEOS routines.Justin Bronn
2007-03-29gis: Merged revisions 4799-4809 via svnmerge.Jeremy Dunck
2007-03-29gis: Merged revisions 4796-4797 via svnmergeJeremy Dunck