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

pgr_drivingDistance -> pgr_dijkstraDD #225

Open
cvvergara opened this issue May 29, 2022 · 2 comments
Open

pgr_drivingDistance -> pgr_dijkstraDD #225

cvvergara opened this issue May 29, 2022 · 2 comments

Comments

@cvvergara
Copy link
Owner

result column names
from_v -> start_vid
if possible add a depth column

@cvvergara
Copy link
Owner Author

Actually return column names and contents are inconsistent

fn kind
pgr_withPointsDD single seq node edge cost agg_cost
pgr_withPointsDD multiple seq start_vid node edge cost agg_cost
pgr_drivingDistance single seq node edge cost agg_cost
pgr_drivingDistance multiple seq from_v node edge cost agg_cost
pgr_primDD single seq depth start_vid node edge cost agg_cost
pgr_primDD multiple seq depth start_vid node edge cost agg_cost
pgr_kruskalDD single seq depth start_vid node edge cost agg_cost
pgr_kruskalDD multiple seq depth start_vid node edge cost agg_cost

@cvvergara
Copy link
Owner Author

Prim and Kruskal do not have the equicost flag

@cvvergara cvvergara changed the title pgr_drivingDistance for v4 pgr_drivingDistance -> pgr_dijkstraDD Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant