These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Looking for linked list of solar systems

Author
Astrum Obtutus
Perkone
Caldari State
#1 - 2017-01-12 03:18:05 UTC
Was thinking of making a minimum spanning tree solver for solar systems. Does anyone have a data set of the solar systems in a linked list with their connecting systems (region info, sec info, would also save me time) that I could use to run some minimum spanning tree solves on?
David Davaham
Deep Blue Logistics
#2 - 2017-01-12 04:20:21 UTC
Check the SDE

It has three or four tables that start with map.

They have the Region, Constellation, and Solar System ID for what you are looking for.

Developer of EVEmail

Astrum Obtutus
Perkone
Caldari State
#3 - 2017-01-12 04:21:03 UTC
Thanks!