.. |
prototypes
|
Fixed #25961 -- Removed handling of non-thread safe GEOS functions.
|
2017-09-09 10:14:48 -04:00 |
LICENSE
|
Refactored the GEOS interface. Improvements include:
|
2009-03-24 00:12:21 +00:00 |
__init__.py
|
Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the end.
|
2017-08-02 09:30:30 -04:00 |
base.py
|
Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase.
|
2016-12-15 16:59:08 -05:00 |
collections.py
|
Replaced get_pointer_arr() with usage of GEOM_PTR for simplicity.
|
2017-09-06 08:06:36 -04:00 |
coordseq.py
|
Simplified GEOSCoordSeq._checkindex().
|
2017-07-13 12:46:59 -04:00 |
error.py
|
Fixed #25225 -- Simplified code to remove GEOSIndexError
|
2015-08-18 19:10:47 -04:00 |
factory.py
|
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
|
2017-06-28 14:07:55 -04:00 |
geometry.py
|
Moved contrib.gis.geometry.regex to contrib.gis.geometry.
|
2017-09-12 09:51:02 -04:00 |
io.py
|
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
|
2017-02-04 16:39:28 -05:00 |
libgeos.py
|
Fixed #25961 -- Removed handling of non-thread safe GEOS functions.
|
2017-09-09 10:14:48 -04:00 |
linestring.py
|
Refs #28518 -- Improved performance of loading geometries from DB.
|
2017-09-05 09:54:57 -04:00 |
mutable_list.py
|
Removed unneeded iter() calls.
|
2017-08-23 16:48:29 -04:00 |
point.py
|
Refs #28518 -- Improved performance of loading geometries from DB.
|
2017-09-05 09:54:57 -04:00 |
polygon.py
|
Fixed #28860 -- Removed unnecessary len() calls.
|
2017-12-04 10:35:23 -05:00 |
prepared.py
|
Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase.
|
2016-12-15 16:59:08 -05:00 |