oaao / eve-nav-graph

[EVE] a graph-based navigation resource

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eve-nav-graph

A navigation resource which provides pre-computed shortest paths for travel in EVE Online. Its purpose is to circumvent ceiling issues such as a limited number of waypoints.

The graph is constructed by processing EVE SDE data in the networkx library for Python.

Shortest paths will be calculated using Dijkstra's algorithm. Final data will be stored in a neo4j graph database.

About

[EVE] a graph-based navigation resource

License:MIT License


Languages

Language:Python 100.0%