-
-
Notifications
You must be signed in to change notification settings - Fork 373
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
Promote pgr_dijkstraNear and pgr_dijkstraNearCost to proposed #2203
Comments
Thanks for the feedback! Regarding the name, would you say "matrix" suits better? I would expect probably something different with "matrix", but I don't have a suggestion either. |
Thinking about it again, you are probably right Daniel. As this function returns the shape, the matrix alone doesn't make too much sense, maybe something like |
@TimMcCauley Can you point out where the "matrix" name comes from? I normally associate a matrix with this kind of matrix |
I can find this term: |
Wondering how could one explain with the term "matrix" this example |
@cvvergara the one-to-many / many-to-many / many-to-one has a "matrix-like" structure in the input params but as I already mentioned, it doesn't make much sense, as it returns more detail than a common matrix computation would yield such as pgr_dijkstraCostMatrix pgr_dijkstraNear(Edges SQL, Start vid, End vids [, directed] [, cap]) |
This is the Cost version of Dijkstra Near :-) |
So we keep the name :-) |
Yes agreed, one name that may work is dijkstraPairs but let's come back to that later :-) |
We have been using pgr_dijkstraNear for a clients project heavily over the last few months. With this functionality being in development phase, we can ascertain that it is running stable. By the way, in other services this functionality is often referred to as something around the term "matrix". Maybe the naming could be improved (especially for SEO reasons) as I believe that this will be used by many other pgRouting enthusiasts.
The text was updated successfully, but these errors were encountered: