Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modifying withpointsdd #346

Merged
merged 7 commits into from
Aug 17, 2023

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    42d1bd0 View commit details
    Browse the repository at this point in the history
  2. [withPointsDD][include] Adjusting driver and creating new file

    * [drivers][driving_distance] driver added capability of including
    new result column
      * changed structure: Path_rt -> MST_rt
      * simplified code, removed parameter names
    * [driving_distance] new file: withPointsDD.hpp
      * created a new class to calculate depth
      * used pgrouting::functions namespace
    squarege committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    630b57a View commit details
    Browse the repository at this point in the history
  3. [withPoints][src] function estimate_drivingSide changed, blank space …

    …instead of b as the default value
    squarege committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3921ca8 View commit details
    Browse the repository at this point in the history
  4. [withPointsDD][src] Adjusting to get the new results column

    * Handling old & new code
    * Removing unnecesary comments
    * [C++] Calling function to get new results column
    * [C] Creating internal function _pgr_v4withpointsdd for new signature
    * [C] Changing the evaluation on the driving side
      * if graph is directed then valid values are [R, L, r, l],
      * else valid values are [B, b]
    squarege committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    f3ddec2 View commit details
    Browse the repository at this point in the history
  5. [withPointsDD][sql] Changing signature and standardizing results

    * Changing driving side from optional to compulsory param
    * Including start_vid and depth in the output of single vertex overload
    * Including depth in the output of multiple vertices overload
    * Updating v3.6 signature file
    squarege committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    991b863 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88d8e7c View commit details
    Browse the repository at this point in the history
  7. [withPointsDD][doc] Updating documentations

    * [pgr_drivingDistance] Adjusting the description of parameter names:
      * from_v -> start_vid
    * [pgr_withPointsDD] Updating for new signature and new outputs
    * [migration] Updating migration guidance for pgr_withPointsDD
    * [pgRouting-introduction] Adding name into developer list
    squarege committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d0fa296 View commit details
    Browse the repository at this point in the history