Adam Wulkiewicz
|
820451a0c9
|
[distance] Add support for DG/GC in distance().
|
2021-10-11 13:52:25 +02:00 |
|
Adam Wulkiewicz
|
efff23114a
|
[test] Fix static asserts by passing types.
|
2021-07-30 19:06:29 +02:00 |
|
Adam Wulkiewicz
|
08f7e66f79
|
[test] Drop library dependencies in tests.
If possible drop type_traits, mpl, typeof, foreach, assign.
Rearrange some includes.
|
2021-07-22 19:46:51 +02:00 |
|
Adam Wulkiewicz
|
29a6a9ff47
|
Merge pull request #812 from awulkiew/feature/strategies_distance
Umbrella strategies for distance() and comparable_distance().
|
2021-04-01 00:08:57 +02:00 |
|
Adam Wulkiewicz
|
b88a204752
|
[test][distance] Tweak the tests for distance umbrella strategies.
|
2021-03-16 19:19:41 +01:00 |
|
Vissarion Fisikopoulos
|
37ada5f9b0
|
[formulas] Implement detail namespace for karney_inverse formula
|
2021-02-22 18:59:10 +02:00 |
|
Vissarion Fisikopoulos
|
469ace7652
|
Merge branch 'develop' into fix/area_geo
|
2021-02-18 13:24:54 +02:00 |
|
Vissarion Fisikopoulos
|
538a97de3d
|
[formulas] [test] Enable series expansions inverse formulas and relevant distance strategies
|
2021-01-07 17:27:00 +02:00 |
|
Adam Wulkiewicz
|
4c6f569d2d
|
[test] Include only necessary headers of Boost.Range.
|
2020-11-26 04:59:40 +01:00 |
|
Barend Gehrels
|
45d624af9b
|
[cleanup] remove HAVE_TTMATH and other occurances of ttmath
|
2020-10-07 14:05:28 +02:00 |
|
Mateusz Łoskot
|
96db897fc5
|
Rename Jamfile.v2 to Jamfile (#679)
There is no reason to maintain the legacy .v2 file extension,
which is unnecessary clutter, may be confusing.
|
2020-03-08 23:50:18 +01:00 |
|
Vissarion Fysikopoulos
|
14be89e703
|
Fix distance pt-linestring for short segments
|
2019-10-17 22:36:17 +03:00 |
|
Vissarion Fysikopoulos
|
5e0e1cf75c
|
[strategy] Put bisection method for distance pt-sgmt into detail namespace
|
2019-06-25 12:31:30 +03:00 |
|
Vissarion Fysikopoulos
|
5cd6314aca
|
[tests] Minor fixes in distance pt-segment
|
2019-05-29 15:53:58 +03:00 |
|
Vissarion Fysikopoulos
|
ea6dcda82c
|
[strategies] [test] Use correctly units in pt-seg distance geo strategy
|
2019-05-28 16:37:59 +03:00 |
|
Vissarion Fysikopoulos
|
17831d71f8
|
[strategies] Bisection method for geo distance pt-sgmt
|
2019-04-23 16:50:10 +03:00 |
|
Vissarion Fysikopoulos
|
220fe13890
|
[strategy][test] Robust acos call and tests
|
2019-03-15 14:43:45 +02:00 |
|
Vissarion Fysikopoulos
|
4d5aedf648
|
[test] Add test case that fail without swapping longitudes in box segment strategy
|
2019-03-13 15:43:57 +02:00 |
|
Vissarion Fysikopoulos
|
05102586b0
|
[strategy] [test] Return strategy correctly from get_comparable in box-box; add tests for those cases
|
2019-02-06 15:20:53 +02:00 |
|
Vissarion Fysikopoulos
|
b242878b8e
|
[test] Remove some unused parameters
|
2019-02-06 15:14:49 +02:00 |
|
Vissarion Fysikopoulos
|
da6a2dd186
|
[strategy] [test] Return strategy correctly from get_comparable in pt-seg and pt-box; add tests for those cases
|
2019-02-06 15:11:59 +02:00 |
|
Adam Wulkiewicz
|
9ac132ea0f
|
[test][distance] Remove unused variable.
|
2018-07-04 16:54:20 +02:00 |
|
Vissarion Fysikopoulos
|
49fd8bcda4
|
[test] Adding distance tests for spherical and geographic cs and do some renaming
|
2018-05-25 14:05:33 +03:00 |
|
Vissarion Fysikopoulos
|
b504dcee4b
|
[test] Remove duplicated tests (ar-ar,pl-ar)
|
2018-05-23 13:14:48 +03:00 |
|
Vissarion Fysikopoulos
|
04b6e0f16c
|
[test] Distance areal-areal
|
2018-05-23 13:10:00 +03:00 |
|
Vissarion Fysikopoulos
|
1646a67df6
|
[tests] Tests for areal-box geo distance
|
2018-05-21 17:06:23 +03:00 |
|
Vissarion Fysikopoulos
|
d91259b4e1
|
[algorithms] [test] Use s/b distance strategy in linear-box cases
|
2018-05-21 15:39:12 +03:00 |
|
Vissarion Fysikopoulos
|
4a237e6878
|
[strategies] [distance] Remove pt-pt distance strategy getters from pt-seg strategy
|
2018-05-16 17:08:08 +03:00 |
|
Vissarion Fysikopoulos
|
4f755af72b
|
[algorithms] [strategies] [tests] Create unique segment-box distance strategy
|
2018-05-15 17:11:50 +03:00 |
|
Vissarion Fysikopoulos
|
2de71df58f
|
[test] Distance test between pointlike areal geometries for geo and sph cs
|
2018-05-10 11:32:35 +03:00 |
|
Vissarion Fysikopoulos
|
a5e6ef069c
|
[test] Distance test between linear areal geometries for geo and sph cs
|
2018-05-09 16:02:22 +03:00 |
|
Vissarion Fysikopoulos
|
b2242b34c0
|
[test] Distance tests for geo and spherical pl-pl and l-l cases
|
2018-05-07 16:22:12 +03:00 |
|
Vissarion Fysikopoulos
|
71ce4649a2
|
[test] Rename consistently distance test filenames
|
2018-05-04 16:53:30 +03:00 |
|
Vissarion Fysikopoulos
|
9fac4018f3
|
[test] Move/unify pl-l empty geometry tests functions
|
2018-05-04 16:25:52 +03:00 |
|
Vissarion Fysikopoulos
|
1fa2ed031c
|
[test] Add missing tests cases for geo pointlike-pointlike distance
|
2018-05-04 14:09:13 +03:00 |
|
Vissarion Fysikopoulos
|
990c274705
|
[test] Tests multilinestrings-box distance
|
2018-05-03 12:35:16 +03:00 |
|
Vissarion Fysikopoulos
|
c6fb8defa2
|
[test] Test for linear-box distance
|
2018-05-03 12:13:51 +03:00 |
|
Vissarion Fysikopoulos
|
2583decd76
|
[algorithms] [tests] Use azimuth side formula in disjoint
|
2018-04-26 16:50:36 +03:00 |
|
Vissarion Fysikopoulos
|
3f2660de7c
|
[tests] Remove unused strategy pt-box definitions
|
2018-04-24 10:30:47 +03:00 |
|
Vissarion Fysikopoulos
|
8c0976902d
|
[algorithms] [strategies] In check segment below box function move CS spesific computation to strategies
|
2018-04-19 16:29:38 +03:00 |
|
Vissarion Fysikopoulos
|
18f1394e30
|
[alsorithms] [distance] Optimization: avoid to compute vertex twice in some cases
|
2018-04-17 12:59:52 +03:00 |
|
Vissarion Fysikopoulos
|
7f5236b8fd
|
[algorithms] [distance] Use the whole segment instead of starting point to vertex sub-segment for distance pt-seg computation
|
2018-04-17 11:55:02 +03:00 |
|
Vissarion Fysikopoulos
|
1484a0eb65
|
[strategies] [tests] Fix special case for geo pt-seg distance
|
2018-04-05 14:26:21 +03:00 |
|
Vissarion Fysikopoulos
|
aee17ee094
|
[strategies] [tests] Activating some tests for pt-seg distance with thomas formula
|
2018-04-04 11:34:35 +03:00 |
|
Vissarion Fysikopoulos
|
93bd8501b0
|
[strategies] [algorithms] Azimuth strategy and box mirror function interfaces change
|
2018-04-02 14:55:34 +03:00 |
|
Vissarion Fysikopoulos
|
1e41a4d516
|
[strategies] [tests] Fix pt-seg distance cases for south hemisphere
|
2018-04-02 13:52:00 +03:00 |
|
Vissarion Fysikopoulos
|
350836f3e7
|
Merge with develop branch
|
2018-03-29 11:03:20 +03:00 |
|
Vissarion Fysikopoulos
|
df23bb19b8
|
[strategies] Fix inverse strategy type call from point segment distance computation strategy
|
2018-03-28 16:54:08 +03:00 |
|
Vissarion Fysikopoulos
|
ab2ab3144d
|
[strategies] [tests] Diagonal case fix for box-box distance
|
2018-03-28 14:42:08 +03:00 |
|
Vissarion Fysikopoulos
|
51a3a6b78c
|
Merge branch 'feature_box_box_fix' into feature_box_seg
|
2018-03-28 12:49:24 +03:00 |
|