django1/django/contrib/gis/geos
Daniel Wiesmann 32ed4c202f Moved numpy import helper to shortcuts
Numpy will be used in both the geos and gdal modules,
so the import should sit in the parent module gis.
2015-02-09 15:51:19 +01:00
..
prototypes Fixed E265 comment style 2015-02-06 09:30:35 -05:00
tests Moved numpy import helper to shortcuts 2015-02-09 15:51:19 +01:00
LICENSE Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00
__init__.py Dropped support for GEOS < 3.1 2013-12-24 15:57:13 +01:00
base.py Moved numpy import helper to shortcuts 2015-02-09 15:51:19 +01:00
collections.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00
coordseq.py Moved numpy import helper to shortcuts 2015-02-09 15:51:19 +01:00
error.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
factory.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
geometry.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00
io.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
libgeos.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00
linestring.py Moved numpy import helper to shortcuts 2015-02-09 15:51:19 +01:00
mutable_list.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00
point.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00
polygon.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00
prepared.py Fixed #13843 -- Prevented AttributeError during geometry objects deletion 2014-09-12 20:45:59 +02:00