.. |
prototypes
|
Fixed #25722 -- Added the GEOSGeometry.covers() method.
|
2015-11-20 12:36:03 -05:00 |
LICENSE
|
Refactored the GEOS interface. Improvements include:
|
2009-03-24 00:12:21 +00:00 |
__init__.py
|
Fixed #25225 -- Simplified code to remove GEOSIndexError
|
2015-08-18 19:10:47 -04:00 |
base.py
|
Removed many HAS_GEOS conditional imports
|
2015-04-24 20:30:23 +02:00 |
collections.py
|
Fixed #25773 -- Deprecated the geos.MultiPolygon.cascaded_union property.
|
2015-11-25 17:31:24 -05:00 |
coordseq.py
|
Fixed #25225 -- Simplified code to remove GEOSIndexError
|
2015-08-18 19:10:47 -04:00 |
error.py
|
Fixed #25225 -- Simplified code to remove GEOSIndexError
|
2015-08-18 19:10:47 -04:00 |
factory.py
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
geometry.py
|
Fixed #25722 -- Added the GEOSGeometry.covers() method.
|
2015-11-20 12:36:03 -05:00 |
io.py
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
libgeos.py
|
Rearranged imports in geos files
|
2015-04-24 20:30:23 +02:00 |
linestring.py
|
Refs #25663 -- Fixed checking of the number of points for LineString if initialized from numpy.array.
|
2015-11-23 17:36:06 -05:00 |
mutable_list.py
|
Fixed #25225 -- Simplified code to remove GEOSIndexError
|
2015-08-18 19:10:47 -04:00 |
point.py
|
Fixed #25665 -- Deprecated getter/setter of Point.tuple.
|
2015-11-18 12:06:03 -05:00 |
polygon.py
|
Fixed E265 comment style
|
2015-02-06 09:30:35 -05:00 |
prepared.py
|
Fixed #25655 -- Dropped support for GEOS < 3.3
|
2015-11-01 20:41:52 +01:00 |