David Smith
|
e74b3d724e
|
Bumped minimum isort version to 5.1.0.
Fixed inner imports per isort 5.
isort 5.0.0 to 5.1.0 was unstable.
|
2020-07-30 10:58:59 +02:00 |
Claude Paroz
|
d4c5ef3ebb
|
Renamed PROJ.4 to PROJ.
|
2020-05-13 10:30:30 +02:00 |
Claude Paroz
|
58f1b07e49
|
Fixed #30678 -- Added support for GDAL 3.
|
2020-05-12 09:06:06 +02:00 |
Jon Dufresne
|
d6aff369ad
|
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
The method has been available since Python 3.6. The shorter syntax is
also marginally faster.
|
2020-05-11 12:01:28 +02:00 |
Sergey Fedoseev
|
486a8dae2d
|
Removed unused **kwargs from GEOSFuncFactory.__call__().
|
2020-01-22 15:40:39 +05:00 |
Sergey Fedoseev
|
7b77505bc9
|
Removed unused *args and **kwargs from GEOSFuncFactory.__init__().
Follow-up to ff17ef1ada .
|
2020-01-22 15:19:34 +05:00 |
Sergey Fedoseev
|
a905891159
|
Removed unneeded int() call in GEOSCoordSeq.__len__().
|
2020-01-22 14:25:32 +05:00 |
Sergey Fedoseev
|
b753e0e750
|
Removed unused GEOSFuncFactory subclasses.
Unused since 2d18c60fbb .
|
2020-01-21 22:54:22 +01:00 |
Sergey Fedoseev
|
f2a725fba3
|
Fixed #30274 -- Prevented segmentation fault on LineString iteration.
This reverts commit 138a78ec8c and adds
a test for the regression.
|
2020-01-21 21:46:47 +01:00 |
Sergey Fedoseev
|
6bbf9a20e2
|
Fixed #29770 -- Added LinearRing.is_counterclockwise property.
|
2019-10-25 14:28:26 +02:00 |
Sergey Fedoseev
|
af8dbbe0d5
|
Updated link to GEOS C API header.
|
2019-10-21 15:25:49 +02:00 |
Claude Paroz
|
3c6d32e0b2
|
Fixed #30552 -- Fixed loss of SRID when calling reverse() on LineString/Point.
Thanks Mariusz Felisiak for contributing the Point part.
|
2019-07-27 20:12:46 +02:00 |
Tim Graham
|
ea87a85fad
|
Dropped support for GEOS 3.4.
|
2019-02-09 08:40:55 -05:00 |
Aymeric Augustin
|
3bb6a4390c
|
Refs #27753 -- Favored force/smart_str() over force/smart_text().
|
2019-02-06 14:12:06 -05:00 |
Jon Dufresne
|
7785e03ba8
|
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Used more specific errors (e.g. FileExistsError) as appropriate.
|
2019-01-28 11:15:06 -05:00 |
Claude Paroz
|
e7e5505902
|
Fixed #29959 -- Cached GEOS version in WKBWriter class.
Regression in f185d929fa .
|
2018-11-16 14:45:21 -05:00 |
Sergey Fedoseev
|
8ef8bc0f64
|
Refs #28909 -- Simplifed code using unpacking generalizations.
|
2018-09-28 09:57:12 -04:00 |
Sergey Fedoseev
|
553c24018e
|
Removed unneeded list() calls in list.extend() argument.
|
2018-09-25 11:30:43 -04:00 |
Sergey Fedoseev
|
4441778c26
|
Simplified ListMixin.sort().
|
2018-09-17 10:54:37 -04:00 |
Sergey Fedoseev
|
3411c5551a
|
Refs #27472 -- Fixed crash during pickling of empty GEOS point.
|
2018-07-09 11:02:12 -04:00 |
Tim Graham
|
7a266e25be
|
Fixed 'invalid escape sequence' warning in GEOSGeometryBase.from_ewkt().
|
2018-06-09 09:27:33 +02:00 |
Tim Graham
|
f185d929fa
|
Fixed #29460 -- Added support for GEOS 3.6.
|
2018-05-31 11:35:59 -04:00 |
Stanislav Karpov
|
6d794fb762
|
Fixed #28960 -- Added GEOSGeometry.buffer_with_style().
|
2018-02-10 19:45:58 -05:00 |
Mariusz Felisiak
|
b002a032f9
|
Fixed #29054 -- Fixed a regression where a queryset that annotates with geometry objects crashes.
Made GEOSGeometryBase hashable.
Regression in 19b2dfd1bf .
Thanks Tim Graham for the review.
|
2018-01-27 11:12:11 +01:00 |
Дилян Палаузов
|
a38ae914d8
|
Fixed #28996 -- Simplified some boolean constructs and removed trivial continue statements.
|
2018-01-12 12:44:50 -05:00 |
Дилян Палаузов
|
d7b2aa24f7
|
Fixed #28982 -- Simplified code with and/or.
|
2018-01-03 20:12:23 -05:00 |
Nick Pope
|
d13a9e44de
|
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
|
2017-12-11 07:08:45 -05:00 |
Дилян Палаузов
|
d2afa5eb23
|
Fixed #28860 -- Removed unnecessary len() calls.
|
2017-12-04 10:35:23 -05:00 |
Tim Graham
|
2a4b331348
|
Moved contrib.gis.geometry.regex to contrib.gis.geometry.
|
2017-09-12 09:51:02 -04:00 |
Sergey Fedoseev
|
bd903e8a6e
|
Fixed #28570 -- Dropped support for GEOS 3.3.x.
Removed setting SRID in GEOSGeometry.clone() which was only required
in GEOS 3.3.0.
|
2017-09-11 13:57:24 -04:00 |
Sergey Fedoseev
|
8b5a29800c
|
Fixed #25961 -- Removed handling of non-thread safe GEOS functions.
|
2017-09-09 10:14:48 -04:00 |
Sergey Fedoseev
|
ff17ef1ada
|
Simplified GEOSFuncFactory.
|
2017-09-08 10:38:30 -04:00 |
Sergey Fedoseev
|
a8ad1e3216
|
Replaced get_pointer_arr() with usage of GEOM_PTR for simplicity.
|
2017-09-06 08:06:36 -04:00 |
Sergey Fedoseev
|
2ef4b4795e
|
Refs #28518 -- Improved performance of loading geometries from DB.
|
2017-09-05 09:54:57 -04:00 |
Sergey Fedoseev
|
44ce308281
|
Simplified contrib.gis.geos.prototypes by replacing c_char with c_byte.
|
2017-08-29 14:50:24 -04:00 |
Sergey Fedoseev
|
f2b93b509c
|
Removed unneeded iter() calls.
A few of these were unnecessarily added in 2b281cc35e .
|
2017-08-23 16:48:29 -04:00 |
Tim Graham
|
78c155cf2e
|
Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the end.
|
2017-08-02 09:30:30 -04:00 |
Sergey Fedoseev
|
5ccbcc5bf6
|
Fixed #28433 -- Made GEOSGeometry.__eq__() work correctly with non-canonical EWKT string.
|
2017-07-26 09:42:02 -04:00 |
Sergey Fedoseev
|
59cad72636
|
Simplified GEOSCoordSeq._checkindex().
|
2017-07-13 12:46:59 -04:00 |
Sergey Fedoseev
|
8ab2ae4404
|
Removed unneeded index check in LineString._set_single() as index is already checked in __getitem__().
Unneeded since its introduction in 66e1670efa .
|
2017-07-13 11:41:00 -04:00 |
Sergey Fedoseev
|
ce834d0891
|
Removed unused ListMixin._checkindex() correct kwarg.
Unused since its introduction in 66e1670efa .
|
2017-07-13 11:39:06 +05:00 |
Sergey Fedoseev
|
815a0bb80d
|
Refs #28020 -- Removed obsolete GeometryCollection.json.
Unused since 12d0567aa5 .
|
2017-07-12 15:11:11 -04:00 |
Sergey Fedoseev
|
138a78ec8c
|
Made LineString.__iter__() return iter() from internal GEOSCoordSeq both for simplicity and performance.
|
2017-07-12 22:13:57 +05:00 |
Sergey Fedoseev
|
2d18c60fbb
|
Removed unused prototypes for deprecated GEOS functions.
|
2017-06-29 14:40:21 -04:00 |
Mads Jensen
|
550cb3a365
|
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
|
2017-06-28 14:07:55 -04:00 |
chillaranand
|
08bda82c23
|
Fixed #27830 -- Used distutils.version.LooseVersion for version parsing.
|
2017-06-13 10:53:39 -04:00 |
Tim Graham
|
b014de011b
|
Removed obsolete HAS_GEOS variable for test skipping.
|
2017-05-04 20:45:18 -04:00 |
Sergey Fedoseev
|
6d5bb6ae9e
|
Refs #28024 -- Optimized LineString.__init__() by avoiding superfluous index and dimension checks.
|
2017-04-13 11:30:26 +05:00 |
Sergey Fedoseev
|
ebaa08b3ae
|
Refs #28024 -- Optimized GEOSCoordSeq.__setitem__() by avoiding superfluous index and dimension checks.
|
2017-04-11 12:46:41 -04:00 |
Sergey Fedoseev
|
a296a43309
|
Refs #28024 -- Optimized GEOSCoordSeq.__getitem__() by avoiding superfluous index and dimension checks.
|
2017-04-11 12:46:41 -04:00 |