2493 Commits

Author SHA1 Message Date
Barend Gehrels
f92671b933 [wkt] support tabs, newlines and code cleanup 2023-01-04 10:57:15 +01:00
Barend Gehrels
6a7224e369 [buffer] add spheroid to buffer strategies as an optional constructor parameter 2022-12-27 12:57:57 +01:00
Barend Gehrels
a908a21efe [overlay] fix cluster by adapting tolerance
Fixes #1081
2022-11-23 14:20:43 +01:00
Vissarion Fisikopoulos
e933682d1c
Merge pull request #1091 from vissarion/fix/custom_point_issue
Fix mutable point issue and typos in boundary_checker.
2022-11-16 16:09:32 +02:00
Vissarion Fisikopoulos
c26217e810 Add test with custom points. 2022-11-16 15:48:01 +02:00
Vissarion Fisikopoulos
7596f674ab
Merge pull request #1074 from vissarion/feature/fix_area_special_case_clean
Fix special case of area for segments that pass through a pole.
2022-11-16 15:05:20 +02:00
Barend Gehrels
75742b0d24 [turn] fix distance measure for equal points
Fixes #1076
2022-11-16 14:00:43 +01:00
Barend Gehrels
455822d6b1 [test] cleanup already succeeding testcases 2022-11-16 14:00:43 +01:00
Barend Gehrels
fcb992de6c [test] add case for issue #1084 2022-11-16 14:00:43 +01:00
Barend Gehrels
09d135464b [buffer] harmonize number of points 2022-11-09 11:46:34 +01:00
Vissarion Fisikopoulos
465024b157 [area] [test] Add test cases for segments passing through the south pole. 2022-10-21 18:43:29 +03:00
Vissarion Fisikopoulos
863e94382c [area] [test] Add test cases with segments passing through the pole. 2022-10-21 17:31:21 +03:00
Vissarion Fisikopoulos
938f6f6bc1
Merge pull request #1046 from vissarion/feature/covered_by_box_mpoly
Support covered_by() for box, geometry combinations
2022-10-13 14:40:33 +03:00
Barend Gehrels
ba23318b1d [buffer] add testcases for (multi) polygon buffer for geographic 2022-10-13 09:40:10 +02:00
Barend Gehrels
475684732c buffer: add end round and join miter 2022-10-12 11:59:48 +02:00
Barend Gehrels
b18db001b8 [test] add optional csv output to view buffer test cases in qgis 2022-09-09 09:54:56 +02:00
Barend Gehrels
49004c5ddd [buffer] add join_round and side_straight for geographic
Including tests and testcode
2022-08-03 11:19:11 +02:00
Vissarion Fisikopoulos
fd295f15c4 Support covered_by(linear,box). 2022-07-28 16:18:55 +03:00
Vissarion Fisikopoulos
fe8bcdf3df Replace typedef with using in covered_by tests. 2022-07-28 13:28:31 +03:00
Vissarion Fisikopoulos
39e46d2a04 Add covered_by(areal, box) non cartesial tests. 2022-07-28 12:50:24 +03:00
Vissarion Fisikopoulos
5b70cedeb6 Support covered_by(box, areal). 2022-07-27 18:02:23 +03:00
Vissarion Fisikopoulos
b4082158b7 Support covered_by(multi_point, box). 2022-07-27 17:14:31 +03:00
Vissarion Fisikopoulos
8472f93658 Merge cartesian covered_by tests in one file 2022-07-27 16:05:57 +03:00
Vissarion Fisikopoulos
6b8c31ee3d Add commented out tests in covered_by that should pass but do not compile 2022-07-27 16:02:43 +03:00
Vissarion Fisikopoulos
b771767df8 Add tests for covered_by(box, areal) cartesian (also activate some uncommented tests) 2022-07-27 16:01:31 +03:00
Vissarion Fisikopoulos
c011ebfb4f
Merge pull request #1015 from vissarion/fix/remove_rescaling_from_set_ops
[tests] Add test case in intersection
2022-07-06 18:30:30 +03:00
Adam Wulkiewicz
d02858e68a [test][buffer] Add missing include 2022-07-06 15:13:17 +02:00
Adam Wulkiewicz
df1e15d32f [test][disjoint] Add missing include 2022-07-06 14:23:34 +02:00
Adam Wulkiewicz
a78532ad8b [test][touches] Add test cases 2022-07-02 01:07:26 +02:00
Adam Wulkiewicz
6402c9d043
Merge pull request #1027 from awulkiew/feature/buffer
Allow const inputs in buffer()
2022-06-29 22:55:01 +02:00
Adam Wulkiewicz
d8d6162404
Merge pull request #1024 from awulkiew/feature/simplify
Allow different input and output types in simplify
2022-06-29 22:54:34 +02:00
Adam Wulkiewicz
12530bf62f
Merge pull request #1017 from awulkiew/feature/gc12
Add support for GC and DG in buffer().
2022-06-29 22:53:27 +02:00
Adam Wulkiewicz
aef3643626 [test][buffer] Fix copyright info 2022-06-29 22:52:12 +02:00
Adam Wulkiewicz
838f276815 Merge branch 'develop' into feature/gc11 2022-06-29 22:28:43 +02:00
Adam Wulkiewicz
b6a367596a
Merge pull request #1011 from awulkiew/feature/gc10
Add support for GC in intersection, sym_difference and union.
2022-06-29 22:11:46 +02:00
Barend Gehrels
2462357198 [buffer] remove close_to_offset and min_distance, add edge_min_fraction 2022-06-29 11:57:24 +02:00
Barend Gehrels
e5613cb8ad [buffer] fix min distance boundary which should not have been used without rescaling
This fixes issue #988
2022-06-29 11:57:24 +02:00
Adam Wulkiewicz
959a5d2d6e [test][buffer] Add test cases for const linestring and ring 2022-06-28 16:00:02 +02:00
Adam Wulkiewicz
ff42f704a7 [test][simplify] Use const quad/ring in tests instead of a ring derived from vector 2022-06-27 16:43:54 +02:00
Adam Wulkiewicz
c5e9fe6c05 [test][covered_by][relate] Replace typedefs with using 2022-06-25 01:22:33 +02:00
Adam Wulkiewicz
a9364a1a88 [test][simplify] Add tests for different input and output geometries. 2022-06-25 00:38:47 +02:00
Adam Wulkiewicz
b96583357c [test][buffer] Add test for GC 2022-06-14 22:56:23 +02:00
Adam Wulkiewicz
b50d517c78 [test][relate] Add test case 2022-06-14 18:14:13 +02:00
Adam Wulkiewicz
a477775ede [test][relate][within] Enable previously failing test cases
Add failing L/L case unrelated to GC support
2022-06-14 00:52:14 +02:00
Adam Wulkiewicz
edc263ba99 [test][relate] Add test for fixed case 2022-06-10 01:48:03 +02:00
Adam Wulkiewicz
735ae17dfc [test][touches] Add test for GC 2022-06-09 13:50:22 +02:00
Adam Wulkiewicz
c07528df3e [test][covered_by] Add GC tests, some not passing because of a bug in relate 2022-06-09 00:07:35 +02:00
Adam Wulkiewicz
1ae58c2696 [test][within][relate] Add GC tests, some not passing because of a bug in relate 2022-06-08 21:58:40 +02:00
Adam Wulkiewicz
fc6ddc9dee [relate][test][equals] Fix relate for GC special case 2022-06-08 19:51:12 +02:00
Adam Wulkiewicz
c4a8ce3ba6 [test][equals][relate] Add tests for GC, some not passing because of a bug in relate 2022-06-08 16:28:49 +02:00