[pgrouting-dev] GSoc 2023 Week-6 Report Standardizing pgr_drivingDistance

Hello everyone,
Here is my sixth weekly report (July 2 - July 9):

  • What did I get done this week?

  • Added the depth column to the pgr_drivingdistance function
    -Used the path type = Mst_rt (it has depth in it ) for passing the tuples
    -Used boost:depth_first_search function for the returning depth
    -the function is working and returning all the columns

  • What do I plan on doing next week?

  • Catching up on week 6 pull request issues.

  • Do the changes suggested by @vicky ,that includes

  • Fixing all the pgtap testcases till now (except one )

  • Fixing all the docqueries till now

  • Removing the extraneous v4 files and combining them with the old files

  • Am I blocked on anything?

-Nothing major

PR of this week can be found in [1].
The wiki page with the weekly report can be found in [2].
The repository can be found in [3].

Best regards,
Aryan Gupta

[1] https://github.com/pgRouting/GSoC-pgRouting/pull/315
[2] https://github.com/pgRouting/pgrouting/wiki/GSoC-2023-Implementing-Dijkstra%E2%80%99s-Driving-distance-Function-and-its-migration
[3] https://github.com/aryan1010/GSoC-pgRouting