LdDl / ch

Contraction Hierarchies (with bidirectional version of Dijkstra's algorithm) technique for computing shortest path in graph.
Apache License 2.0
47 stars 5 forks source link

[FEATURE REQUEST] Source metadata about vertices. #5

Open LdDl opened 4 years ago

LdDl commented 4 years ago

Is your feature request related to a problem? Please describe. Extend the way we store edges/vertices data.

Describe the solution you'd like and provide pseudocode examples if you can Exported CSV is human readable, but we need to make an extension for this to store source metada. Also we should add metadata fields for vertices/edges and (may be?) restrictions. Some getters/setters workaround is needed.

Describe alternatives you've considered and provide pseudocode examples if you can Nope

Additional context It's would be good to store metadata in JSON'ish string or other popular "key-value" format.

LdDl commented 3 years ago

https://github.com/LdDl/horizon/issues/1

Example of real-world application.