Sergey Fedoseev
|
24023c6a8f
|
Fixed #25874 -- Made GEOSGeometry read SRID from GeoJSON input.
|
2017-04-01 15:35:30 -04:00 |
Sergey Fedoseev
|
6ecccad711
|
Fixed #25873 -- Made GEOSGeometry handle the srid parameter more predictably.
|
2017-03-30 09:38:26 -04:00 |
Sergey Fedoseev
|
4bc355079c
|
Fixed #27973 -- Fixed GeoJSON representation of LinearRing and custom GEOSGeometry subclasses.
|
2017-03-29 13:17:31 -04:00 |
Vytis Banaitis
|
8838d4dd49
|
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
|
2017-02-01 11:41:56 -05:00 |
chillaranand
|
d6eaf7c018
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
Tim Graham
|
7aba69145d
|
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
|
2017-01-20 08:17:20 -05:00 |
Simon Charette
|
cecc079168
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +01:00 |
Claude Paroz
|
2b281cc35e
|
Refs #23919 -- Removed most of remaining six usage
Thanks Tim Graham for the review.
|
2017-01-18 21:33:28 +01:00 |
Claude Paroz
|
7b2f2e74ad
|
Refs #23919 -- Removed six.<various>_types usage
Thanks Tim Graham and Simon Charette for the reviews.
|
2017-01-18 20:18:46 +01:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
Tim Graham
|
7e63e84572
|
Refs #25773 -- Removed deprecated geos.MultiPolygon.cascaded_union property.
|
2017-01-17 20:52:02 -05:00 |
Tim Graham
|
997c9f7099
|
Refs #25665 -- Removed deprecated getter/setter of Point.tuple.
|
2017-01-17 20:52:02 -05:00 |
Tim Graham
|
19d8e64ac3
|
Refs #25665 -- Removed deprecated getters/setters of Point coordinate properties.
|
2017-01-17 20:52:02 -05:00 |
Tim Graham
|
a0149848f7
|
Refs #25665 -- Removed GEOSGeometry.get/set_srid() per deprecation timeline.
|
2017-01-17 20:52:01 -05:00 |
Sergey Fedoseev
|
b01ceae843
|
Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase.
|
2016-12-15 16:59:08 -05:00 |
Sergey Fedoseev
|
9b79281e31
|
Fixed #27472 -- Fixed GEOSGeometry('POINT EMPTY').transform crash.
|
2016-12-08 10:24:05 -05:00 |
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 |