-
Notifications
You must be signed in to change notification settings - Fork 72
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
Dijkstra from graph #190
Comments
related to #365 |
Hello! I am new to OS contribution but would love to participate in improving Spaghetti. This seemed to be a reasonable issue to start with. I would like to know if it is still relevant to the current state of the project. If so, I also had some questions about the design of this flag parameter:
Thanks :) |
@SimonPop Hello! Thanks for adding to this thread before starting the work! And MANY thanks for considering spending your time & energy contributing to OSS.
This question is a bit tricky. Work on I will absolutely not say "don't work on this issue!", but I would discourage it so that you might spend your valuable time working for something more likely to get merged. @martinfleis @knaaptime Do you have any thoughts here or anything to add? Footnotes |
@jGaboardi you pretty much covered it. |
Hello @jGaboardi , Thank you very much for your complete and honest answer. I now have a better understanding of the issues and difficulties surrounding this project and Indeed, I think it would be more relevant for me to learn more about the existing PySAL development plans for network/graph standardization before committing to any of them. I will definitely try to read more about Many thanks again! |
Also, checkout |
Noted :) |
Currently the dijsktra runs off the network spatial representation (
arcs
,vertices
)Include flag for dijkstra to run off graph when available (
edges
,nodes
)The text was updated successfully, but these errors were encountered: