Sergey Fedoseev
|
65a1f32319
|
Refs #27472 -- Fixed GEOSGeometry('POINT EMPTY').ogr crash.
|
2016-12-08 10:24:05 -05:00 |
Sergey Fedoseev
|
b90d72facf
|
Refs #26789 -- Fixed output of WKBWriter for empty points and polygons.
|
2016-12-06 13:58:22 -05:00 |
Claude Paroz
|
cc9e429701
|
Fixed #27557 -- Casted GEOSGeometry only when necessary
Thanks Pete Flugstad for the report, and Tim Graham for the review.
|
2016-11-30 17:49:41 +01:00 |
Sergey Fedoseev
|
21322f9271
|
Fixed #27552 -- Added docs/test for GEOSGeometry.normalize().
|
2016-11-30 07:39:03 -05:00 |
Jackie Leng
|
50613d957a
|
Fixed #26920 -- Made GEOSGeometry equality check consider the srid
|
2016-11-23 09:23:06 +01:00 |
Ramin Farajpour Cami
|
967be82443
|
Fixed E305 flake8 warnings.
|
2016-11-14 12:30:46 -05:00 |
Sergey Fedoseev
|
5ce660cd65
|
Fixed #25940 -- Added OGRGeometry.from_gml() and GEOSGeometry.from_gml().
|
2016-06-21 15:46:27 -04:00 |
Claude Paroz
|
f7a363ee1d
|
Fixed #26753 -- Made GDAL a required dependency for contrib.gis
Thanks Tim Graham for the review.
|
2016-06-18 10:58:02 +02:00 |
Jon Dufresne
|
4f336f6652
|
Fixed #26747 -- Used more specific assertions in the Django test suite.
|
2016-06-16 14:19:18 -04:00 |
Tim Graham
|
d7334b405f
|
Refs #26333 -- Reverted inadvertent edits to fix tests.
|
2016-05-13 12:21:44 -04:00 |
Nicolas Noé
|
e158ec0ba0
|
Fixed #26333 -- Made GIS Geometry classes deconstructible.
|
2016-05-13 11:30:19 -04:00 |
Claude Paroz
|
9686c888d6
|
Fixed #25951 -- Trimmed default representation of GEOSGeometry
Thanks Sergey Fedoseev for the report.
|
2016-04-17 15:31:12 +02:00 |
Claude Paroz
|
10c53385f8
|
Fixed #26510 -- Allowed dim/trim/precision as WKTWriter init arguments
Thanks Tim Graham for the review.
|
2016-04-16 19:51:00 +02:00 |
Claude Paroz
|
d419b0c9bd
|
Converted property syntax of WKBWriter
|
2016-04-16 19:51:00 +02:00 |
Tim Graham
|
92053acbb9
|
Fixed E128 flake8 warnings in tests/.
|
2016-04-08 10:12:33 -04:00 |
Tim Graham
|
2cd2d18851
|
Fixed W503 flake8 warnings.
|
2016-04-04 17:14:26 -04:00 |
Hasan
|
3d0dcd7f5a
|
Refs #26022 -- Used context manager version of assertRaises in tests.
|
2016-01-29 12:32:18 -05:00 |
Tim Graham
|
59ef6559a3
|
Reverted #25961 -- Removed handling of thread-non-safe GEOS functions.
This reverts commit 312fc1af7b as it seems
to cause segmentation faults as described in the ticket.
|
2016-01-07 18:54:41 -05:00 |
Sergey Fedoseev
|
312fc1af7b
|
Fixed #25961 -- Removed handling of thread-non-safe GEOS functions.
|
2015-12-23 08:02:37 -05:00 |
Sergey Fedoseev
|
5d348bba31
|
Fixed #25950 -- Added support for GEOSisClosed.
|
2015-12-22 16:54:02 -05:00 |
Sergey Fedoseev
|
c984e2bc15
|
Fixed #25869 -- Added trim and precision properties to WKTWriter.
|
2015-12-18 19:44:43 +01:00 |
Sergey Fedoseev
|
5146e2cf98
|
Fixed #25662 -- Allowed creation of empty GEOS geometries.
|
2015-12-14 13:29:38 -05:00 |
Sergey Fedoseev
|
f920be7c32
|
Fixed #25773 -- Deprecated the geos.MultiPolygon.cascaded_union property.
|
2015-11-25 17:31:24 -05:00 |
Sergey Fedoseev
|
229fc793a0
|
Refs #25663 -- Fixed checking of the number of points for LineString if initialized from numpy.array.
|
2015-11-23 17:36:06 -05:00 |
Sergey Fedoseev
|
ccc8f67b77
|
Fixed #25722 -- Added the GEOSGeometry.covers() method.
|
2015-11-20 12:36:03 -05:00 |
Sergey Fedoseev
|
b54de853e0
|
Removed skipIf for GEOSTest.test_linearref which already exists at class level.
|
2015-11-20 07:33:39 -05:00 |
Sergey Fedoseev
|
034dfbfc05
|
Fixed #25654 -- Added the GEOSGeometry.unary_union property.
|
2015-11-18 19:17:16 -05:00 |
Sergey Fedoseev
|
1e35dd1a05
|
Fixed #25663 -- Added checking of the number of points for LinearRing and LineString.
|
2015-11-18 18:36:10 -05:00 |
Sergey Fedoseev
|
7a452c5ce2
|
Fixed #25665 -- Deprecated getter/setter of Point.tuple.
|
2015-11-18 12:06:03 -05:00 |
Sergey Fedoseev
|
7803f429a4
|
Refs #25665 -- Deprecated getters/setters of Point coordinate properties.
|
2015-11-18 11:57:26 -05:00 |
Sergey Fedoseev
|
b7177cc2a4
|
Refs #25665 -- Deprecated getter/setter of GEOSGeometry.srid.
|
2015-11-18 11:49:48 -05:00 |
Claude Paroz
|
24c1605aa0
|
Fixed GIS test failures when GDAL is not installed
Thanks Iacopo Spalletti for the report and testing.
|
2015-11-07 15:12:54 +01:00 |
Sergey Fedoseev
|
1b598b4b42
|
Fixed #25661 -- Fixed checking number of points during list assignment for `LinearRing`.
|
2015-11-02 22:38:33 +01:00 |
Sergey Fedoseev
|
03c6ad7ad4
|
Fixed #25664 -- Fixed `dims` for `Point`
|
2015-11-02 19:52:16 +01:00 |
Sergey Fedoseev
|
b78226cd3d
|
Fixed #25655 -- Dropped support for GEOS < 3.3
|
2015-11-01 20:41:52 +01:00 |
Sergey Fedoseev
|
a7bb5af50b
|
Fixed #25583 -- Allowed calling `transform` with `CoordTransform` even if SRID is invalid.
|
2015-10-24 11:39:24 -04:00 |
Sergey Fedoseev
|
a272db7008
|
Fixed #25580 -- Allowed `None` to be set as SRID value.
|
2015-10-21 09:35:17 +02:00 |
Tim Graham
|
197b187810
|
Fixed #25225 -- Simplified code to remove GEOSIndexError
The test is a regression for refs #4740 to show that the original
fix of GEOSIndexError is no longer needed.
|
2015-08-18 19:10:47 -04:00 |
Claude Paroz
|
19fcf083d3
|
Replaced try/finally by mock.patch in geos tests
|
2015-07-18 15:34:40 +02:00 |
Alasdair Nicol
|
eaeea6f947
|
Fixed #24714 -- Used more specific assertions than assertEqual in tests.
|
2015-04-28 09:31:04 -04:00 |
Claude Paroz
|
d9bcba9b29
|
Removed many HAS_GEOS conditional imports
|
2015-04-24 20:30:23 +02:00 |
Tim Graham
|
ad0be620ae
|
Moved contrib.gis tests out of contrib.
|
2015-02-11 10:29:54 -05:00 |