Contributor
Aryan Gupta1

Implementing Dijkstra’s Driving distance Function and its migration


Mentors
Shobhit Chaurasia, Regina Obe
Organization
OSGeo (Open Source Geospatial Foundation)
Technologies
c, linux, c++, cmake, sphinx, sql, git, graph
Topics
open science, gis, citizen science, geolocation, mapping
The project aims to implement a new function called "pgr_dijkstraDD" that replaces the existing "pgr_drivingDistance" function. The new function will have all overloads, including single and multiple vertices as before. The function will return columns such as sequence, depth, start vertex ID, node, edge, cost, and aggregate cost for all overloads. The project will also include testing of the new function with pgTap Tests. Documentation for the new function and migration guides for users to switch to the new function will also be created.