9403 Commits

Author SHA1 Message Date
Adam Wulkiewicz
b051ccdb1f test: add cmake files for rtree tests 2025-03-05 00:04:34 +01:00
Adam Wulkiewicz
fb99e6f3e8 test: divide rtree_with_strategies test into multiple files 2025-03-04 23:05:14 +01:00
Adam Wulkiewicz
eeeb75a917
Merge pull request #1368 from awulkiew/fix/rtree_strategies
fix: pass umbrella strategies in rtree spatial predicates
2025-01-20 22:58:18 +01:00
Adam Wulkiewicz
4178becbab test: add parentheses, change names in rtree strategies test 2025-01-17 23:46:10 +01:00
Barend Gehrels
b93561729d feat: include changes and tests changes 2025-01-17 19:05:08 +01:00
Vissarion Fisikopoulos
3fc2739fe1
Merge pull request #1361 from tinko92/test/random-integer-grid
Test set operations on random grids with integer coordinates
2025-01-17 16:08:34 +02:00
Adam Wulkiewicz
cb59e0e82c test: add test for rtree with strategies in undefined cs 2025-01-16 21:44:00 +01:00
Adam Wulkiewicz
cce708e4ba fix: pass umbrella strategies in rtree spatial predicates 2025-01-16 21:43:20 +01:00
Adam Wulkiewicz
47d398a091
Merge pull request #1364 from awulkiew/fix/strategies
Fix several strategies (add getters, fix compilation error and warning)
2025-01-16 15:05:01 +01:00
Adam Wulkiewicz
c661868894 fix: services in geo distance_cross_track_box_box 2025-01-15 23:11:25 +01:00
Adam Wulkiewicz
8cbbb605c7 fix: Add const and references in distance cross track strategies 2025-01-15 23:11:12 +01:00
Adam Wulkiewicz
3bedb43f1d fix: add closest_ponts and centroid getters to higher level umbrella strategies 2025-01-15 23:10:49 +01:00
Adam Wulkiewicz
225c4f2346 fix: compilation error for geometries using different point types
in sph distance_cross_track_box_box
2025-01-15 23:10:32 +01:00
Adam Wulkiewicz
9cedac0253 fix: type conversion warning in geo distance_cross_track 2025-01-15 23:08:56 +01:00
Adam Wulkiewicz
fe817e6247
Merge pull request #1365 from awulkiew/fix/warning
[formulas] Fix warning (variable hiding member) in sjoberg_intersection
2025-01-13 14:37:49 +01:00
Adam Wulkiewicz
2ee3d892bc
[readme] Fix badges of GitHub workflows 2025-01-12 15:38:35 +01:00
Adam Wulkiewicz
2a5b6689a5 [formulas] Fix warning (variable hiding member) in sjoberg_intersection 2025-01-12 14:55:08 +01:00
Barend Gehrels
cda90e5cff refactor: removed unused functionality and minor changes preparing next pr 2025-01-10 18:42:45 +01:00
Barend Gehrels
d7204cff3c test: use geojson in overlay test 2025-01-10 18:32:51 +01:00
Barend Gehrels
9096bf57c0 extension: add geojson writer 2025-01-10 18:32:51 +01:00
Barend Gehrels
1986906b75 feat: prepare dsv for geojson 2025-01-10 18:32:51 +01:00
Barend Gehrels
41709b5717 test: add test cases 2025-01-10 18:32:05 +01:00
Tinko Sebastian Bartels
50c20ad3ee Add statistics, verbosity, fixed bit pattern options to random_integer_grids test. 2025-01-10 22:40:55 +08:00
Tinko Sebastian Bartels
d0e01bed55 Test for overlay operations on random grids with integer coordinates. 2025-01-08 23:48:12 +08:00
Barend Gehrels
82ef735271 test: add set_ops_areal_areal which tests all operations 2024-12-10 19:02:45 +01:00
Barend Gehrels
54b300ab37 test: verify failures and remove some rescaling remainings 2024-12-09 18:22:08 +01:00
Vissarion Fisikopoulos
a9c3a242ca
Merge pull request #1346 from barendgehrels/fix/issue-1345
fix: add condition to handle_imperfect_touch
2024-11-25 14:12:16 +01:00
Vissarion Fisikopoulos
372e86c391
Merge pull request #1347 from barendgehrels/fix/issue-893-and-1299
Fix/issue 893 and 1299
2024-11-25 14:11:36 +01:00
Barend Gehrels
c5fe72bf21 chore: update release notes for issue 893 and 1299 2024-11-24 15:42:08 +01:00
Barend Gehrels
ff033a3d4e fix: avoid blocking rings for some non union conditions
Fixes #893

Fixes #1299
2024-11-24 15:41:59 +01:00
Barend Gehrels
68d41297fd chore: update release notes for issue 1288 2024-11-24 11:10:58 +01:00
Barend Gehrels
0edb67322d fix: add condition to handle_as_touch
Fixes #1288
2024-11-24 11:10:47 +01:00
Barend Gehrels
cd4deda8e8 chore: update release notes for issue 1345 2024-11-20 17:20:59 +01:00
Barend Gehrels
aa2162f56b fix: add condition to handle_imperfect_touch
Fixes #1345
2024-11-20 17:20:59 +01:00
Barend Gehrels
d7698b1c8a fix: distinguish turn to discard in case of start turns
Fixes #1342
2024-11-18 18:09:50 +01:00
Barend Gehrels
ef77c4b9d4 chore: update release notes for issue 1324 2024-11-18 18:09:50 +01:00
Barend Gehrels
37d0528672 chore: update release notes for 1.87 2024-11-18 18:09:50 +01:00
Barend Gehrels
2978d54651 chore: update release notes 2024-11-16 08:56:19 +01:00
Barend Gehrels
792428dca4 fix: extra round over ring in #1226 and #1326
This can occur in a sequence of touch and then touch_interior
2024-11-16 08:56:19 +01:00
Barend Gehrels
e78a9fd3f5 chore: replace typedef with using in overlay 2024-11-13 15:27:00 +01:00
Vissarion Fisikopoulos
2acb7eb0c3
Merge pull request #1337 from vissarion/fix/typo
chore: Fix typo in type alias
2024-11-05 15:40:19 +02:00
Vissarion Fisikopoulos
8411c997d4 chore: Fix typo in type alias 2024-11-05 10:45:28 +02:00
Barend Gehrels
b98ea78b25 chore: modernize ring and related types to ring_t and related 2024-11-04 19:32:20 +01:00
Vissarion Fisikopoulos
74b7900224
Merge pull request #1334 from vissarion/fix/extensions
Fix extensions
2024-11-04 16:22:31 +02:00
Barend Gehrels
60ad3bdd6f chore: replace typename coordinate_system with coordinate_system_t and add detail meta function coordinate_system_unit 2024-11-01 19:35:05 +01:00
Barend Gehrels
7d4c687fd8 chore: replace typename tag / cs_tag with tag_t / cs_tag_t 2024-10-31 20:04:30 +01:00
Vissarion Fisikopoulos
a666d638ee ext: Modify and remove old examples. 2024-10-31 16:19:05 +02:00
Vissarion Fisikopoulos
ebeac9def7 ext: Add missing header files and adjust namespace. 2024-10-31 16:17:56 +02:00
Vissarion Fisikopoulos
2bdfb423b4 fix: Change namespace scope. 2024-10-31 16:14:53 +02:00
Barend Gehrels
08a71cf124 chore: change coordinate_type to coordinate_type_t and use 'using' at those places 2024-10-30 14:24:54 +01:00