Commit Graph

  • 96115158d3 [area][distance] Dispatch on struct level by strategy at resolve_strategy step. Adam Wulkiewicz 2018-10-12 02:36:37 +0200
  • 0be273f605 [core][geometries][srs] Add cs::undefined and detail::cs_angular_units. Adam Wulkiewicz 2018-10-12 02:27:55 +0200
  • 020be50d58 [tests] Add tests for line interpolate points algorithm with multipoints Vissarion Fysikopoulos 2018-10-10 17:08:36 +0300
  • 62ee805cec [algorithms] Use segment as range in line interpolate point Vissarion Fysikopoulos 2018-10-05 16:08:25 +0300
  • bcf2f97237 [algorithms] Add support for multipoint in line_interpolate_point Vissarion Fysikopoulos 2018-10-05 14:28:15 +0300
  • c1625e3134 [algorithms] Change the interface of line_interpolate_point Vissarion Fysikopoulos 2018-09-28 10:34:45 +0300
  • c36a4c29f1 [algorithms] [strategies] [tests] Rename strategy for interpolation of points. Vissarion Fysikopoulos 2018-09-25 13:00:34 +0300
  • 465e487b8c [spike] Fix order problem in is_valid by providing a new overload with an intuitive order which should replace the original one Barend Gehrels 2018-09-21 15:05:28 +0200
  • 50691def6b [sort_by_side] Undo commit 0d78de5 which caused several regressions in all intersection code. Fix the underlying reason for it (potential overflow) in another way, by changing rank type to signed_size_type Barend Gehrels 2018-09-20 15:48:57 +0200
  • 53c5dc1e27 [algorithms] [tests] Add special cases for line_interpolate_point algorithm and tests Vissarion Fysikopoulos 2018-09-20 15:56:50 +0300
  • 7740f3282e [algorithms] Calculation types in line_interpolate_point algorithm Vissarion Fysikopoulos 2018-09-19 16:53:32 +0300
  • 3fb91edbf8 [algorithms] Change loop in line_interpolate_point for linestrings Vissarion Fysikopoulos 2018-09-19 16:46:42 +0300
  • 3de61f311c [algoritms] [tests] Add tests for cartesian line_interpolate_point and fix bug in algorithm. Vissarion Fysikopoulos 2018-09-19 16:33:32 +0300
  • 6c68f427dd [algorithms] Add line_interpolate_point algorithm for linestrings Vissarion Fysikopoulos 2018-09-19 15:49:11 +0300
  • b2090ed448 [strategy] Add cartesian strategy for line interpolate point algorithm Vissarion Fysikopoulos 2018-09-17 15:23:42 +0300
  • 086ad0e968 [ci] Add similarity algorithms to workspace. Adam Wulkiewicz 2018-09-15 20:47:03 +0200
  • 75fa0ec513 [test][similarity] Move test hpp files and remove geometry.hpp include. Adam Wulkiewicz 2018-09-15 14:05:19 +0200
  • 651b3dba77 [similarity] Add missing #ifdefs for headers. Adam Wulkiewicz 2018-09-15 14:01:30 +0200
  • 4d34bb7fae [doc] Add examples for similarity algorithms with strategies. Adam Wulkiewicz 2018-09-15 02:06:36 +0200
  • 0ca58b8176 [similarity][doc] Uncomment examples in qbk sections. Adam Wulkiewicz 2018-09-15 00:50:55 +0200
  • 5074cc2a02 [doc][examples] Refactor similarity algorithms examples. Adam Wulkiewicz 2018-09-15 00:43:47 +0200
  • e6f29ca50e [doc] Add Yaghyavardhan Singh Khangarot (GSoC2018) to contributors. Adam Wulkiewicz 2018-09-15 00:42:35 +0200
  • 6b7272495b [geometry] Add similarity algorithms includes to the main header geometry.hpp Adam Wulkiewicz 2018-09-15 00:39:49 +0200
  • bf62e05e23
    Merge pull request #496 from awulkiew/feature/projections_interface Adam Wulkiewicz 2018-09-14 23:37:42 +0200
  • 37e6eeaceb
    Merge pull request #490 from yaghya/feature/similarity Adam Wulkiewicz 2018-09-14 23:35:46 +0200
  • 5ee034702b [doc][similarity] updated Yaghyavardhan singh khangarot 2018-08-31 02:57:17 +0530
  • cc69fc28a2 [test][similarity] Added test cases for geographic strategies Yaghyavardhan singh khangarot 2018-08-30 23:22:49 +0530
  • 329652bdec [doc][similarity] Updated for geographic strategies Yaghyavardhan singh khangarot 2018-08-30 23:21:33 +0530
  • 4d7b8ce686 [DISSOLVE] Add testcase for reported problem Barend Gehrels 2018-08-30 13:56:18 +0200
  • f7c2da0a0f [DISSOLVE] Avoid compiler warning for area type / coordinate type Barend Gehrels 2018-08-30 13:53:51 +0200
  • faad8e3294 [DISSOLVE] Fix dereferencing elements from collection being modified Barend Gehrels 2018-08-30 13:52:55 +0200
  • 2b85597ca0 [test][formulas][strategies] Change expected results of geo intersection. Adam Wulkiewicz 2018-08-27 23:48:13 +0200
  • 5eb599eae9 [strategies] Add commented code in geo inters. strategy (for future experiments). Adam Wulkiewicz 2018-08-27 23:46:16 +0200
  • ece82259a1 [formulas] Handle division by 0 in Sjoberg formula. Adam Wulkiewicz 2018-08-27 23:45:09 +0200
  • 475e53b870 [doc][similarity] updated Yaghyavardhan singh khangarot 2018-08-26 20:50:56 +0530
  • 8c4ba19f11 [srs] Make function input arguments const in healpix projection. Adam Wulkiewicz 2018-08-16 15:55:27 +0200
  • 5aa539d58e Updated Yaghyavardhan singh khangarot 2018-08-16 02:10:38 +0530
  • f526bb8f54
    Merge branch 'develop' into feature/similarity yaghyavardhan singh khangarot 2018-08-15 20:15:42 +0530
  • cbb635b1f6 [test][similarity] Updated indentation in test files Yaghyavardhan singh khangarot 2018-08-15 19:23:33 +0530
  • 60ea4b2ee5 [test][similarity] Updated Yaghyavardhan singh khangarot 2018-08-15 18:23:30 +0530
  • a8ae2a99af [doc][similarity] Updated Examples Yaghyavardhan singh khangarot 2018-08-15 18:21:54 +0530
  • b27c81f316 [doc][similarity] Added Strategies in the documentation Yaghyavardhan singh khangarot 2018-08-14 16:36:29 +0530
  • 81634c2ccb [doc][similarity] Added Strategies in the documentation Yaghyavardhan singh khangarot 2018-08-14 16:33:49 +0530
  • 54b71c1581 [doc][similarity] Added Strategies in the documentation Yaghyavardhan singh khangarot 2018-08-14 16:31:43 +0530
  • 9f4d961253
    Merge pull request #505 from springmeyer/patch-1 Adam Wulkiewicz 2018-08-13 16:36:06 +0200
  • bb489740d7
    Merge pull request #506 from springmeyer/segment_iterator_leak_fix Adam Wulkiewicz 2018-08-13 16:35:01 +0200
  • 8fdf0ad40a [algorithms] Updated the function's names Yaghyavardhan singh khangarot 2018-08-13 19:53:49 +0530
  • da3ecd4c6d [doc][similarity] Updated documentation for the similarity algorithms for different distance strategies Yaghyavardhan singh khangarot 2018-08-13 17:07:52 +0530
  • 295cdc750c Avoid memory leak in segment_iterator.cpp test Dane Springmeyer 2018-08-12 11:34:07 -0700
  • 50ca27ebb9 [doc][similarity] Updated documentation for the similarity algorithms Yaghyavardhan singh khangarot 2018-08-12 05:07:16 +0530
  • 0d78de5974
    Fix potential unsigned integer overflow in find_polygons_for_source Dane Springmeyer 2018-08-11 09:01:40 -0700
  • fc0f5525ae [doc][similarity] Add documentation for algorithm for finding similarity between geometries Yaghyavardhan singh khangarot 2018-08-06 05:41:12 +0530
  • 0591e109ce [doc][similarity] add documentation for discrete_frechet_disatance and discrete_hausdorff_distance. Yaghyavardhan singh khangarot 2018-08-02 19:52:40 +0530
  • 21362e7cb2 Merge branch 'bg-prepare' Adam Wulkiewicz 2018-08-01 16:14:06 +0200
  • 5357c4f15c [srs] Disable str_cast specializations with C++11 features in MSVC<=12. Adam Wulkiewicz 2018-08-01 14:09:45 +0200
  • 319ee31d6a [srs] Disable str_cast specializations with C++11 features in MSVC<=12. Adam Wulkiewicz 2018-08-01 14:09:45 +0200
  • 3b22b04588 [test][similarity] Rename Hausdorff Distance and Frechet Distance test files Yaghyavardhan singh khangarot 2018-07-31 22:04:14 +0530
  • a9ac6d87b9 [algorithms]Rename Hausdorff Distance and Frechet Distance algorithms Yaghyavardhan singh khangarot 2018-07-31 22:03:21 +0530
  • 6ebaee91a0 Merge branch 'bg-prepare' Adam Wulkiewicz 2018-07-30 22:18:07 +0200
  • 1d641425ae [doc] Update 1.68 release notes. Adam Wulkiewicz 2018-07-30 21:43:55 +0200
  • 5fbd2a1102 [doc] Update 1.68 release notes. Adam Wulkiewicz 2018-07-30 21:43:55 +0200
  • 3c8714c600 [algorithms][formulas][strategies] Fix unused variable warnings. Adam Wulkiewicz 2018-07-29 22:17:40 +0200
  • e2ad044720 [algorithms][formulas][strategies] Fix unused variable warnings. Adam Wulkiewicz 2018-07-29 22:17:40 +0200
  • 0c34f56ceb [ci] Test relops in separate jobs. Adam Wulkiewicz 2018-07-27 19:13:17 +0200
  • 4782cb191d [test][algorithms] Move relops tests dirs to algorithms/ dir. Adam Wulkiewicz 2018-07-27 19:00:19 +0200
  • 7f27a9f995 Merge branch 'develop' into feature/projections_interface Adam Wulkiewicz 2018-07-25 17:07:38 +0200
  • 79ef70f37b
    Merge pull request #486 from BoostGSoC18/feature/geodesic_direct Adam Wulkiewicz 2018-07-25 14:59:48 +0200
  • a5e2dc043d Merge branch 'bg-prepare' Adam Wulkiewicz 2018-07-25 14:56:57 +0200
  • 15d76178ea Merge branch 'develop' into bg-prepare Adam Wulkiewicz 2018-07-25 14:56:06 +0200
  • f509d108fe Merge branch 'bg-prepare' Adam Wulkiewicz 2018-07-23 16:45:14 +0200
  • 402c39c933 Merge branch 'feature/circleci2' into develop Adam Wulkiewicz 2018-07-23 16:43:42 +0200
  • 9da0e9c046 Merge branch 'develop' into bg-prepare Adam Wulkiewicz 2018-07-23 16:43:19 +0200
  • fe4dce6dee [doc] Update 1.68 release notes. Adam Wulkiewicz 2018-07-23 16:40:56 +0200
  • dc2844c866 Merge branch 'bg-prepare' Adam Wulkiewicz 2018-07-23 03:10:21 +0200
  • d3fd9e6d61 Merge branch 'develop' into bg-prepare Adam Wulkiewicz 2018-07-23 03:09:22 +0200
  • ff35ab1417 [ci] Add support for CircleCI 2.0. Adam Wulkiewicz 2018-07-22 18:28:46 +0200
  • 577688d238 [test][index] Group rtree tests in separate directories by value_type. Adam Wulkiewicz 2018-07-22 18:28:07 +0200
  • 1bfeba16aa
    [strategies] Add distance strategy for Karney's inverse formula Adeel Ahmad 2018-07-20 13:52:20 +0500
  • 142ea74cb7 [strategies] Line interpolate point spherical strategy Vissarion Fysikopoulos 2018-07-19 14:36:46 +0300
  • 01c7c4b6e9 [srs] Fix gcc8 warnings (catching polymorphic type by value). Adam Wulkiewicz 2018-07-19 02:01:00 +0200
  • 2ff1824683
    [formulas][test] Update copyright information Adeel Ahmad 2018-07-16 19:06:20 +0500
  • 1b3cab85bd [srs] Add workaround for msvc-12 faulty array initialization. Adam Wulkiewicz 2018-07-16 05:21:06 +0200
  • f3e12546a0 [srs] Attempt to fix invalid constant expression preventing compilation with some versions of GCC. Adam Wulkiewicz 2018-07-15 19:14:34 +0200
  • 92d3930f7b Merge branch 'bg-prepare' Adam Wulkiewicz 2018-07-15 19:00:37 +0200
  • 3f75284e24 Merge branch 'develop' into bg-prepare Adam Wulkiewicz 2018-07-15 18:35:01 +0200
  • b44e3aed59
    [formulas] Remove unused variable a12 in karney_inverse Adeel Ahmad 2018-07-13 12:15:35 +0500
  • 55c1691ddc
    [formulas] Fix incorrect argument to meridian_length() function Adeel Ahmad 2018-07-13 12:08:00 +0500
  • b768e811c1 [algorithms] [strategies] Line interpolate point geographic strategy Vissarion Fysikopoulos 2018-07-12 15:32:57 +0300
  • bcfe022338 [Algorithms] Interface of line_interpolate_point algorithm Vissarion Fysikopoulos 2018-07-11 16:21:56 +0300
  • ec7ac6df00 [test][strategies] Remove unused variable. Adam Wulkiewicz 2018-07-11 15:05:21 +0200
  • 84d08d6936 [test][iterators] Remove typename keyword. Adam Wulkiewicz 2018-07-11 14:56:14 +0200
  • ff68b40cad [algorithms] Updated Yaghyavardhan singh khangarot 2018-07-10 15:18:49 +0530
  • daf03b4888
    [formulas] Use namespace alias se for series_expansion in karney_inverse Adeel Ahmad 2018-07-10 11:52:20 +0500
  • 6432dfe96c
    [formulas][util] Reformat code in karney_inverse to use coefficient containers Adeel Ahmad 2018-07-10 11:36:33 +0500
  • 50dcb6d4ae
    Merge pull request #488 from jonasdmentia/fix/closing_iterator_returns_reference_to_temp Adam Wulkiewicz 2018-07-09 13:43:46 +0200
  • 9d763b9e52
    Merge pull request #499 from vissarion/fix/expand_make_inverse Adam Wulkiewicz 2018-07-09 13:39:36 +0200
  • 73a2e2b8a4 Merge branch 'feature/geodesic_direct' into feature/karney_inverse Adeel Ahmad 2018-07-09 16:15:41 +0500
  • f04c25f43d [algorithms] [util] Rename is_inverse utility and update copyright notes Vissarion Fysikopoulos 2018-07-09 12:58:34 +0300
  • dcae80d481 [algorithms] Updated hausdorff_distance.hpp Yaghyavardhan singh khangarot 2018-07-09 10:14:22 +0530
  • 3e9f52773d [algorithms] Updated hausdorff distance algorithm using R-tree Yaghyavardhan singh khangarot 2018-07-08 18:41:21 +0530