Oolite planet list
Overview
Although this list was taken from Oolite the data applies equally well to the BBC version of Classic Elite (and some other versions).
Each entry shows the system number, name, coordinates, tech level, inhabitants, government and a comment on the system.
Note that references to a particular galaxy in Oolite (in a Planetinfo.plist entry for example), should subtract 1 from the galaxy number – Galaxy 1 is referred to as 0, etc.
Where do these crazy names come from?
If you read through the source code and/or binary for either Elite or Oolite, you will not find any text containing the list of planets and their properties. The entire universe (including the famous edible poet) is constructed programmatically (using a truncated Fibonacci function) from a handful of seed numbers and the string "ABOUSEITILETSTONLONUTHNOALLEXEGEZACEBISOUSESARMAINDIREA'ERATENBERALAVETIEDORQUANTEISRION". The algorithm was reverse-engineered from the original BBC disk by Christian Pinder, and implemented in Objective-C for Oolite.